bsparse.sparse.load_npz# sparse.load_npz(file)# Loads a sparse matrix from a npz archive. Parameters: filenamestrThe name of the file. Returns: SparseThe sparse matrix.