mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

Use Cases - Regression #100

Closed pandeva closed 6 years ago

pandeva commented 7 years ago

My first version of the regression use case. I would be glad about any feedback for improving it. (For example, I couldn't find a more elegant way to extract the tuned parameters.)

berndbischl commented 7 years ago

The model multiplexer optimizes over several learners and their parameters.

please dont use the modelmultiplexer in these simpler usecases. it can maybe later be used in a complex tuning use case. but that should be separate.

pat-s commented 6 years ago

superseeded by https://github.com/mlr-org/mlr/pull/2339