A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
python
machine-learning
time-series
econometrics
forecasting
arima
forecasting-models
sarimax
pmdarima
-
Updated
Jul 24, 2021 - Python
Is your feature request related to a problem? Please describe.
While sales forecasting, it is necessary that the model is given the input about the promotions, special events that are taken care of in the prophet model as the holiday effect. Does orbit support this feature?