Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

A-Shahat/Egypt-Healthcare-Cost-Prediction

Domaine:

healthcare

Type de record:

model
Créateur:
A-S
Hôte:
Predicting annual healthcare expenditures using demographic and clinical features — built with Python and Scikit-learn. # Egypt Healthcare Cost Prediction > Predicting annual healthcare expenditures using demographic and clinical features — built with Python and Scikit-learn. --- ## Overview Healthcare systems face increasing financial pressure from rising treatment costs and growing chronic disease prevalence. This project builds machine learning models to predict patients' annual healthcare expenditures, helping: - **Insurance companies** estimate risk and set fair premiums - **Hospitals** allocate resources more efficiently - **Policymakers** identify and address key drivers of healthcare spending The best model — **Gradient Boosting** — achieves **R² ≈ 0.887**, an RMSE of ~2,538 EGP, and an MAE of ~1,995 EGP on held-out test data. --- ## Project Structure ``` egypt-healthcare-cost-prediction/ │ ├── Egypt_healthcare_cost_prediction_enhanced.ipynb # Main notebook ├── egypt_healthcare_synthetic_data.csv # Dataset │ ├── eda_overview.png # EDA grid ├── model_comparison.png # Model comparison chart ├── prediction_diagnostics.png # Actual vs Predicted & residuals ├── feature_importance.png # Feature importance plot │ ├── requirements.txt └── README.md ``` --- ## Dataset > **This dataset is synthetically generated for educational purposes.** It does not represent real patient records. | Feature | Type | Description | |---|---|---| | `age` | Numeric | Patient age | | `bmi` | Numeric | Body mass index | | `num_dependents` | Numeric | Number of dependents | | `chronic_conditions` | Numeric | Number of chronic diseases | | `visits_per_year` | Numeric | Annual healthcare visits | | `smoker` | Binary | Smoking status | | `diabetes` | Binary | Diabetes diagnosis | | `hypertension` | Binary | Hypertension diagnosis | | `obese` | Binary | Obesity status | | `insured` | Binary | Insurance coverage | | `sex` | Categorical | Patient sex | | `region` | Categorical | …

Visit

github.com

Licenses

MIT

Similaires

Prediction of Construction Cost for Field Canals Improvement Projects in EgyptAnuAnil123/Healthcare-Utilization-Predictionahmedsal95/cvd-risk-prediction-egyptbasmalafatooh2005/dubizzle-egypt-price-predictionislamabdaljawad/Egypt-House-Price-PredictionZeinabEltaib534/Egypt-Real-Estate-Prediction

Prediction of Construction Cost for Field Canals Improvement Projects in Egypt

Field canals improvement projects (FCIPs) are one of the ambitious projects constructed to save fres

AnuAnil123/Healthcare-Utilization-Prediction

This project explores the effects of free primary healthcare on maternal healthcare-seeking behavior

ahmedsal95/cvd-risk-prediction-egypt

# CVD Risk Prediction — Egyptian Population A machine learning-based multi-class prediction system

basmalafatooh2005/dubizzle-egypt-price-prediction

Web scraping + Linear Regression model to predict apartment prices in Egypt using real Dubizzle list

islamabdaljawad/Egypt-House-Price-Prediction

# 🏡 Egypt House Price Prediction An interactive Streamlit application that forecasts residenti

ZeinabEltaib534/Egypt-Real-Estate-Prediction

This project analyzes real estate data from Egypt to uncover key market trends, property price patte