𩺠Diabetes Risk Prediction Report
This interactive report allows healthcare and business users to: - Explore risk factors for diabetes - View model insights - Input data to generate predictions
Understanding the problem
We are trying toĀ predict the risk of diabetesĀ in individuals using information like age, BMI, blood glucose, and lifestyle factors. This can help healthcare professionals focus on high-risk individuals.
A. BASIC SETUP
1. Imports Libraries
Run to view results
Run to view results
2. Load Dataset
šĀ Business Overview
This notebook explores customer behavior based on demographic and transactional features. Weāll identify patterns and relationships using charts and ML models to enable actionable business decisions like segmentation, retention strategies, and product targeting.
Run to view results
Run to view results
DATA EXPLORATION
1. Basic EDA (Exploratory Data Analysis)
Run to view results
Run to view results
Run to view results
2. Visual Exploration
Run to view results
Run to view results
Run to view results
3. Correlations
Run to view results
DATA PRE-PROCESSING
1. Encode categorical values
2. Define features and target
Run to view results
3. Scale features
Run to view results
4. Split data
Run to view results
TRAINING
1. Create Model : Logistic Regression and Random Forest
Run to view results
2. Evaluate Model : ROC Curve for the Best Model (Random Forest)
Run to view results
3. Save Model
Run to view results
MAKE INFERENCES
1. Load Model
Run to view results
2. Input widgets
3. Generate Predictions
Run to view results