Metrics Node Catalog
Metrics category
Generated from 5 catalog nodes in AI/ML/Metrics.
Nodes in this category
Showing 5 of 5 generated node docs.
Accuracy
AI/ML/MetricsCalculate classification accuracy by comparing predictions to actual values
Confusion Matrix
AI/ML/MetricsBuild confusion matrix and calculate precision, recall, and F1 score
ROC-AUC & Log Loss
AI/ML/MetricsThreshold-free evaluation of a binary classifier: area under the ROC curve, log loss and the curve points. This is the payoff for Logistic Regression producing calibrated probabilities instead of bare class labels.
Regression Metrics
AI/ML/MetricsCalculate MSE, RMSE, MAE, and R² for regression predictions
Silhouette Score
AI/ML/MetricsEvaluate clustering quality: how much closer each sample sits to its own cluster than to the nearest other one (-1 to +1)