Descriptive Statistics
This section covers how to summarize and describe the main features of a dataset.
Topics Covered
(Add topics here)
Prerequisites
- Basic math knowledge
Start learning!
~/blog/tutorials/statistics
This section covers how to summarize and describe the main features of a dataset.
(Add topics here)
Start learning!
Every time you pick a machine learning model based on cross-validation scores, you are using statistics. When you compare two models and say "Model A achieves 8…
When you train a model, you collect performance numbers. Then you have to decide: what do these numbers actually mean? That question splits into two fundamental…
Every model evaluation involves sampling, whether you think about it that way or not. When you run 6-fold cross-validation, you are not measuring the model's pe…
When you evaluate a model across multiple cross-validation folds, the first question is: what single number should represent its performance? That question is n…
Knowing the average accuracy of your model tells you where performance is centered. It does not tell you whether that performance is reliable. Two models can ha…