Search code examples
regressionmlrmlp

Create mlp custom learner in MLR


Can you help me in creating a "RLearner_regr_mlp.R"?. I need to solve a regression problem with mlp in MLR package but I could not creat its training function and prediction method.


Solution

  • There is a dedicated help page for this topic in the mlr-tutorial.

    Besides, {mlr} is retired and we won't add any new learners to the package from our side. If you have troubles yourself, you can make a new learner request at the mlr3learners repo to be included in the {mlr3} package framework.