You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #40scipy encourages the usage of _array over _matrix:
This package [scipy.sparse] is switching to an array interface, compatible with NumPy arrays, from the older matrix interface. We recommend that you use the array objects (bsr_array, coo_array, etc.) for all new work.
As mentioned in #40
scipy
encourages the usage of_array
over_matrix
:source
We might want to embrace this transition and ditch
csr_matrix
in favor ofcrs_array
.The text was updated successfully, but these errors were encountered: