Witold Wydmański
commited on
Commit
•
3eedd79
1
Parent(s):
53ca32e
fix
Browse files- process.py +2 -2
- test.csv +2 -2
- 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
|
21 |
-
pd.DataFrame(X_test).to_csv("test.csv", index=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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b4594a7143b5559eecc5f4ceee1a4a4b81c0d598e1390b743bd415f5dda2f05
|
3 |
+
size 16342405
|