Parameter tuning with mlrHyperopt
Hyperparameter tuning with mlr is rich in options as they are multiple tuning methods:
Simple Random Search
Grid Search
Iterated F-Racing (via irace)
Sequential Model-Based Optimization (via mlrMBO)
Also the search space is easily definable and customizable for each of the 60+ learners of mlr using the ParamSets from the ParamHelpers ...
[Read more...]