Skip to content

Commit

Permalink
La bonne branche c'est master
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Dec 6, 2021
1 parent d86129c commit d91a5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/course/modelisation/0_preprocessing.Rmd
Expand Up @@ -102,7 +102,7 @@ Si vous ne faites pas l'exercice 1, pensez à charger les données en executant
import requests
url = 'https://raw.githubusercontent.com/linogaliana/python-datascientist/test-preprocessing/content/course/modelisation/get_data.py'
url = 'https://raw.githubusercontent.com/linogaliana/python-datascientist/master/content/course/modelisation/get_data.py'
r = requests.get(url, allow_redirects=True)
open('getdata.py', 'wb').write(r.content)
Expand Down

0 comments on commit d91a5eb

Please sign in to comment.