Created
December 18, 2017 14:36
-
-
Save grayskripko/bf6db2fdb26ee949a20050404f8db792 to your computer and use it in GitHub Desktop.
mlr assertion on choices failed makeLearner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mlr::makeLearner("classif.ranger") | |
| # > Assertion on 'choices' failed. Must be of length >= 1, but has length 0. | |
| # Solution | |
| library(mlr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment