-
**Is your feature request related to a problem? Please describe.**
In some cases where models are very slow, you may wish to refresh a model with new data without refitting its' parameters. I thought…
-
**Describe the bug**
Training and predicting an AutoARIMA model using no covariates works as expected, but adding a covariate leads to the following error on prediction: `ValueError: X array dims (n_…
-
**Is your feature request related to a problem? Please describe.**
I'm frustrated since I can not use scores other than MAE and MSE to select the best parameters for ARIMA.
**Describe the soluti…
-
Native (not `sktime`) `pmdarima` models `ARIMA` and `AutoARIMA`, and `Prophet` (in`prophet`, not `sktime`) have some parameters which can be passed via `fit_params` (natively in `pmdarima` or `prophet…
-
### Describe the bug
If the data provided has numbers of different orders, auto_arima gives errors.
### To Reproduce
```
import numpy as np
import pmdarima as pm
# original data
data = np.arr…
-
### Describe the question you have
Hi there!
I am working on my Master thesis forecast using ts in Python and pmdarima as a big part of it. As far as this is an academic domain I really need to i…
-
A brief search on forecasting in TSA found this
http://stats.stackexchange.com/questions/68261/performance-evaluation-of-auto-arima-in-r-and-ucm-on-one-dataset
where auto.arima fails because of struc…
-
**_Updated 7/13/2022 according to comments_**
Please use this demo page to understand what prompt we will give our users.
https://theaperdeng.github.io/complex-installation-document-panel/
## M…
-
In the model page (https://github.com/unit8co/darts?tab=readme-ov-file#forecasting-models) we can see that for AutoARIMA and StatsforecastAutoCES probabilistic forecasting is set to not applicable but…
-
**Is your feature request related to a problem? Please describe.**
Currently there are only two installation commands:
- `pip install sktime`
- `pip install sktime[all_extras]`
We dont have yet …