scikit-learn
community · FR
A library for classical machine learning. Its user guide doubles as one of the best textbooks on model selection, evaluation and cross-validation.
REVIEWED
Model evaluation in scikit-learn
The complete overview of scoring metrics with their pitfalls. The shortest answer to why accuracy is usually the wrong number.
The shortest answer to why accuracy is usually the wrong number.
scikit-learn user guide
Not a manual but a textbook with code. Every method comes with a note on when it does not fit, which textbooks rarely state so plainly.
For anyone using classical methods; each one comes with a note on when it does not fit.