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 |