Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created December 18, 2017 14:36
Show Gist options
  • Select an option

  • Save grayskripko/bf6db2fdb26ee949a20050404f8db792 to your computer and use it in GitHub Desktop.

Select an option

Save grayskripko/bf6db2fdb26ee949a20050404f8db792 to your computer and use it in GitHub Desktop.
mlr assertion on choices failed makeLearner
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