From c85ad33069213878bc2a3f6372604b255640db33 Mon Sep 17 00:00:00 2001 From: 0c8e3a60d8942a3c6fd3b9c66aa29b82 <0c8e3a60d8942a3c6fd3b9c66aa29b82@app-learninglab.inria.fr> Date: Thu, 9 Nov 2023 10:52:15 +0000 Subject: [PATCH] Challenger done --- module2/exo5/exo5_en.ipynb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/module2/exo5/exo5_en.ipynb b/module2/exo5/exo5_en.ipynb index 6a0919d..129da42 100644 --- a/module2/exo5/exo5_en.ipynb +++ b/module2/exo5/exo5_en.ipynb @@ -681,6 +681,20 @@ "from all angles in order to to explain what's wrong." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# My comments " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "I think that the dataset is too small to come to any conclusion from it, so the graphical representation and approximations later in the text do not give good results because of that. Also, I don't think we should remove the rows where the malfunction is 0 because that data can also help us in the analysis. Given that the take-off temperature is 31, w we hould definitely include tests that have an approximate or same temperature. Also, most of the rows have a pressure of 200 and from the dataset itself we can conclude that it cannot help us much, but it is necessary to add more rows with different pressure values in order to examine whether another factor affects the correctness of the rings. Anyway, I think the problem is in a bad and small dataset and pre-processing that is not well done." + ] + }, { "cell_type": "code", "execution_count": null, @@ -706,7 +720,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.3" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1