WHO-MDR-TB-Africa-Risk-Factors analyzes WHO TB data to identify MDR-TB risk factors in Africa using ML (Random Forest, etc.). EDA and visualizations highlight HIV co-infection as key. With 86.6% accuracy, it informs interventions, focusing on high-burden Southern Africa.
# Identification of Risk Factors for MDR-TB in Africa
The **WHO-MDR-TB-Africa-Risk-Factors** repository contains a comprehensive analysis of WHO tuberculosis data to identify key risk factors for multidrug-resistant tuberculosis (MDR-TB) in African populations. Using machine learning techniques, including Random Forest, Logistic Regression, SVM, KNN, and Gradient Boosting, the project preprocesses and analyzes data from African countries, focusing on variables such as HIV co-infection, retreatment cases, and demographics. Exploratory data analysis (EDA) and visualizations, including regional prevalence maps and correlation plots, reveal insights into MDR-TB burden, with Southern Africa, particularly South Africa, showing the highest prevalence. The Random Forest model, achieving an average cross-validation accuracy of 86.6%, identifies HIV-positive TB cases as the most significant risk factor. The repository aims to inform targeted interventions and public health policies to mitigate drug-resistant TB in Africa.
# Installation
## Clone the repository:
github.com
# Data Source
## WHO TB data from Kaggle.
Link to dataset:
kaggle.com
# Key Findings
Random Forest model (86.6% accuracy) identifies HIV-positive TB cases as the top risk factor for MDR-TB.
Southern Africa, especially South Africa, has the highest MDR-TB burden.
Visualizations include regional prevalence, HIV-TB correlations, and choropleth maps.
# Contact
For questions, contact [hlatwayne@gmail.com] or open an issue on GitHub.