Skip to content

This model can predict if a patient is affected by covid 19 using naive bayes classifier.

License

Notifications You must be signed in to change notification settings

Rahat-Khan-Pathan/covid-19-prediction-using-naive-bayes-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict Covid 19 using Naive Bayes Classification

How to run this project

  1. Install requirements from requirements.txt
$ pip install -r requirements.txt
  1. Run train.py to train the model with 5334 data in covid.csv
$ python train.py
  1. Run test.py to test the model with last 100 data in covid.csv
$ python test.py
  1. Run main.py and choose the features to predict the probability.
$ python main.py

Accuracy gained - 93.00%

See the Demo Video

Dataset Here

About

This model can predict if a patient is affected by covid 19 using naive bayes classifier.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages