Results
Results appear here after calculation.
Interactive score plot
Model statistics
Interpretation
Warnings and diagnostics
Statistical comparison
Fold-level results
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
How to use
- Paste fold scores or upload a CSV file.
- Select the metric and score direction.
- Choose a plot and confidence method.
- Set diagnostics and significance options.
- Select Calculate Plot to view results.
- Export charts, tables, or the full report.
Example interpretation table
| Pattern | Possible meaning | Recommended action |
|---|---|---|
| High mean, low variation | Strong and stable performance | Consider final evaluation on held-out data. |
| High training gap | Possible overfitting | Increase regularisation or simplify the model. |
| Large fold variation | Unstable validation results | Inspect split quality and dataset size. |
| One weak fold | Outlier or distribution shift | Review 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.