Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Rohit-Saswadkar/Omdena-Tuberculosis-Analysis-in-Kaduna

Domain:

healthcare
Creator:
Roh
Host:
# Omdena-Tuberculosis-Analysis-in-Kaduna ## Data Transformation and Model Evaluation ### Data Transformation The dataset underwent several transformations before model evaluation: - **Square Root Transformation**: Applied square root transformation to numerical columns to mitigate skewness. ```python for col in num_cols: df[col] = np.sqrt(df[col]) - 0.01 ``` - **One-Hot Encoding**: Encoded the LGA (Local Government Area) feature to convert categorical data into numerical format. - **Principal Component Analysis (PCA)**: Utilized PCA to reduce dimensionality and extract 30 best components. ### Model Evaluation The performance of a Ridge Regression model was evaluated using the following key metrics: - **Hyperparameter**: Ridge Regression with alpha = 0.1 was chosen. #### RMSE (Root Mean Squared Error) - **Training Set**: 1.45 - **Test Set**: 1.44 #### R-squared (R2) Score - **Training Set**: 0.9447 - **Test Set**: 0.9408 ### Interpretation - The low RMSE values indicate a close alignment between the model's predictions and actual values for both training and test sets. - High R-squared values suggest that a significant portion of the target variable's variance is captured by the model. ### Conclusion The Ridge Regression model, with alpha = 10, demonstrates robust predictive performance on both training and test datasets. Its ability to generalize well is evident from the comparable performance on both sets, minimizing the risk of overfitting. --- # Tuberculosis (TB) Analysis and Recommendations ## Overview This section provides a comprehensive analysis of presumptive TB cases, diagnosed cases, HIV status, and healthcare worker involvement. Key observations and recommendations are outlined based on the analyzed data. ### Presumptive Cases and Examinations - An upward trend in presumptive cases and examinations suggests increased vigilance or targeted testing initiatives. - The surge in 2020 Q3 may be related to a specific public health campaign. …

Visit

github.com

Languages

Gbagyi

Similar

JpCurada/omdena-kaduna-tb-projectReproducible Analysis: Pediatric Tuberculosis Digital Surveillance in Kaduna State, Nigeriarohit-kumar-bendi/Smart-AI-Umbrellaoperantes/Omdena-NeedEnergyvigneshmj1997/Omdena-EthiopiaOmdena-CBP-Tanzania/omdena-cbp-tanzania-classroom-d4cad3-gis-data-science-GIS_Assignment

JpCurada/omdena-kaduna-tb-project

This project seeks to automate the analysis of state-collected and compiled data using data science.

Reproducible Analysis: Pediatric Tuberculosis Digital Surveillance in Kaduna State, Nigeria

R code and aggregated dataset for the analysis of pediatric tuberculosis digital surveillance in Kad

rohit-kumar-bendi/Smart-AI-Umbrella

Smart AI Umbrella for Crops This project automates crop protection using sensors, Raspberry Pi, and

operantes/Omdena-NeedEnergy

Omdena-NeedEnergy collaboration - Increasing Clean Energy Access in Africa # Omdena-NeedEnergy Omde

vigneshmj1997/Omdena-Ethiopia

This repository is dedicated to collecting, extracting, and cleaning Amharic text corpus, and buildi

Omdena-CBP-Tanzania/omdena-cbp-tanzania-classroom-d4cad3-gis-data-science-GIS_Assignment

omdena-cbp-tanzania-classroom-d4cad3-gis-data-science-GIS_Assignment created by GitHub Classroom #