Closed hfrick closed 2 years ago
closes #210
In the example for space filling designs with an SVM model: The defaults for cost() got changed in dials to the range that parsnip used: https://github.com/tidymodels/dials/commit/5031da8572829f9eb17b9e9be77b6cb4faa271c3 So the example didn't make much sense anymore. I've changed it to use mixture() in a glmnet model instead.
cost()
mixture()
This pull request 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.
closes #210
In the example for space filling designs with an SVM model: The defaults for
cost()
got changed in dials to the range that parsnip used: https://github.com/tidymodels/dials/commit/5031da8572829f9eb17b9e9be77b6cb4faa271c3 So the example didn't make much sense anymore. I've changed it to usemixture()
in a glmnet model instead.