An open API service indexing awesome lists of open source software.

https://github.com/abideen-olawuwo/healthmonitor

A model for healthmonitor
https://github.com/abideen-olawuwo/healthmonitor

knearest-neighbor-classifier logistic-regression matplotlib numpy pandas python random-forest-classifier seaborn sklearn

Last synced: 3 months ago
JSON representation

A model for healthmonitor

Awesome Lists containing this project

README

        

* Problem Definition

Building classification models to predict whether patient disease is Chronic, Severe, Mild, Normal

* Data

The data was downloaded from kaggle[https://www.kaggle.com/datasets/nraobommela/health-monitoring-system]

* Evaluation

The Evaluation metric is to get the best accuracy

* Features

The data Features include;
Dehydration, Medicine Overdose, Acidious, Cold, Cough, Dehydration, Medicine Overdose,
Acidious, Cold, Cough, Type, Temperature, Heart Rate, Pulse,
BPSYS, BPDIA, Respiratory Rate, Oxygen Saturation. PH

* Modelling

The Model used are Random Forest Classifier (RFC), Logistic Regression, Kneigbhor