Skip to content

A Machine learning binary classification project using sklearn based on Covid19 symptoms dataset.

Notifications You must be signed in to change notification settings

CK-ghub/Covid-symptoms-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Covid-symptoms-prediction

A Machine learning binary classification project using sklearn based on Covid19 symptoms dataset which was available online.

The original dataset contained messy and null values which were removed beforehand.

Dataset

The cleaned dataset is available in this repository. After preprocessing, the dataset contained NaN values which were taken care of, in the jupyter notebook

Acknowledgements

Israel Ministry of Health (Israeli government) https://data.gov.il/dataset/covid-19 (Original dataset)

ML models applied

  • Logistic Regression
  • KNN classification
  • Gradient Boosting
  • Random Forest Classifier