Cross-Validation Score Plot Calculator

Compare fold scores, evaluate model stability, inspect training gaps, test significance, and export interactive cross-validation charts with clear statistical summaries for every experiment quickly.

Results

Results appear here after calculation.

Enter fold scores, choose settings, then select Calculate Plot.

Interactive score plot

Model statistics

Interpretation


Warnings and diagnostics

    Statistical comparison

    Fold-level results

    Data and configuration

    Use CSV, tab-separated, semicolon-separated, or whitespace data. Required columns are Model, Fold, and Validation.
    Leave every option unselected to include all models.

    Accepted data format

    Use one row for each model, repeat, and fold. Training scores are optional. Validation scores are required.

    Model,Repeat,Fold,Train,Validation
    Logistic Regression,1,1,0.932,0.901
    Logistic Regression,1,2,0.925,0.889
    Random Forest,1,1,0.989,0.918

    Formula used

    Mean score
    mean = Σ score / k
    Sample standard deviation
    SD = √[Σ(score − mean)² / (k − 1)]
    Generalisation gap
    gap = training score − validation score
    Standard error
    SE = SD / √k
    Coefficient of variation
    CV = SD / |mean|
    Z-score
    z = (score − mean) / SD

    How to use

    1. Paste fold scores or upload a CSV file.
    2. Select the metric and score direction.
    3. Choose a plot and confidence method.
    4. Set diagnostics and significance options.
    5. Select Calculate Plot to view results.
    6. Export charts, tables, or the full report.

    Example interpretation table

    PatternPossible meaningRecommended action
    High mean, low variationStrong and stable performanceConsider final evaluation on held-out data.
    High training gapPossible overfittingIncrease regularisation or simplify the model.
    Large fold variationUnstable validation resultsInspect split quality and dataset size.
    One weak foldOutlier or distribution shiftReview class balance and unusual observations.

    Frequently asked questions

    What does a cross-validation score plot show?

    It shows performance across validation folds. Variation reveals model stability. Comparisons help identify stronger models.

    Should higher scores always rank first?

    No. Error metrics usually prefer lower values. Select the correct direction before ranking.

    Why do fold scores vary?

    Each fold contains different observations. Class balance and difficult samples can change performance. Large variation deserves investigation.

    What is a generalisation gap?

    It is the difference between training and validation performance. Large gaps can suggest overfitting. Metric direction still matters.

    Which confidence interval method should I use?

    Student's t is useful for small samples. Bootstrap intervals make fewer distribution assumptions. Normal intervals are simple approximations.

    Can I compare several models?

    Yes. Add each model in the Model column. The calculator ranks and tests available model pairs.

    Can this calculator handle repeated cross-validation?

    Yes. Use the Repeat column for repeated runs. Each repeat and fold becomes one observation.

    How are outliers detected?

    The IQR method uses quartile fences. The z-score method uses standard deviations. You can disable outlier detection.

    Does statistical significance prove one model is best?

    No. Significance describes evidence under assumptions. Practical impact, stability, cost, and test-set performance also matter.

    Related Calculators

    Validation CurveTraining Loss CurveValidation Loss CurveAccuracy CurveError Rate CurveBias-Variance CurveModel Comparison Bar ChartMetric Radar ChartHyperparameter Performance HeatmapRuntime-versus-Accuracy Plot

    Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.