Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safnaj/covid19-predictions-lk
Timeseries based Machine Learning Model to predict the affection of COVID19 in Sri Lanka. Used Python & Jupyter Notebook
https://github.com/safnaj/covid19-predictions-lk
covid-19 covid-19-srilanka machine-learning time-series-forecasting
Last synced: 16 days ago
JSON representation
Timeseries based Machine Learning Model to predict the affection of COVID19 in Sri Lanka. Used Python & Jupyter Notebook
- Host: GitHub
- URL: https://github.com/safnaj/covid19-predictions-lk
- Owner: Safnaj
- Created: 2020-04-26T10:57:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T18:09:41.000Z (over 4 years ago)
- Last Synced: 2024-11-25T16:34:50.510Z (3 months ago)
- Topics: covid-19, covid-19-srilanka, machine-learning, time-series-forecasting
- Language: Jupyter Notebook
- Homepage:
- Size: 557 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prediction of COVID19 Affection in Sri Lanka using Time Series Forecasting
A Time Series Based Machine Learning model for the prediction of COVID19 Affected, Recovered & Deaths counts in Sri Lanka.### Datasets
[Time Series](https://www.kaggle.com/anjanatiha/corona-virus-time-series-dataset)
[Cumulative Count](https://www.kaggle.com/imdevskp/corona-virus-report#covid_19_clean_complete.csv)### Technologies
* Python
* Jupyter Notebook
* Google Co-Lab### Algorithm
Time Series Analysis is one of the Machine Learning Prediction Technique. Prophet is a forecasting model which allows to deal with multiple seasonalities. It’s an open source library released by Facebook Data Science team.
### Author
[*Ahamed Safnaj*](www.ahamedsafnaj.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md]() file for details