This repository introduces and summarizes common model evaluation indicators and methods.
The notes contain the modules outlined below:
No. | Module | Gist |
---|---|---|
1 | Overview | |
2 | Classification Model | |
3 | Regression Model | |
4 | Clustering Model |
predicted | actual | values |
---|---|---|
⬇️ | ➕ | ➖ |
➕ | TP (1−β) | FP (α) type I error |
➖ | FN (β) type II error |
TN (1−α) |
In inferential statistics, the null hypothesis (often denoted
☝🏿 Hypothesis: "The patient has pneumonia."
👌🏿 Null hypothesis
error types |
|
|
---|---|---|
🙇🏻♀️ | TN(1−α) | FN (β) type II error |
🙅♀️ | FP (α) type I error |
TP (1−β) |
term | formula | definition |
---|---|---|
accuracy | ||
recall | ||
precision |