Merge pull request #16 from sh4ka/patch-1

Fix typo
pull/20/head
Denny Britz 2017-10-19 21:48:04 +09:00 committed by GitHub
commit 0b52553c84
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
}
],
"source": [
"# Train the logistic regeression classifier\n",
"# Train the logistic regression classifier\n",
"clf = sklearn.linear_model.LogisticRegressionCV()\n",
"clf.fit(X, y)"
]