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
Not sure it is really a bug.
Trying to compute the ranking score of a single item list is a nonsense.
Should it obviously return 1 instead of an error ? Not sure ...
It might not be a bug but during K Cross validation single item is being passed and causing failure, this behavior is not right and not well documented. Please help
I'm trying to calculate the NDCG score for binary relevance:
And getting error
ValueError: Only ('multilabel-indicator', 'continuous-multioutput', 'multiclass-multioutput') formats are supported. Got binary instead
Below code snippet is working which has more than 1 item. Please suggest why single item array is not working.
The text was updated successfully, but these errors were encountered: