Skip to content

Commit d3148f2

Browse files
author
Vianney Taquet
committed
FIX file path
1 parent 31bee6e commit d3148f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/regression/exoplanets.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"metadata": {},
107107
"outputs": [],
108108
"source": [
109-
"url_file = \"https://raw.githubusercontent.com/scikit-learn-contrib/MAPIE/exoplanet-notebook/notebooks/regression/exoplanets_mass.csv\"\n",
109+
"url_file = \"https://raw.githubusercontent.com/scikit-learn-contrib/MAPIE/master/notebooks/regression/exoplanets_mass.csv\"\n",
110110
"exo_df = pd.read_csv(url_file, index_col=0)"
111111
]
112112
},

notebooks/regression/exoplanets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ warnings.filterwarnings("ignore")
6262
Let's start by loading the `exoplanets` dataset and looking at the main information.
6363

6464
```python
65-
url_file = "https://raw.githubusercontent.com/scikit-learn-contrib/MAPIE/exoplanet-notebook/notebooks/regression/exoplanets_mass.csv"
65+
url_file = "https://raw.githubusercontent.com/scikit-learn-contrib/MAPIE/master/notebooks/regression/exoplanets_mass.csv"
6666
exo_df = pd.read_csv(url_file, index_col=0)
6767
```
6868

0 commit comments

Comments
 (0)