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