Ohjeah / sparsereg

a collection of modern sparse (regularized) linear regression algorithms.
MIT License
63 stars 21 forks source link

ModuleNotFoundError: No module named 'sklearn.linear_model.base' #27

Open ziyinyuan opened 2 years ago

ziyinyuan commented 2 years ago

Hi, I downloaded and try to run the sindy file from Example folder. I have the most updated python and sklearn. But I got this error message showing up: ModuleNotFoundError: No module named 'sklearn.linear_model.base'

Does anyone have the same issues? Or are there any ways to solve this?