Exemplo n.º 1
0
 def _save_sparse_X(self, path, X):
     utils.sparse_savetxt(path, X, including_header=True)
Exemplo n.º 2
0
 def _save_sparse_X(self, path, X):
     utils.sparse_savetxt(path, X, including_header=False)