Skip to content

Commit 4a00e92

Browse files
authored
Update README.Rmd
1 parent 17ba12a commit 4a00e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tab = as.data.table(mlr_learners)
9696
tab[sapply(properties, is.element, el = "importance"), key]
9797
```
9898

99-
If your learner is not listed here but capable of extracting variable importance from the fitted model, the reason is most likely that it is not yet integrated in the package [mlr3learners](https://github.com/mlr-org/mlr3learners) or the [extra learner organization](https://github.com/mlr-org/mlr3extralearners).
99+
If your learner is not listed here but capable of extracting variable importance from the fitted model, the reason is most likely that it is not yet integrated in the package [mlr3learners](https://github.com/mlr-org/mlr3learners) or the [extra learner extension](https://github.com/mlr-org/mlr3extralearners).
100100
Please open an issue so we can add your package.
101101

102102
Some learners need to have their variable importance measure "activated" during learner creation.

0 commit comments

Comments
 (0)