import pickle
modell=pickle.load(open('model.pkl','rb'))
i want to load and open that file so that i am apply function to check AI model but they show ModuleNotFoundError: No module named ‘sklearn’ error . i dont no why i have this error there es no need od sklearn.
New contributor
Wasif Rehman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.