Import sparse matrix into neo4j

Hello,

I was wondering if anyone had some advice I have a very large sparse matrix as csr_maxtrix (from scipy) . I want to load this into neo4j what's the best way of doing this? My only idea so far is loading it into networkx, then maybe write a graphml file and import that into neo4j with apoc....