This is a Python Project which aims at predicting the number of covid cases in India on any given date. The Project is made using three different algorithms • Linear Regression • Random Forest Regression ~ Support Vector Regression
The dataset has been taken from Kaggle.
# In cmd
pip install streamlit
# In cmd
streamlit run [filename] # eg: streamlit run forest_regressor_covid.py
Using Random Forest Regression for state_wise_daily dataset:
Using SVR for covid_data dataset:
- Please take a moment to review the Code of Conduct
Ayesha Falak / 💻 |