Witold Wydmański commited on
Commit
3eedd79
1 Parent(s): 53ca32e
Files changed (3) hide show
  1. process.py +2 -2
  2. test.csv +2 -2
  3. train.csv +2 -2
process.py CHANGED
@@ -17,5 +17,5 @@ X_training = np.concatenate((X_tr, y_tr.reshape(-1, 1)), axis=1)
17
  X_test = np.concatenate((X_te, y_te.reshape(-1, 1)), axis=1)
18
 
19
  # %%
20
- pd.DataFrame(X_training).to_csv("train.csv", index=False, header=False)
21
- pd.DataFrame(X_test).to_csv("test.csv", index=False, header=False)
 
17
  X_test = np.concatenate((X_te, y_te.reshape(-1, 1)), axis=1)
18
 
19
  # %%
20
+ pd.DataFrame(X_training).to_csv("train.csv", index=False)
21
+ pd.DataFrame(X_test).to_csv("test.csv", index=False)
test.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:229900de252b803e4cf1dd75c70d6495bf82e7393cb1c250bd2c07abfd8d4a6d
3
- size 4509824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47cdb3b00aa051c44508e898d9ecbdbc0cbca6c0862feb712dc87b98c4bcb71
3
+ size 4510742
train.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39097e4dd1ab3b3079ca5286d7ea210bdddd9970f8d04932cb3f9a2032bdaa0b
3
- size 16341487
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b4594a7143b5559eecc5f4ceee1a4a4b81c0d598e1390b743bd415f5dda2f05
3
+ size 16342405