News

I did pip install --user -U scikit-learn a couple of times Funny thing is that it worked twice in my code and then it suddenly broke and it no longer imports it as per below: import pandas as pd ...
It raised a moduleNotFoundError: No module named 'sklearn.metrics.regression'. The enviroment is: Ubuntu18.04, python3.8.12, scikit-learn 1.0.2; numpy 1.19.5; scipy 1.8.0 ...