pull/16/head
Jesús Flores 2017-10-19 13:11:56 +01:00 committed by GitHub
parent 42c0142b09
commit a94d86462b
1 changed files with 1 additions and 1 deletions

View File

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