I am trying to import linear regression library from sklearn module using the syntax below with Jupyter notebook:
from sklearn.linear_model import LinearRegression
But I am getting the error below:
ModuleNotFoundError: No module named 'scipy.linalg._matfuncs_sqrtm_triu'
I have successfully installed the scikit-learn library several times but issue still persist.