mlr3_init_predictor | R Documentation |
Create an initial predictor function from a trained mlr3 learner
mlr3_init_predictor(learner)
learner |
|
function
## Not run:
library("mlr3")
l = lrn("classif.featureless")$train(tsk("sonar"))
mlr3_init_predictor(l)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.