Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added notes for notebooks.
  • Loading branch information
vukosim committed Mar 28, 2020
1 parent c184298 commit b6b9850
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
Put notebooks in here
## Notebooks for analysis and modelling
This folder contains notebooks for analysis and modelling of the COVID-19 data. Some use the data in the repo, some fetch data from external data.

## Current notebooks
* Growth of South Africa vs. Some of the world [[Notebook]](https://github.com/dsfsi/covid19za/blob/master/notebooks/2020-03-28-international-growth-analysis.ipynb)
![](https://github.com/dsfsi/covid19za/blob/master/visualisation/covid-growth-countries.png?raw=true)
* Growth of South Africa Provinces [[Notebook]](https://github.com/dsfsi/covid19za/blob/master/notebooks/covid19_growth_for_sa.ipynb)
![](https://github.com/dsfsi/covid19za/blob/master/visualisation/per_province_growth_first_report.png?raw=true)
## Where do I start?
### Running the notebooks
You can pull the repo and then run the notebooks and make adjustments as I need.

### Getting ideas
See the great resource from fastai on different analysis and modelling notebooks. [URL](https://covid19dashboards.com/)

### TODO
Have simple link to mybinder for all notebooks

0 comments on commit b6b9850

Please sign in to comment.