@@ -23,95 +23,118 @@ defaultPrint = (isBetweenSeptAndDec() === false)
2323
2424# Partie 1: manipuler des données
2525
26+
2627* [ Retour sur ` Numpy ` ] ( https://github.com/linogaliana/python-datascientist-notebooks/blob/main/corrections/manipulation/01_numpy.ipynb )
2728
28- ``` {ojs}
29- renderCorrection({fpath: "content/manipulation/01_numpy.qmd", correction: true})
30- ```
29+ {{< badges
30+ fpath="/content/manipulation/01_numpy.qmd"
31+ printMessage="false"
32+ correction="true"
33+ > }}
3134
3235* [ Introduction à ` Pandas ` ] ( ../manipulation/02_pandas_intro.qmd )
3336
34- ``` {ojs}
35- renderCorrection({fpath: "content/manipulation/02_pandas_intro.qmd", correction: true})
36- ```
37+ {{< badges
38+ fpath="/content/manipulation/02_pandas_intro.qmd"
39+ printMessage="false"
40+ correction="true"
41+ > }}
3742
3843* [ Manipulations de données avec ` Pandas ` ] ( ../manipulation/02_pandas_suite.qmd )
3944
40- ``` {ojs}
41- renderCorrection({fpath: "content/manipulation/02_pandas_suite.qmd", correction: true})
42- ```
43-
45+ {{< badges
46+ fpath="/content/manipulation/02_pandas_suite.qmd"
47+ printMessage="false"
48+ correction="true"
49+ > }}
4450
45- * [ Exercices ` Geopandas ` ] ( ../manipulation/03_geopandas_TP.qmd ) :
51+ * [ Exercices ` Geopandas ` ] ( ../manipulation/03_geopandas_TP.qmd )
4652
47- ``` {ojs}
48- renderCorrection({fpath: "content/manipulation/03_geopandas_TP.qmd", correction: true})
49- ```
53+ {{< badges
54+ fpath="/content/manipulation/03_geopandas_TP.qmd"
55+ printMessage="false"
56+ correction="true"
57+ > }}
5058
5159* [ Exercices _ webscraping_ ] ( ../manipulation/04a_webscraping_TP.qmd )
5260
53- ``` {ojs}
54- renderCorrection({fpath: "content/manipulation/04a_webscraping_TP.qmd", correction: true})
55- ```
56-
61+ {{< badges
62+ fpath="/content/manipulation/04a_webscraping_TP.qmd"
63+ printMessage="false"
64+ correction="true"
65+ > }}
5766
5867* [ Exercices expressions régulières] ( ../manipulation/04b_regex_TP.qmd )
5968
60- ``` {ojs}
61- renderCorrection({fpath: "content/manipulation/04b_regex_TP.qmd", correction: true})
62- ```
63-
69+ {{< badges
70+ fpath="/content/manipulation/04b_regex_TP.qmd"
71+ printMessage="false"
72+ correction="true"
73+ > }}
6474
6575* [ Exercices API] ( ../manipulation/04c_API_TP.qmd )
6676
67- ``` {ojs}
68- renderCorrection({fpath: "content/manipulation/04c_API_TP.qmd", correction: true})
69- ```
77+ {{< badges
78+ fpath="/content/manipulation/04c_API_TP.qmd"
79+ printMessage="false"
80+ correction="true"
81+ > }}
82+
7083
7184# Partie 2: visualiser les données
7285
73- * [ Exercices graphiques classiques] ( ../visualisation/matplotlib.qmd )
7486
75- ``` {ojs}
76- renderCorrection({fpath: "content/visualisation/matplotlib.qmd", correction: defaultPrint})
77- ```
87+ * [ Exercices graphiques classiques] ( ../visualisation/matplotlib.qmd )
7888
89+ {{< badges
90+ fpath="/content/visualisation/matplotlib.qmd"
91+ printMessage="false"
92+ correction="true"
93+ > }}
7994
8095* [ Exercices sur la cartographie] ( ../visualisation/maps.qmd )
8196
82- ``` {ojs}
83- renderCorrection({fpath: "content/visualisation/maps.qmd", correction: defaultPrint})
84- ```
85-
97+ {{< badges
98+ fpath="/content/visualisation/maps.qmd"
99+ printMessage="false"
100+ correction="true"
101+ > }}
86102
87103
88104# Partie 3: modéliser
89105
106+
90107* [ Exercices sur le _ preprocessing_ ] ( ../modelisation/0_preprocessing.qmd )
91108
92- ``` {ojs}
93- renderCorrection({fpath: "content/modelisation/0_preprocessing.qmd", correction: defaultPrint})
94- ```
109+ {{< badges
110+ fpath="/content/modelisation/0_preprocessing.qmd"
111+ printMessage="false"
112+ correction="true"
113+ > }}
95114
96115* [ Exercices sur l'évaluation des modèles] ( ../modelisation/1_modelevaluation.qmd )
97116
98- ``` {ojs}
99- renderCorrection({fpath: "content/modelisation/1_modelevaluation.qmd", correction: defaultPrint})
100- ```
101-
117+ {{< badges
118+ fpath="/content/modelisation/1_modelevaluation.qmd"
119+ printMessage="false"
120+ correction="true"
121+ > }}
102122
103123* [ Exercices sur la classification] ( ../modelisation/2_SVM.qmd )
104124
105- ``` {ojs}
106- renderCorrection({fpath: "content/modelisation/2_SVM.qmd", correction: defaultPrint})
107- ```
125+ {{< badges
126+ fpath="/content/modelisation/2_SVM.qmd"
127+ printMessage="false"
128+ correction="true"
129+ > }}
108130
109131* [ Exercices sur la régression] ( ../modelisation/3_regression.qmd )
110132
111-
112- ``` {ojs}
113- renderCorrection({fpath: "content/modelisation/3_regression.qmd", correction: defaultPrint})
114- ```
133+ {{< badges
134+ fpath="/content/modelisation/3_regression.qmd"
135+ printMessage="false"
136+ correction="true"
137+ > }}
115138
116139* [ Exercices sur la sélection de variables] ( ../modelisation/4_featureselection.qmd )
117140
0 commit comments