CausalAIBook / MetricsMLNotebooks

Notebooks for Applied Causal Inference Powered by ML and AI
MIT License
74 stars 37 forks source link

wget error in pm2-notebook-jannis.ipynb #4

Open shreysrins opened 2 years ago

shreysrins commented 2 years ago

In cell 2 of pm2-notebook-jannis.ipynb

growth_read = read_r(wget("https://github.com/CausalAIBook/MetricsMLNotebooks/blob/main/data/GrowthData.rda?raw=true"))

should be

growth_read = read_r(wget.download("https://github.com/CausalAIBook/MetricsMLNotebooks/blob/main/data/GrowthData.rda?raw=true"))