mlr-org / mlr3

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

FeaturelessLearner: if "learner_weights" is added, the FFL should support weights too #1142

Open berndbischl opened 2 months ago

berndbischl commented 2 months ago

otherwise we cannot use it nicely as a fallback

for some of the "weirder" options of the FLL this might be harder, but at least for this it should be doable:

regr: mean prediction classif: mode prediction, and prob estimation.

i would also vote to remove some "weirder" options from the learner to make it simpler

berndbischl commented 2 months ago

should be obvious: if this is added, add unit tests