This project is for a Statistics course (STAT500) and we have made a few slides for presentation.
pip3 install statsmodels
Use statistical testing to determine if two binary classifiers have the same performance
- Null Hypothesis H0: Two classifiers make errors in the same way
- Alternative Hypothesis Ha: Two classifiers make errors differently
Sample code is in demo.py
.