Browse Source

delete q1 (#54)

Week 2 Day 1 ex1 question 1 #27
pull/63/head
brad-gh 2 years ago committed by GitHub
parent
commit
8f22647be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      piscine/week02/day01/ex01/audit/README.md

13
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]]

Loading…
Cancel
Save