B

Bias in Healthcare ML

Systematic errors that cause the model to consistently miss the true medical relationship, often due to oversimplified assumptions about patient data or disease patterns.

High Bias Examples:

🫀 Heart Disease Prediction

Using only age and gender to predict heart disease, ignoring critical factors like cholesterol, blood pressure, and family history.

🧠 Depression Screening

Linear model assuming depression severity increases uniformly with questionnaire scores, missing complex psychological patterns.

💊 Drug Dosage

One-size-fits-all dosing algorithm that doesn't account for patient weight, metabolism, or genetic variations.

V

Variance in Healthcare ML

Model predictions that change dramatically with small changes in training data, leading to inconsistent diagnoses or treatment recommendations.

High Variance Examples:

🔬 Cancer Detection

Deep CNN trained on small dataset gives different tumor classifications when one training image is changed.

🩺 Symptom Checker

Complex decision tree that memorizes specific patient cases, failing to generalize to new patients with similar symptoms.

📊 Risk Assessment

Overcomplex model gives wildly different stroke risk predictions for patients with nearly identical profiles.