modeltime.ensemble icon indicating copy to clipboard operation
modeltime.ensemble copied to clipboard

Error in Tuning Ensembles

Open bdav56 opened this issue 9 months ago • 2 comments

I am working on the ensembles portion of the Business Science Forecasting Course. Each time I attempt to tune parameters within the ensemble_model_spec(), I receive the error below. It works when I choose parameters like penalty and mixture manually, but not when I use tune(). I am using the development version of the model.ensemble package:

! ... must be empty. :heavy_multiplication_x: Problematic argument: • ..1 = metric :information_source: Did you forget to name an argument?

bdav56 avatar Apr 30 '24 21:04 bdav56

I'm also seeing the same issue. Error in tune::show_best(., metric, n = 1) : ... must be empty. ✖ Problematic argument: • ..1 = metric ℹ Did you forget to name an argument?

trentonpulsipher avatar May 01 '24 19:05 trentonpulsipher

I'll do my best to fix this week

mdancho84 avatar May 01 '24 20:05 mdancho84

What's the update or ETA on this issue (and the related issue)?

trentonpulsipher avatar May 31 '24 20:05 trentonpulsipher

Should be fixed now.

mdancho84 avatar May 31 '24 21:05 mdancho84

Hi @mdancho84, I think this is still not working, I get the same error: Error in tune::show_best(): ! ... must be empty. ✖ Problematic argument: • ..1 = metric ℹ Did you forget to name an argument?

  • would it be possible to add metric as an argument?

Arnold-Kakas avatar Jul 15 '24 17:07 Arnold-Kakas