cdt15 / lingam

Python package for causal discovery based on LiNGAM.
https://sites.google.com/view/sshimizu06/lingam
MIT License
356 stars 54 forks source link

CI fails due to a spec change of sklearn #123

Closed haraoka-screen closed 4 months ago

haraoka-screen commented 5 months ago

https://github.com/cdt15/lingam/actions/runs/7723734677

haraoka-screen commented 5 months ago

The cause of this issue is a spec change of sklearn.preprocessing.OneHotEncoder. sparse, which is one of the arguments of OneHotEncoder, was changed to sparse_output. https://github.com/scikit-learn/scikit-learn/issues/24265