Evaluating Synthetic Oversampling Strategies for Imbalanced Thyroid Disease Classification with SHAP-Based Explainability: A Comparative Study Using Ensemble Classifiers.

Here are the main points in simple terms:

The Problem: The thyroid dataset had very few sick patients (only 3.7%), making it hard for normal AI models to spot the disease.

The Solution: The authors tested different ways to create smart, artificial data for rare sick cases and combined them with 5 popular machine learning models.

Best Result: Combining Random Forest with ADASYN or SMOTE worked best—it caught 98% of sick patients (up from 90%) without making many false alarms.

Key Finding: While creating artificial data helps the model catch more sick cases, statistical tests showed it doesn’t fundamentally make the model smarter at ranking risk.

Medical Check (SHAP): Using an explainability tool (SHAP), they proved the AI is making decisions based on real medical blood markers (like TSH, T3, and T4), not random noise from the fake data.