mlr-archive / mlr-tutorial

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

Basics/Benchmark: Color coding #128

Closed MiGraber closed 6 years ago

MiGraber commented 6 years ago

Benchmark Color coding The color coding of "rf" and "rpart" alternate, which is quite a bit confusing.

MiGraber commented 6 years ago

For most of the graphs you can force the right coding with the argument: order.lrn = getBMRLearnerIds(bmr) but some plotting functions dont have this argument, so I do not know if it is possible to force the right coding there, but I dont know if this is important since most graphs are right.

plotBMRSummary()
plotCritDifferences()
qplot()

https://github.com/mlr-org/mlr-tutorial/pull/130

pat-s commented 6 years ago

See https://github.com/mlr-org/mlr/pull/2297.

Thanks for the work! I finished it up and opened a new PR in the main repo since this one is deprecated.