8000 Update plot_iris_logistic.py · lithuak/scikit-learn@43b9ae4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43b9ae4

Browse files
authored
Update plot_iris_logistic.py
1 parent eb36c28 commit 43b9ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linear_model/plot_iris_logistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
logreg = LogisticRegression(C=1e5, solver='lbfgs', multi_class='multinomial')
3232

33-
# we create an instance of Neighbours Classifier and fit the data.
33+
# Create an instance of Logistic Regression Classifier and fit the data.
3434
logreg.fit(X, Y)
3535

3636
# Plot the decision boundary. For that, we will assign a color to each

0 commit comments

Comments
 (0)
0