mlr-org / mlr

Machine Learning in R
https://mlr.mlr-org.com
Other
1.64k stars 405 forks source link

Add a chapter on clustering to the mlr tutorial #1414

Closed rwarnung closed 7 years ago

rwarnung commented 7 years ago

We have cluster learners implemented and listed but as far as I found it no clear documentation on how to use them. Can we add a chapter about clustering to the tutorial?

PhilippPro commented 7 years ago

I think this would be good.

If you look with detail into some sections you can find it out (e.g. tasks and performance section) but this is hard to find out for newbies. Recently I tried to explain somebody how to do clustering via the tutorial, but this was really not easy. In fact we miss also some graphical interpretations (like e.g. dendrograms) but this is probably beyond the scope of mlr.

jakob-r commented 7 years ago

I opened an issue in the github page for the tutorial.