Sklearn showing error

what do i need to install before using sklearn module??

sklearn.model_selection**

HEY @Roopa1i_ma1hotra,

just install sklearn and it will automatically install all other packages that it needs to run properly.
use command :

pip install scikit-learn