EC2 Default User
commited on
Commit
·
1df159a
1
Parent(s):
f3e3b64
remove index
Browse files- download_oas_data.py +1 -1
- test.parquet +2 -2
- train.parquet +2 -2
download_oas_data.py
CHANGED
|
@@ -16,7 +16,7 @@ with open("scripts/oas_uri_list.txt", "r") as f:
|
|
| 16 |
)
|
| 17 |
list_of_df.append(df)
|
| 18 |
df = pd.concat(list_of_df, ignore_index=True)
|
| 19 |
-
train
|
| 20 |
test = df.drop(train.index)
|
| 21 |
|
| 22 |
train.to_parquet("data/train.parquet")
|
|
|
|
| 16 |
)
|
| 17 |
list_of_df.append(df)
|
| 18 |
df = pd.concat(list_of_df, ignore_index=True)
|
| 19 |
+
train=df.sample(frac=0.8, ignore_index=True)
|
| 20 |
test = df.drop(train.index)
|
| 21 |
|
| 22 |
train.to_parquet("data/train.parquet")
|
test.parquet
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:d38dbce659ad0d69a1158c813bed01baea76dab2af8a174844c983dcd8f608dd
|
| 3 |
+
size 21958833
|
train.parquet
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:89e309e4e519a8ece32119ac40ee8ac07e4b4c76da8dbf3e30f10c2e2ed0a7bb
|
| 3 |
+
size 77878605
|