Skip to content

A machine learning-based system for Anemia Severity Prediction based ob CBC (Complete Blood Count) to categorize patients into four distinct severity levels which my Mini project for Data Science.

Notifications You must be signed in to change notification settings

Adam4991/anemia-severity-predictor-based-on-cbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🩸 Anemia Predictor - Data Science Mini Project

This project is a machine learning-based system designed to predict the likelihood of anemia in individuals based on clinical and demographic data. It is built as part of a mini project for the Data Science curriculum.

πŸ“Œ Project Overview

Anemia is a common blood disorder that can lead to fatigue, weakness, and serious health complications if left untreated. Early detection can significantly improve outcomes. This project aims to build and evaluate machine learning models to predict anemia status from available health data.

πŸš€ Features

  • Data preprocessing and cleaning
  • Exploratory Data Analysis (EDA)
  • Training multiple machine learning models
  • Evaluation using metrics such as accuracy, precision, recall, F1-score, and AUC
  • Model selection based on performance
  • Final model ready for further integration or deployment

🧠 Algorithms Used

  • Logistic Regression
  • Decision Tree
  • Random Forest
  • Support Vector Machine (SVM)
  • K-Nearest Neighbors (KNN)

πŸ“Š Model Evaluation

The models were evaluated using the following metrics:

  • Accuracy
  • Precision
  • Recall
  • F1-Score
  • AUC (Area Under ROC Curve)

After testing multiple models, Random Forest emerged as the best-performing algorithm with:

  • Highest Accuracy
  • Strong AUC score, indicating robust prediction capabilities

About

A machine learning-based system for Anemia Severity Prediction based ob CBC (Complete Blood Count) to categorize patients into four distinct severity levels which my Mini project for Data Science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages