You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solved! There are some elements that are Nan on y_test and/or y_predicted_counts.
I tried something like this: def nanToZero(nanlist): newlist=[0 if math.isnan(x) else x for x in nanlist] return newlist
@hundredblocks
ValueError: Classification metrics can't handle a mix of continuous and multiclass targets
The text was updated successfully, but these errors were encountered: