Skip to content

Commit 4164f7e

Browse files
committed
Added PCA machine learning pipeline
1 parent 5df4c0d commit 4164f7e

10 files changed

+5855
-130
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Sklearn/PCA/.ipynb_checkpoints/PCA_Iris_Dataset-checkpoint.ipynb

Lines changed: 87 additions & 42 deletions
Large diffs are not rendered by default.

Sklearn/PCA/.ipynb_checkpoints/PCA_MNIST_Logistic_Regression_EasierDataLoading-checkpoint.ipynb

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

Sklearn/PCA/.ipynb_checkpoints/PCA_MNIST_Logistic_Regression_Machine_Learning-checkpoint.ipynb

Lines changed: 666 additions & 0 deletions
Large diffs are not rendered by default.

Sklearn/PCA/PCA_Iris_Dataset.ipynb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,11 @@
526526
"Use a PCA projection to 2d to visualize the entire data set. You should plot different classes using different colors or shapes. Do the classes seem well-separated from each other? "
527527
]
528528
},
529+
{
530+
"cell_type": "markdown",
531+
"metadata": {},
532+
"source": []
533+
},
529534
{
530535
"cell_type": "code",
531536
"execution_count": 14,

Sklearn/PCA/PCA_MNIST_Logistic_Regression_EasierDataLoading.ipynb

Lines changed: 44 additions & 44 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)