Change csv datasets to remove normalization

This commit is contained in:
2021-06-29 11:41:32 +02:00
parent 54b73880e3
commit 641defd109
50 changed files with 99 additions and 99 deletions

View File

@@ -8,4 +8,4 @@ for data in dt:
z = pd.DataFrame(X)
z[X.shape[1]] = y
print(name, z.shape)
z.to_csv(f"test/{name}.csv", header=False, index=False)
z.to_csv(f"data/csv/{name}.csv", header=False, index=False)