I am new to machine learning and trying to run following code
from sklearn.datasets import fetch_openml
mnist = fetch_openml('mnist_784', version=1)
mnist.keys()
its working fine on google colab but not working on kaggle. Does anyone know why it not working on kaggle notebook?
This code is running fine on Kaggle. It takes some time but will complete.
Check again
output:
dict_keys(['data', 'target', 'frame', 'categories', 'feature_names', 'target_names', 'DESCR', 'details', 'url'])
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With