Skip to content
#

automated-machine-learning

Here are 100 public repositories matching this topic...

nni
autokeras
eddiebergman
eddiebergman commented Jul 29, 2021

Building the doc fails for example 40_advanced/example_single_configurations on the current development branch

Logs here

...
generating gallery for examples/40_advanced... [ 50%] example_debug_logging.py

Warning, treated as error:
/home/runner/work/auto-sklearn/auto-sklearn/examples/40_advanced/example_single_configu
qingyun-wu
qingyun-wu commented Apr 8, 2021

Feedback from sebhrusen (from the automlbenchmark)
CatboostEstimator is creating and filling a catboost_info subfolder in the running directory. We should be able to pass a 'train_dir' param to Catboost to avoid that.

For example at AutoML level, accept a tmpdir and pass it to each algo supporting an equivalent property (or pass a dedicated subfolder, for example tmpdir/catboost for Catboost a

Hyperactive
Dreamlone
Dreamlone commented Jul 1, 2021

A possible improvement of the time series smoothing operation is proposed. Below is example of applying smoothed operation
image

Currently, the implementation of smoothing allows modifying only the "features" time series (features field in InputData/OutputData). But it does not change the

RemixAutoML

Improve this page

Add a description, image, and links to the automated-machine-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automated-machine-learning topic, visit your repo's landing page and select "manage topics."

Learn more