Efficient matrix representations for working with tabular data
BSD 3-Clause "New" or "Revised" License
112
stars
6
forks
source link
Replace `scipy.sparse.*_matrix.A` by `scipy.sparse.*_matrix.toarray()` #357
Closed
MatthiasSchmidtblaicherQC closed 5 months ago
Currently, tabmat does not run with pre-release of scipi because the
.A
-shorthand has been deprecated there, see, e.g., here.