We should implement the compressed ndarray, it is used widely in scikit-learn. The csr_matrix is included in SciPy not NumPy, but I think we should move it into NumSharp. @dotChris90 What do you think of it?
Compressed Sparse Column Format (CSC)
Compressed Sparse Row Format (CSR)
https://www.scipy-lectures.org/advanced/scipy_sparse/storage_schemes.html
We should implement the compressed ndarray, it is used widely in scikit-learn. The csr_matrix is included in SciPy not NumPy, but I think we should move it into NumSharp. @dotChris90 What do you think of it?
Compressed Sparse Column Format (CSC)
Compressed Sparse Row Format (CSR)
https://www.scipy-lectures.org/advanced/scipy_sparse/storage_schemes.html