Skip to main content
Calcimator

Model Performance Calculator

Complete ML model evaluation. Classification metrics, regression analysis, cross-validation, ROC/AUC curves, and model comparison.

Progress0%

Step 1 of 2

How to Use This Calculator
  1. Enter actual vs. predicted values for your test set.
  2. Select the task type (classification or regression) to compute relevant metrics.
  3. Review classification metrics (accuracy, F1, AUC) or regression metrics (RMSE, MAE, R²).
  4. Check for systematic bias by inspecting residuals or class-level performance.
  5. 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

  1. Identify Input Parameters
    4 parameters
    Evaluation Type = 0, True Positives (TP) = 85, True Negatives (TN) = 90, False Positives (FP) = 10 = 22 input(s) provided
  2. Calculate Accuracy
    Accuracy = model1Accuracy * 100
    0.875 = 0.875%
  3. Calculate F1 Score
    F1 Score
    0.8717948717948718 = 0.8717948717948718%
  4. Calculate Precision
    Precision
    0.8947368421052632 = 0.8947368421052632%
  5. Calculate Recall
    Recall
    0.85 = 0.85%

Engine last updated . Checked against 5 independently-derived tests how we verify calculators.

The questions that sit next to this one — chosen by subject, including calculators filed under a different category.

More in Technology & Computing.