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
Several users wanted to compute metrics on their predictions. This is currently not supported. They must instead call the corresponding methods on regressors and classifiers.
Is your feature request related to a problem?
Several users wanted to compute metrics on their predictions. This is currently not supported. They must instead call the corresponding methods on regressors and classifiers.
Desired solution
ml.metrics
.RegressionMetrics
andClassificationMetrics
with static methods for individual metrics and a summarized version (seeRegressor.summarize_metrics
andClassifier.summarize_metrics
#713).We wrap them in a class to
The second point was the original reason why we only made metrics available as methods of
Regressor
andClassifier
.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: