Kostis-S-Z.github.io

Projects | Blog | About

View on GitHub

Statistical tests for comparing Machine Learning models

When making comparisons and conclusions regarding ML / DL models it is important to try to get as much evidence as possible and then perform statistical tests. Below is a cheatsheet I made while trying to find the appropriate test I needed to do depending on the case.

My label type is:

Sources:

  1. 17 Statistical Hypothesis Tests in Python
  2. Nonparametric Statistical Hypothesis Tests in Python
  3. Statistical Tests for Comparing Machine Learning and Baseline Performance
  4. A Gentle Introduction to Statistical Hypothesis Testing