Analysis is done on the Covid-19 dataset.
Linear Regression and Polynomial Regression models are created to predict the number of covid cases in the future.
K-Fold Cross Validation is used to get generalized accuracy of the Linear regression model.
- Python 3
- an IDE (preferably Jupyter Notebook)
- Pandas
- Numpy
- Matplotlib
- Sklearn
- Seaborn
- Plotly
All the external dependencies can be installed by using pip install -r requirements.txt
- Rishikesh Sivakumar