mlr-archive / mlr-tutorial

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

Typo in chapter Classifier Calibration #74

Closed rwarnung closed 7 years ago

rwarnung commented 7 years ago

Hi, in the named chapter it says

learners must be constructed with predict.type = TRUE

shouldn't this be

learners must be constructed with predict.type = "probability"

? I just thought this was a typo. Best regards, RW

schiffner commented 7 years ago

Hi Richard,

thanks very much for spotting the typo. I have fixed it.

Best, Julia