linear Regression model from scratch for predicting daily Covid cases in USA with regularization
This project contained code from scratch for predicting daily covid cases in USA.
To execute the code take below steps
- Take the python code file with name "usa_ml_project.py"
- For uploading the features file, download the file with name "usa_features".
- For uploading the labels file download the file with name "usa_labels"
Each part of the code in file "usa_ml_project.py" is explained in the comments.