mlr-archive / mlr-tutorial

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

Conf matrix and ROCMeasures #48

Closed ja-thomas closed 8 years ago

ja-thomas commented 8 years ago

Documentation for two new functions in mlr calculateROCMeasures and calculateConfusionMatrix.

Do not merge this before PR #1113 and #1071 in mlr are merged.

Feedback appreciated :)

ja-thomas commented 8 years ago

Both above mentioned PRs are now merged. Should hopefully be ready to merge after travis passes and somebody has proofread it.

Thanks

schiffner commented 8 years ago

Will do, thx!

schiffner commented 8 years ago

Sorry for taking this long and thank you for writing this!

I went into your branch, did a little cleanup and tweaked the language a little. The only small addition I made is to show how to get the relative values normalized in one direction from the ConfusionMatrix object (i.e. $relative.col and $relative.row, because that's something that I would want to know and use). Ok?

The link from the performance page to the confusion matrix section was broken. How to do this correctly is not explained very clearly in the mkdocs documentation. I added a short explanation to the tutorial README, so in the future we know...

ja-thomas commented 8 years ago

perfect, thanks :)

schiffner commented 8 years ago

Ok, merging. And also thanks :)