forked from kubapok/retroc2
3rd
This commit is contained in:
parent
c3d349bf38
commit
f6a8309517
@ -44,7 +44,7 @@
|
||||
"source": [
|
||||
"train = pd.read_csv('train/train.tsv', header=None, sep='\\t', error_bad_lines=False)\n",
|
||||
"print(len(train))\n",
|
||||
"train = train.head(30000)"
|
||||
"train = train.head(40000)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -122,7 +122,7 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"4261.093474053155\n"
|
||||
"4289.2810262872745\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
40000
dev-0/out.tsv
40000
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@
|
||||
"source": [
|
||||
"train = pd.read_csv('train/train.tsv', header=None, sep='\\t', error_bad_lines=False)\n",
|
||||
"print(len(train))\n",
|
||||
"train = train.head(30000)"
|
||||
"train = train.head(40000)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -122,7 +122,7 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"4261.093474053155\n"
|
||||
"4289.2810262872745\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
2
run.py
2
run.py
@ -19,7 +19,7 @@ from sklearn.pipeline import make_pipeline
|
||||
|
||||
train = pd.read_csv('train/train.tsv', header=None, sep='\t', error_bad_lines=False)
|
||||
print(len(train))
|
||||
train = train.head(30000)
|
||||
train = train.head(40000)
|
||||
|
||||
|
||||
# In[3]:
|
||||
|
28440
test-A/out.tsv
28440
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user