We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3efee4 commit 7fd5646Copy full SHA for 7fd5646
1 file changed
README.md
@@ -31,7 +31,7 @@ Time Series Part 2 | [Time Series Data Basics with Pandas Part 2](https://githu
31
What is it? | Blog Post/IPython Notebook | Youtube Video
32
--- | --- | ---
33
Linear Regression | [Linear Regression Python (sklearn, numpy, pandas)](https://medium.com/@GalarnykMichael/linear-regression-using-python-b29174c3797a#.vczf85s0s) | [Linear Regression](https://www.youtube.com/watch?v=dSYJVbj4Eew&t=2s)
34
-Logistic Regression | [Digits (Preloaded Dataset)](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Logistic_Regression/LogisticRegression_toy_digits.ipynb) / [MNIST](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Logistic_Regression/LogisticRegression_MNIST.ipynb) | [Logistic Regression using Python (Sklearn, NumPy, Handwriting Recognition, Matplotlib)](https://www.youtube.com/watch?v=71iXeuKFcQM)
+Logistic Regression | [Digits](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Logistic_Regression/LogisticRegression_toy_digits.ipynb) / [MNIST](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Logistic_Regression/LogisticRegression_MNIST.ipynb) | [Logistic Regression using Python (Sklearn, NumPy, Handwriting Recognition, Matplotlib)](https://www.youtube.com/watch?v=71iXeuKFcQM)
35
Principal Component Analysis | [IRIS](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/PCA/PCA_Iris_Dataset.ipynb) / [MNIST](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/PCA/PCA_MNIST_Logistic_Regression.ipynb) | Coming soon
36
37
## Spark (Python)
0 commit comments