-
The current auto-ARIMA pytests are unit tests for some specific components, but there isn't an integration test that covers all the code yet. It is undesirable as an exception went unnoticed just beca…
Nyrio updated
3 years ago
-
Motivation: I want to fit an arfima model with regressors.
In `arfima.R` you are allowed to enter additional parameters that are carried forward to `auto.arima`. This is carried forward to line 15…
-
Hi!
How do you call boosted Arima + LightGBM or Prophet + LightGBM? I did not see it in the tutorial (only Catboost).
Also, FYI when I am calling the Catboost functions, e.g. `set_engine("auto_a…
-
``` r
# HW1
# All packages
library(fredr)
library(dplyr)
#>
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#>
#> filter, lag
#> The following o…
-
**Describe the bug**
I installed sktime==0.21.0, scikit-learn==1.3.0 and pmdarima==1.8.0 but I'm hitting the following error when importing pmdarima
```
----> 1 import pmdarima
File C:\Progr…
-
While running the model training with model_type = ARIMA_PLUS and AUTO_ARIMA = false is needed to set the NON_SEASONAL_ORDER option. This option type is type STRUCT, but when I try to define as
'NON…
-
Hello ,
I am trying to use Arima for some forecasting project. I see that the Arima in spark has following issues:
1] Input Series x = c(1.0,1.0,1.0,1.0)
Spark output : Infinite loop. It goes into i…
-
A potentially useful feature could be for `pmdarima.arima.auto_arima` to stepwise determine (using the selected `information_criterion`) which exogenous features should be included in the model (e.g. …
-
**Is your feature request related to a problem? Please describe.**
We are in a data science project where we are using the Rapids cuml for GPU-Acceleration. We want to use auto_arima for times series…
-
Hi and thanks for the awesome package!
It's becoming common to automate time-series models.
[Forecast](https://github.com/robjhyndman/forecast).R has [auto.arima](https://www.rdocumentation.org/pa…