From 5b82909a3b2d0b03df61499152d949f011ea48c0 Mon Sep 17 00:00:00 2001 From: LEMAITRE Guillaume <guillaume.lemaitre@inria.fr> Date: Tue, 16 Mar 2021 10:38:58 +0100 Subject: [PATCH] Add exercise data exploration notebooks --- notebooks.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notebooks.json b/notebooks.json index 5d15aec..bd8bcd5 100644 --- a/notebooks.json +++ b/notebooks.json @@ -2,6 +2,8 @@ "baseUrl": "https://github.com/INRIA/scikit-learn-mooc/raw/master/", "notebooks": [ "notebooks/01_tabular_data_exploration.ipynb", + "notebooks/01_tabular_data_exploration_ex_01.ipynb", + "notebooks/01_tabular_data_exploration_sol_01.ipynb", "notebooks/02_numerical_pipeline_ex_01.ipynb", "notebooks/02_numerical_pipeline_hands_on.ipynb", "notebooks/02_numerical_pipeline_introduction.ipynb", -- GitLab