Closed Steviey closed 2 years ago
Can you create a reprex (a minimal reproducible example) to show what kind of problem you are having with dials::sample_size()
? The goal of a reprex is to make it easier for us to recreate your problem so that we can understand it and/or fix it.
If you've never heard of a reprex before, you may want to start with the tidyverse.org help page. You may already have reprex installed (it comes with the tidyverse package), but if not you can install it with:
install.packages("reprex")
Thanks! 🙌
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
_dials 0.0.9, modeltime latest, model: prophet_boost_
Fix: https://github.com/tidymodels/dials/issues/111 seems not to include finalizing the whole enchilada at once...
I'll do this (looks ugly):
finalParams<-finalParams %>% update(sample_size = sample_prop(c(0.4, 0.9)))
cu