Model Performance Calculator
Complete ML model evaluation. Classification metrics, regression analysis, cross-validation, ROC/AUC curves, and model comparison.
Step 1 of 2
How to Use This Calculator
- Enter actual vs. predicted values for your test set.
- Select the task type (classification or regression) to compute relevant metrics.
- Review classification metrics (accuracy, F1, AUC) or regression metrics (RMSE, MAE, R²).
- Check for systematic bias by inspecting residuals or class-level performance.
- Use the per-class metrics breakdown to identify which classes the model underperforms on.
What each input means
- Evaluation Type
- Calculation mode to use.
- AUC Score
- Area Under ROC Curve
- Positive Class Rate
- Prevalence of positive class
How this is calculated
Formula
F1 = 2×(P×R)/(P+R) | R² = 1 - SS_res/SS_tot | AUC = ∫TPR d(FPR)Worked example, using the default values
- Identify Input Parameters4 parametersEvaluation Type = 0, True Positives (TP) = 85, True Negatives (TN) = 90, False Positives (FP) = 10 = 22 input(s) provided
- Calculate AccuracyAccuracy = model1Accuracy * 1000.875 = 0.875%
- Calculate F1 ScoreF1 Score0.8717948717948718 = 0.8717948717948718%
- Calculate PrecisionPrecision0.8947368421052632 = 0.8947368421052632%
- Calculate RecallRecall0.85 = 0.85%
Engine last updated . Checked against 5 independently-derived tests — how we verify calculators.
Related Calculators
The questions that sit next to this one — chosen by subject, including calculators filed under a different category.
ML Algorithms Suite Calculator
Complete ML algorithm analysis. KNN, decision trees, random forests, SVMs, clustering, and gradient boosting parameters and complexity.
Machine Learning & AINeural Network Trainer Calculator
Complete neural network training analysis. Architecture design, learning rates, batch sizes, regularization, and activation functions.
Machine Learning & AIModel Performance Metrics Calculator
Calculate accuracy, precision, recall, F1 score, MCC, AUC, and other classification performance metrics.
Data ScienceConfusion Matrix Analyzer
Analyze classification model performance from confusion matrix values. Calculate precision, recall, F1 score, MCC, accuracy, specificity, and more.
MLOps & AI CostingHyperparameter Grid Search Calculator
Calculate total experiments, time, and GPU cost for hyperparameter grid search with cross-validation.
More in Technology & Computing.