We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e93a commit 07115e8Copy full SHA for 07115e8
README.Rmd
@@ -102,7 +102,8 @@ Please open an issue so we can add your package.
102
Some learners need to have their variable importance measure "activated" during learner creation.
103
For example, to use the "impurity" measure of Random Forest via the {ranger} package:
104
105
-```{r }
+```{r}
106
+set.seed(0)
107
task = tsk("iris")
108
lrn = lrn("classif.ranger")
109
lrn$param_set$values = list(importance = "impurity")
0 commit comments