CederGroupHub / sparse-lm

Sparse Linear Regression Models
https://cedergrouphub.github.io/sparse-lm
Other
15 stars 7 forks source link

Newest changes in scikit-learn break code #130

Open lbluque opened 3 months ago

lbluque commented 3 months ago

The latest runs of CI tests are failing due to failing imports from sklearn.

We should pin the newest version of sklearn to one that works, and eventually update the code to be compatible with the latest version.

kamronald commented 3 months ago

Got it, thanks for pointing this out