Skip to content

Commit 4ae5be9

Browse files
committed
Minor change to PCA for machine learning
1 parent c2adf1e commit 4ae5be9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sklearn/PCA/PCA_to_Speed-up_Machine_Learning_Algorithms.ipynb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,14 +542,6 @@
542542
"score = logisticRegr.score(test_img, test_lbl)\n",
543543
"print(score)"
544544
]
545-
},
546-
{
547-
"cell_type": "markdown",
548-
"metadata": {},
549-
"source": [
550-
"If you are curious about why accuracy is not a great metric (link to why accuracy is a bad metric\n",
551-
"https://github.com/mGalarnyk/datasciencecoursera/blob/master/Stanford_Machine_Learning/Week6/MachineLearningSystemDesign.md)"
552-
]
553545
}
554546
],
555547
"metadata": {

0 commit comments

Comments
 (0)