-
This is a suggestion to make the fitting process more consistent with the `modeltime::prophet_reg()`. What I do is automatically add regressors when the user supplies them. It normally works pretty we…
-
Modeltime has [Panel Data Approaches](https://business-science.github.io/modeltime/articles/modeling-panel-data.html) for Large-Scale Forecasting Projects. However, many algorithms like ARIMA, Exponen…
-
Looking for helpers in developing a package related to `modeltime.gam`. May not need to be a new package but `modeltime` is getting quite large.
References:
- [Noam Ross Tutorials & GAM Reference…
-
Hi @mdancho84 ,
I am running `modeltime_accuracy()` for different groups and I am encountering an error. I can't upload a reprex because I can't share the data, I open the issue just for traceabili…
-
Would love if tidymodels (in {parsnip} or more likely in a separate pacakge) had support for more generalizable approaches to buiding prediction intervals across choice of model specification (and tha…
-
Hi @mdancho84,
I cannot for the life of me get the function modeltime_resample_accuracy to work when using 1 observation in each test set.
When running:
```
resamples = time_series_cv(
da…
-
Hello,
I have just found this package and I am very surprised how easy is to define a fitting model with another ML algorithm and also another important aspect is that it is very intergrated with `…
-
Prepare for release:
* [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_dplyr.html)
* [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release)
…
-
Add support for Torch version of DeepAR, available in GluonTS 0.8.0. https://github.com/awslabs/gluon-ts/pull/1460/files
-
I get the following when I try to load the `modeltime.gluonts` library:
```r
> library(modeltime.gluonts)
Error: package or namespace load failed for ‘modeltime.gluonts’:
.onLoad failed in load…