Skip to content
#

automated-machine-learning

Here are 100 public repositories matching this topic...

nni
autokeras
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
RemixAutoML
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

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