From 9b2011d2849d4f2bcfef972e72667cdc94b843c9 Mon Sep 17 00:00:00 2001 From: Samuel MEYNARD Date: Sun, 7 Jun 2020 13:23:01 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20analyse=20pour=20la=20r=C3=A9gression?= =?UTF-8?q?=20lin=C3=A9aire=20cas=20>=20MTU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo3/exercice_python_fr.org | 1 + 1 file changed, 1 insertion(+) diff --git a/module3/exo3/exercice_python_fr.org b/module3/exo3/exercice_python_fr.org index b02e4c3..9fcfa29 100644 --- a/module3/exo3/exercice_python_fr.org +++ b/module3/exo3/exercice_python_fr.org @@ -576,3 +576,4 @@ f"Les coeff sont L = {lmodel.intercept_} et C = { 1 / lmodel.coef_}" #+RESULTS: : Les coeff sont L = 120.04921279789215 et C = [-555.38712112] + Etonnant pour C négatif alors que l'analyse graphique montre une pente positivew -- 2.18.1