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
All classes are sealed.
All constructors are internal.
Everything has proper documentation. Including class itself.
No short names (Dbi is awful name, DCG not great as well, L1, L2, Rms, etc)
List of metrics: AnomalyDetectionMetrics BinaryClassificationMetrics CalibratedBinaryClassificationMetrics ClusteringMetrics MultiClassClassifierMetrics RankerMetrics RegressionMetrics
The text was updated successfully, but these errors were encountered:
We need to clean our metrics classes:
All classes are sealed.
All constructors are internal.
Everything has proper documentation. Including class itself.
No short names (Dbi is awful name, DCG not great as well, L1, L2, Rms, etc)
List of metrics:
AnomalyDetectionMetrics
BinaryClassificationMetrics
CalibratedBinaryClassificationMetrics
ClusteringMetrics
MultiClassClassifierMetrics
RankerMetrics
RegressionMetrics
The text was updated successfully, but these errors were encountered: