AutoViML / deep_autoviml

Build tensorflow keras model pipelines in a single line of code. Now with mlflow tracking. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.
Apache License 2.0
120 stars 36 forks source link

Need a clarification on AutoViML #17

Closed Rohith616 closed 2 years ago

Rohith616 commented 2 years ago

Hi i am currently doing a research on Automated ML, i went through Auto-TS it is really good , but i have a doubt can we use AutoViML for time series will it preform well.

it will be helpful if i get an expert opinion. Thank you.

AutoViML commented 2 years ago

Hi @Rohithtechis 👍 I believe AutoViML will perform well on time series problems. It is pretty comparable to Auto_TS in the ML part. However, Auto_TS has other algorithms which you can try such as FB Prophet, ARIMA, SARIMAX, etc.

Rohith616 commented 2 years ago

Thank you