Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Tuning Ensembles #31

Closed
bdav56 opened this issue Apr 30, 2024 · 5 comments
Closed

Error in Tuning Ensembles #31

bdav56 opened this issue Apr 30, 2024 · 5 comments

Comments

@bdav56
Copy link

bdav56 commented Apr 30, 2024

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.
✖️ Problematic argument:
• ..1 = metric
ℹ️ Did you forget to name an argument?

@trentonpulsipher
Copy link

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?

@mdancho84
Copy link
Contributor

I'll do my best to fix this week

@trentonpulsipher
Copy link

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

@mdancho84
Copy link
Contributor

Should be fixed now.

@Arnold-Kakas
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants