AdrianAntico / AutoQuant

R package for automation of machine learning, forecasting, model evaluation, and model interpretation
GNU Affero General Public License v3.0
235 stars 43 forks source link

Prophet and fasster models #46

Closed chalioui closed 4 years ago

chalioui commented 4 years ago

Thank you for this great job! can you add prophet and fasster models in your autoTS function (https://github.com/tidyverts/fasster, https://github.com/facebook/prophet )

DougVegas commented 4 years ago

Thank you @chalioui . One of our earlier prototype versions of AutoTS leveraged prophet but was removed in subsequent versions. We'll add this to the list of possible enhancements we can make to package.

AdrianAntico commented 4 years ago

@chalioui Check out the new AutoBanditArima() model I just released... Let me know if you have any new ideas based on the release of that.