business-science / modeltime.gluonts

GluonTS Deep Learning with Modeltime
https://business-science.github.io/modeltime.gluonts/
Other
39 stars 9 forks source link

Error: Error in eval_tidy(e, ...): unused argument (case_weights = NULL) #45

Closed jfergus73 closed 2 years ago

jfergus73 commented 2 years ago

Hey Matt, i have this problem in lab 60 when i’m trying to fit the xgboost models with the modeltime_fit_workflowset, all models failed:

Screen Shot 2022-05-05 at 1 04 09 PM

jfergus73 commented 2 years ago

Screen Shot 2022-05-09 at 12 29 39 PM

jfergus73 commented 2 years ago

Hey Matt, i reinstalled the workflows development version from GitHub, and now is working just fine:

install.packages(“devtools”)

devtools::install_github(“tidymodels/workflows”)