-
Ref. https://github.com/sktime/sktime/actions/runs/8405444962
Failures:
1. `3.10, ubuntu-latest, classification`
2. `3.10, windows-latest, classification`
3. `3.11, macos-latest, classificatio…
-
Hello can u please help me figure this out.
using es_models
Traceback (most recent call last):
File "C:\Users\petuu\Desktop\project-energy-master\es_models.py", line 216, in
mse_tes, rmse_t…
-
### Description
As far as I know StatsForecast currently does not have a "simulate" method for its models, comparable method in statsmodels: https://www.statsmodels.org/dev/generated/statsmodels.tsa.…
-
-
#### Describe the bug
I tested on two different machines and I got different results using SARIMAX. Is there an issue with using the solver 'lbfgs'? I would always get some results are off either b…
-
Do you have any plan to implement a structural break test for SARIMAX and statespace models?
Thanks!
-
Hey guys, first of all thanks for the wonderful tool. I'm the author of [pmdarima](https://github.com/alkaline-ml/pmdarima) and we are heavy users of your time series estimators. One of the feature re…
-
Could you please let me know if it is possible to use the current SARIMAX code to apply Kalman filter incrementally (to make it faster)?
Here is what I mean. Imagine, one fits an SARIMAX model (#1)…
-
**Describe the desired ehancement**
The reconciler example given by sktime does not change the predictions. It can if Exponential smoothing is replaced with sarimax.
**To Reproduce**
```pyt…
-
In Chapter 5, there's a paragraph about reverting differenced values to the original scale, with the following code:
```
df['pred_foot_traffic'] = pd.Series()
df['pred_foot_traffic'][948:] = df['fo…