machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
906 stars 186 forks source link

RuntimeWarning: invalid value encountered in double_scalars #30

Closed jmansilla closed 9 years ago

jmansilla commented 10 years ago

RuntimeWarning: invalid value encountered in double_scalars scale = lambda x: (x - min_score) * range_delta / score_range + range_min

shall we worry about this?

francolq commented 10 years ago

I think maybe some classifiers are returning nan's in predict_proba.

jmansilla commented 9 years ago

refers to some code that was removed