Browse Source

function fix

pull/7/head
lee 3 years ago
parent
commit
b1ba7a8fe6
  1. 2
      one_md_per_day_format/piscine/Week2/day2.md

2
one_md_per_day_format/piscine/Week2/day2.md

@ -475,7 +475,7 @@ def predict_one_vs_all(X, clf0, clf1, clf2 ):
1. This question is validated if each classifier has as input a binary data as below:
```python
def train(X_train, y_train):
def train(X_train, y_train):
clf = LogisticRegression()
clf1 = LogisticRegression()
clf2 = LogisticRegression()

Loading…
Cancel
Save