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
The Evaluate() method for Ranking takes a label and groupId as input, but unlike other Evaluators and the ranking trainers, it does not have default values, so these must always be specified. This leads to an inconsistent feeling across the API surface.
The text was updated successfully, but these errors were encountered:
The
Evaluate()
method forRanking
takes alabel
andgroupId
as input, but unlike otherEvaluators
and the ranking trainers, it does not have default values, so these must always be specified. This leads to an inconsistent feeling across the API surface.The text was updated successfully, but these errors were encountered: