Commit 9b40441
committed
Update PCA_to_Speed-up_Machine_Learning_Algorithms.ipynb
solves issue mGalarnyk#10
replaced
from sklearn.datasets import fetch_mldata
by
from sklearn.datasets import fetch_openml
and
mnist = fetch_mldata('MNIST original')
by
mnist = fetch_openml('mnist_784')1 parent 872e48d commit 9b40441
File tree
1 file changed
+844
-30
lines changed- Sklearn/PCA
1 file changed
+844
-30
lines changed
0 commit comments