Skip to content

Commit 9fdeb54

Browse files
committed
sgd removal
1 parent a1cbaf3 commit 9fdeb54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/finding_donors/finding_donors.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@
353353
{
354354
"cell_type": "code",
355355
"execution_count": null,
356-
"metadata": {},
356+
"metadata": {
357+
"collapsed": true
358+
},
357359
"outputs": [],
358360
"source": [
359361
"'''\n",
@@ -387,7 +389,6 @@
387389
"- Decision Trees\n",
388390
"- Ensemble Methods (Bagging, AdaBoost, Random Forest, Gradient Boosting)\n",
389391
"- K-Nearest Neighbors (KNeighbors)\n",
390-
"- Stochastic Gradient Descent Classifier (SGDC)\n",
391392
"- Support Vector Machines (SVM)\n",
392393
"- Logistic Regression"
393394
]

0 commit comments

Comments
 (0)