This commit is contained in:
Sebastian 2022-06-07 17:40:53 +02:00
parent 15340647a1
commit 3e252b2968
4 changed files with 14107 additions and 14107 deletions

File diff suppressed because it is too large Load Diff

4
run.py
View File

@ -44,7 +44,7 @@ def to_vowpalwabbit(row, categories):
return vw
# In[ ]:
# In[31]:
x_train = pd.read_csv('train/in.tsv', header=None, sep='\t')
@ -75,7 +75,7 @@ prediction('test-A/in.tsv', 'test-A/out.tsv', model, categories)
prediction('test-B/in.tsv', 'test-B/out.tsv', model, categories)
# In[30]:
# In[32]:
get_ipython().system('jupyter nbconvert --to script run.ipynb')

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff