Pandas MNIST_Dataset

“from sklearn.model_selection import train_test_split” for this module should i install any library because its not working on my system.

Hey @aakritiaggarwal, yes you need to install scikit-learn library, install it using,

!pip install scikit-learn

in jupyter notebook.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush: