EC2 Default User commited on
Commit
1df159a
·
1 Parent(s): f3e3b64

remove index

Browse files
Files changed (3) hide show
  1. download_oas_data.py +1 -1
  2. test.parquet +2 -2
  3. 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 = df.sample(frac=0.8)
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:ded8ea22cff609bdb3c454e48a2da50e9b1ae77718b576efa437e24f75abcc04
3
- size 19670975
 
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:9d347c7f68820847fa6bfa590baf4c5b22a5b1686634caea00d7407b6796b01b
3
- size 80668749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e309e4e519a8ece32119ac40ee8ac07e4b4c76da8dbf3e30f10c2e2ed0a7bb
3
+ size 77878605