Update nn-from-scratch.ipynb

just a typo. Help yourself.
pull/10/head
Jimsparkle 2017-01-23 16:19:59 +08:00 committed by GitHub
parent c2c60a6e1e
commit cb4e0e6448
1 changed files with 1 additions and 1 deletions

View File

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