Skip to content

Commit

Permalink
Merge pull request github#23 from machine-learning-apps/aimran-adroll…
Browse files Browse the repository at this point in the history
…-ai_map_us_states

Aimran adroll ai map us states
  • Loading branch information
hamelsmu committed Mar 16, 2020
2 parents 21a7180 + a14bb68 commit 9306630
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-growth-nb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: run notebooks
if: github.event_name != 'push'
run: |
pip install matplotlib pandas seaborn papermill ipykernel jupyter folium plotly plotnine psutil pymc3 arviz xlrd
pip install matplotlib pandas seaborn papermill ipykernel jupyter folium plotly plotnine psutil pymc3 arviz xlrd altair
python3 -m ipykernel install --user --name python3
sudo chmod -R 777 .
cd _notebooks
Expand All @@ -49,6 +49,7 @@ jobs:
papermill --kernel python3 2020-03-13-EDA.ipynb 2020-03-13-EDA.ipynb
papermill --kernel python3 2020-03-12-covid19-us-states.ipynb 2020-03-12-covid19-us-states.ipynb
papermill --kernel python3 2020-03-13-COVID19-Comparitive-Analysis.ipynb 2020-03-13-COVID19-Comparitive-Analysis.ipynb
papermill --kernel python3 2020-03-15-us-growth-by-state-map.ipynb 2020-03-15-us-growth-by-state-map.ipynb
- name: run notebooks - modeling
if: github.event_name == 'schedule'
Expand Down
413 changes: 413 additions & 0 deletions _notebooks/2020-03-15-us-growth-by-state-map.ipynb

Large diffs are not rendered by default.

Binary file added images/us-growth-state-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9306630

Please sign in to comment.