appier / h5sparse

Scipy sparse matrix in HDF5
https://pypi.python.org/pypi/h5sparse
MIT License
45 stars 8 forks source link

Sparse coo matrices #16

Open tvandera opened 4 years ago

tvandera commented 4 years ago

Hi folks,

I have added support for scipy.sparse.coo_matrix in https://github.com/tvandera/h5sparse. Interested?

I will also add support for some kind of sparse tensors. Something simple, like https://www.tensorflow.org/api_docs/python/tf/sparse/SparseTensor

Cheers, Tom