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
Is your feature request related to a problem? Please describe.
Passing golds, preds, and probs are all required to use Scorer.score.
Often, preds and probs are not both available, and requires additional usage of a util function — AKA not the best interface!
Describe the solution you'd like
Make certain fields (preds / probs) optional in Scorer.score, depending on usage.