Closed topepo closed 3 months ago
One weird thing with parallel processing is that some techniques don't automatically attach packages. To deal with this we have to add maize as a dependency when defining the models. For each model, we can add a second line:
parsnip::set_dependency("svm_anova_rbf", "kernlab", "kernlab") parsnip::set_dependency("svm_anova_rbf", "kernlab", "maize")
I'll add a PR for this.
One weird thing with parallel processing is that some techniques don't automatically attach packages. To deal with this we have to add maize as a dependency when defining the models. For each model, we can add a second line:
I'll add a PR for this.