Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahat-khan-pathan/covid-19-prediction-using-naive-bayes-classification

This model can predict if a patient is affected by covid 19 using naive bayes classifier.
https://github.com/rahat-khan-pathan/covid-19-prediction-using-naive-bayes-classification

covid-19-predictor machine-learning naive-bayes-classifier

Last synced: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# Predict Covid 19 using Naive Bayes Classification

## How to run this project
1. Install requirements from requirements.txt
```
$ pip install -r requirements.txt
```

2. Run train.py to train the model with 5334 data in covid.csv
```
$ python train.py
```

3. Run test.py to test the model with last 100 data in covid.csv
```
$ python test.py
```

4. Run main.py and choose the features to predict the probability.
```
$ python main.py
```

Accuracy gained - 93.00%

See the Demo Video

Dataset Here