Issue
Please help me for making a good solutions of my problems. I don't work for these issue.
Below the code:
from sklearn import datasets
Below the error:
ModuleNotFoundError: No module named 'sklearn'
Solution
you basically not installed sklearn library.. so first install sklearn with below command.
pip install sklearn
and then run the code it will resolve your issue.
Answered By - Muhammad Rizwan Munawar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.