From 49a51219a29431ba5eea29a33733e6bcc24cf819 Mon Sep 17 00:00:00 2001 From: "J. Gergaud" <gergaud@ap240726-01.local> Date: Tue, 5 Nov 2024 22:06:41 +0100 Subject: [PATCH] ajout README.md --- M2/README.md | 7 +++++++ M2/TP3-linear-regression-following-etu.ipynb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 M2/README.md diff --git a/M2/README.md b/M2/README.md new file mode 100644 index 0000000..caa4891 --- /dev/null +++ b/M2/README.md @@ -0,0 +1,7 @@ +# Year 2024-25 +- TP1-distributions-etu +- TP2-linear-regression-etu +- TP3 : + - TP-stat-desc-sol + - TP3-linear-regression-following-etu (Model asumption) + - homework1 \ No newline at end of file diff --git a/M2/TP3-linear-regression-following-etu.ipynb b/M2/TP3-linear-regression-following-etu.ipynb index 1238c5c..fcfe60b 100644 --- a/M2/TP3-linear-regression-following-etu.ipynb +++ b/M2/TP3-linear-regression-following-etu.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Checcking Model Asumption in Linear regression in Julia \n", + "# Checking Model Asumption in Linear regression in Julia \n", "## The Anscombe exemples\n", "The following script comes from \"Statistics with Julia, Fundamentals for Data Science, Machine Learning and Artificial Intelligence\", Yoni Nazarathy and Hayden Klol, Springer, 2021. " ] -- GitLab