pat-s / measures

5 stars 2 forks source link

Ensure that measures are always well defined #3

Open ja-thomas opened 6 years ago

ja-thomas commented 6 years ago

I think this is generally a problem with measures in mlr.

Measures should never output NA or NaN, especially in corner cases.

Ensure that we never divide by 0 etc.