Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 788 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 788 Bytes

COVID-19-PROBABILITY-PREDICTOR.

This is a small inintiative by me to control over COVID-19 pandemic and to predict the probability of occurence of Corona Virus to a user. The basic motto of this to priortize the patients due to incapability of the goverment to handle the situation.

sklearn,Numpy,Pandas

sklearn is a Python library for dealing with Logistic Regression.

Installation

pip install sklearn numpy pandas 

Usage

import pandas as pd
import numpy as np
from sklearn.linear_model import LogisticRegression
from sklearn import preprocessing
import pickle


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.