-
Error in seq.default(dots[[1L]][[1L]], dots[[2L]][[1L]]) :
'from' must be a finite number
-
I am running into an issue with modeltime_nested_refit. I am not able to run parallel processing. When I run sequentially, I lose the confidence intervals. I couldn't reproduce it in the reprex, but o…
-
I am getting an error of `Error: Error in analysis(x): object 'splits' not found`
Splits and Features:
```r
splits %
step_normalize(contains("index.num"), contains("date_col_year"))
recip…
-
Hi,
could it be possible to add time series modeling support via modeltime package,which is the core part of tidymodels?
-
This code will run but the ensemble is not present when I calculate accuracy:
```
# Create average ensemble and add to the modeltime table
ml_mtbl %
combine_modeltime_tables(
ml_mt…
-
Full Example: https://github.com/wtmoreland3/reprex/blob/3915d45d424135d8ca27c8c607ffc9da70aa89bf/modeltime_resample_error
Models that have inline functions fail. Example:
``` r
model_fit_lm …
-
I have been forecasting price timeseries (15 minute intervals) across 32 different stocks in a game.
The model outputs seem incorrect (as if the plots are mismatched).
Is this an issue with the…
-
I am getting the error in the environment:
Error in purrr::map(., .f = function(df) { : ℹ In index: 1. Caused by error in `pkg.env$pd$Timestamp()`: ! attempt to apply non-function Error in `purrr::…
-
I'm getting an error upon installing modeltime.gluonts --- the error is on RcppParallel -- is this a known issue or something related to my setup?
options.cpp:2:10: fatal error: RcppParallel.h: No …
-
Hello Modeltime GluonTS Team:
I kindly ask your help or guidance to solve this error that isn't allowing me to build deepar or nbeats forecast models according to your doc https://business-science…