Logo Lanfrica

leonard-sanya/mlfc_miniproject

Domain:

healthcaregeospatial

Record type:

project
Creator:
Leo
Host:
# Fynesse Template ## Predicting Underserved Regions in Kenya: A Machine Learning Approach to Healthcare Facilities Distribution. ## Abstract This project investigates the spatial distribution of healthcare facilities in Kenya and its relationship to population needs by integrating diverse datasets, including the 2019 Census population data, county boundary GeoJSON files, and healthcare facility records. Additional geographic features are extracted from OpenStreetMap to enrich the analysis. The study follows the *Access–Assess–Address* framework: data are accessed and preprocessed, assessed through exploratory data analysis, visualization, and correlation checks, and then addressed with predictive modeling. Logistic Regression and Naïve Bayes classifiers are applied to identify underserved regions, with model performance evaluated using ROC curves and confusion matrices. --- ## Project Overview The study follows the **Access – Assess – Address** framework: 1. **Access** - Load and preprocess datasets: - Kenya 2019 Population Census (per county) - Kenya County Boundaries (GeoJSON) - Healthcare Facility Registry - OpenStreetMap (OSM) features such as schools, hospitals, and places of worship 2. **Assess** - Perform exploratory data analysis (EDA) - Standardize and merge datasets by county - Correlation analysis to detect redundant or highly related variables - Feature importance evaluation for underserved prediction 3. **Address** - Train predictive models (Logistic Regression, Naïve Bayes) - Evaluate performance with **ROC curves**, **confusion matrices**, and accuracy metrics --- ## Key Results - Successfully merged heterogeneous datasets into a unified framework. - Logistic Regression and Naïve Bayes effectively predicted whether a county was underserved. - Visualizations revealed counties with limited health facilities relative to population needs. --- ## Data Sources - **Population Data (2019 Census)** – HDX Kenya Population Dataset - **Healt …

Languages