mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
906 stars 84 forks source link

Feature Request: Featureless Learner should allow to specify metric to be optimized #1014

Open sebffischer opened 2 months ago

sebffischer commented 2 months ago

The idea is that one can pass a measure as a parameter and the learner then finds the constant prediction that optimizes this metric. If a analytic formula exists it can be used, otherwise we can fall back to calling optimize().

cc @berndbischl