mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
91 stars 16 forks source link

Connect learner nnet & multinom from package nnet #113

Closed henrifnk closed 3 years ago

henrifnk commented 4 years ago

You can find mlr3learners.nnet here. I'll move the learner to mlr3learners and do drat once your review is done

Checklist before requesting a review

henrifnk commented 4 years ago

mlr3learners.nnet is ready for review now.

pat-s commented 4 years ago
henrifnk commented 4 years ago

The predict functions must also be tested in the ParamTest

can you send me a link to an example where this is used?

pat-s commented 4 years ago

all learners in {mlr3learners}

henrifnk commented 4 years ago

mlr3learners.nnet is ready for another review now.

mllg commented 3 years ago

In https://github.com/mlr-org/mlr3extralearners.