Merge pull request #10 from Jimsparkle/patch-1

Update nn-from-scratch.ipynb
pull/12/head
Denny Britz 2017-01-23 18:18:24 -08:00 committed by GitHub
commit a985c5716e
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)"
]