mlr-archive/mlr-tutorial

Basics/Benchmark: Color coding

Closed this issue · 2 comments

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

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()

#130

pat-s commented

See mlr-org/mlr#2297.

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