Model Evaluation
Explore methods to evaluate logistic regression models including calculating baseline accuracy, understanding confusion matrices, and interpreting classification reports. Learn how to adjust prediction thresholds to optimize model performance beyond accuracy, especially in sensitive cases like cancer detection.
We'll cover the following...
We'll cover the following...
Baseline accuracy is a crucial calculation when evaluating our trained model’s performance.
The baseline accuracy
Baseline accuracy is the accuracy that a model can achieve by simply guessing the majority class for every observation.
Formula: