Data collected from nytimes repo is analyzed to generate models for deaths due to Covid-19. Updated everyday.
The ratio of mortality is calculated by shifting recorded mortality by n days and dividing each mortality value
- Shift - Shifting of days for ratio calculation
- Trigger - Ratio of death when the mortality value is analyzed
- Days - Data of recent days when the slope for prediction is calculated
- Tested in python 3.6
pip install -r requirements.txt