From 8f22647be6678b4ee0cdb614a4f12386e4fc0be1 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:54:32 -0400 Subject: [PATCH] delete q1 (#54) Week 2 Day 1 ex1 question 1 #27 --- piscine/week02/day01/ex01/audit/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/piscine/week02/day01/ex01/audit/README.md b/piscine/week02/day01/ex01/audit/README.md index bcf5109..d53ac6c 100644 --- a/piscine/week02/day01/ex01/audit/README.md +++ b/piscine/week02/day01/ex01/audit/README.md @@ -1,19 +1,10 @@ -##### The exercice is validated is all questions of the exercice are validated - -##### The question 1 is validated if the output of the fitted model is: - - ```python - LinearRegression(copy_X=True, fit_intercept=[[1], [2.1], [3]], n_jobs=None, - normalize=[[1], [2], [3]]) - ``` - -##### The question 2 is validated if the output is: +##### The question 1 is validated if the output is: ```python array([[3.96013289]]) ``` -##### The question 3 is validated if the output is: +##### The question 2 is validated if the output is: ```output Coefficients: [[0.99667774]]