@@ -23,95 +23,118 @@ defaultPrint = (isBetweenSeptAndDec() === false)
23
23
24
24
# Partie 1: manipuler des données
25
25
26
+
26
27
* [ Retour sur ` Numpy ` ] ( https://github.com/linogaliana/python-datascientist-notebooks/blob/main/corrections/manipulation/01_numpy.ipynb )
27
28
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
+ > }}
31
34
32
35
* [ Introduction à ` Pandas ` ] ( ../manipulation/02_pandas_intro.qmd )
33
36
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
+ > }}
37
42
38
43
* [ Manipulations de données avec ` Pandas ` ] ( ../manipulation/02_pandas_suite.qmd )
39
44
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
+ > }}
44
50
45
- * [ Exercices ` Geopandas ` ] ( ../manipulation/03_geopandas_TP.qmd ) :
51
+ * [ Exercices ` Geopandas ` ] ( ../manipulation/03_geopandas_TP.qmd )
46
52
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
+ > }}
50
58
51
59
* [ Exercices _ webscraping_ ] ( ../manipulation/04a_webscraping_TP.qmd )
52
60
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
+ > }}
57
66
58
67
* [ Exercices expressions régulières] ( ../manipulation/04b_regex_TP.qmd )
59
68
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
+ > }}
64
74
65
75
* [ Exercices API] ( ../manipulation/04c_API_TP.qmd )
66
76
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
+
70
83
71
84
# Partie 2: visualiser les données
72
85
73
- * [ Exercices graphiques classiques] ( ../visualisation/matplotlib.qmd )
74
86
75
- ``` {ojs}
76
- renderCorrection({fpath: "content/visualisation/matplotlib.qmd", correction: defaultPrint})
77
- ```
87
+ * [ Exercices graphiques classiques] ( ../visualisation/matplotlib.qmd )
78
88
89
+ {{< badges
90
+ fpath="/content/visualisation/matplotlib.qmd"
91
+ printMessage="false"
92
+ correction="true"
93
+ > }}
79
94
80
95
* [ Exercices sur la cartographie] ( ../visualisation/maps.qmd )
81
96
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
+ > }}
86
102
87
103
88
104
# Partie 3: modéliser
89
105
106
+
90
107
* [ Exercices sur le _ preprocessing_ ] ( ../modelisation/0_preprocessing.qmd )
91
108
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
+ > }}
95
114
96
115
* [ Exercices sur l'évaluation des modèles] ( ../modelisation/1_modelevaluation.qmd )
97
116
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
+ > }}
102
122
103
123
* [ Exercices sur la classification] ( ../modelisation/2_SVM.qmd )
104
124
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
+ > }}
108
130
109
131
* [ Exercices sur la régression] ( ../modelisation/3_regression.qmd )
110
132
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
+ > }}
115
138
116
139
* [ Exercices sur la sélection de variables] ( ../modelisation/4_featureselection.qmd )
117
140
0 commit comments