dask / dask-ml

Scalable Machine Learning with Dask
http://ml.dask.org
BSD 3-Clause "New" or "Revised" License
905 stars 256 forks source link

Fixed: stop using invalid .A attribute of scipy sparse matrix #996

Closed GaetanLepage closed 4 months ago

GaetanLepage commented 4 months ago

This previously deprecated attribute has been definitly removed from scipy in the latest release (1.14.0). It is equivalent to .toarray().

https://github.com/scipy/scipy/blob/7750f15ffd026ab758bd9b720f3628b0284cb905/doc/source/release/1.14.0-notes.rst?plain=1#L225-L228

TomAugspurger commented 4 months ago

Thanks. I'll take care of the other CI failures elsewhere.