fabianp / mord

Ordinal regression algorithms
Other
263 stars 71 forks source link

predict_proba() sometimes gives negative values #13

Closed edrogers closed 6 years ago

edrogers commented 6 years ago

When working with 3 or more ordinal classes, the predict_proba function, which relies on the threshold_proba calculation, sometimes outputs negative values.

fabianp commented 6 years ago

now merged