mlr-archive / mlr-tutorial

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

Suspected word flip (more -> less) #135

Closed AlexEngelhardt closed 6 years ago

AlexEngelhardt commented 6 years ago

In cost sensitive classification, shouldn't the more costly class be weighted up?

schiffner commented 6 years ago

Hi Alex,

thanks very much, but I think the text is correct here. The intuition is that by weighting it up you make the less costly class a "safer bet" for standard classification methods concerned with keeping the error rate low. Hence the less costly class is predicted more often and the more expensive class is predicted only when the classifier is very sure.

Julia

AlexEngelhardt commented 6 years ago

Oh!

Thanks for the explanation. This makes sense. I had just misunderstood "costly class".

This can be closed, I suppose.

jakob-r commented 6 years ago

Closing then. Thanks for mindfully reading the tutorial.