I want to call a joblib file that contains MLPRegressor modele but the error appear
import joblib mlpr = joblib.load("C:/Users/Haytham/OneDrive/Bureau/PFE - App/model.pkl")
ModuleNotFoundError: No module named 'sklearn.neural_network._multilayer_perceptron'
Installing specific version on scikit-learn solved my problem.
pip install "scikit_learn==0.22.2.post1"
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