intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
11 stars 3 forks source link

automl #535

Open jianzhnie opened 3 years ago

jianzhnie commented 3 years ago

Can automl only be used in time series models, Other models such as classification and regression tasks?

shanyu-sys commented 3 years ago

We are working on generalize automl to support other scenarios. Automl with time series has been tested thoroughly as well as automl with xgboost. We will update as soon as other tasks have been supported.

jason-dai commented 3 years ago

You may refer to https://github.com/intel-analytics/analytics-zoo/tree/master/pyzoo/zoo/examples/orca/automl for some AutoML examples for classification and regression tasks.