File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ warnings.filterwarnings("ignore")
6262Let'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"
6666exo_df = pd.read_csv(url_file, index_col = 0 )
6767```
6868
You can’t perform that action at this time.
0 commit comments