def _save_sparse_X(self, path, X): utils.sparse_savetxt(path, X, including_header=True)
def _save_sparse_X(self, path, X): utils.sparse_savetxt(path, X, including_header=False)