mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +00:00
Change csv datasets to remove normalization
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user