Updated files

This commit is contained in:
Kociuba 2021-04-27 21:01:36 +02:00
parent fa5e5e599e
commit 8edc349b95
5 changed files with 15399 additions and 55400 deletions

20001
dev-0/ee.tsv

File diff suppressed because one or more lines are too long

30796
dev-0/in.tsv

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ def train_date_mean(df):
date_mean = (df['start_date'] + df['end_date']) / 2
return date_mean
tain_set = 50000
tain_set = 1000
df = read_train_file('train/train.tsv')
date_mean_df = train_date_mean(df)