This commit is contained in:
Adrian 2022-06-07 01:00:10 +02:00
parent 5b4c7405cc
commit 6904454c13
6 changed files with 145522 additions and 145522 deletions

View File

@ -13,7 +13,7 @@ y_train.columns = ['category']
data = pd.concat([x_train, y_train], axis=1)
model = vowpalwabbit.Workspace('--oaa 7')
model = vowpalwabbit.Workspace('--oaa 7 --ngram 3')
map_dict = {}

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "26d23c74-6b2a-469d-9b26-3cc3f2ab32ba",
"metadata": {},
"outputs": [],
@ -22,7 +22,7 @@
"data = pd.concat([x_train, y_train], axis=1)\n",
"\n",
"\n",
"model = vowpalwabbit.Workspace('--oaa 7')\n",
"model = vowpalwabbit.Workspace('--oaa 7 --ngram 3')\n",
"\n",
"map_dict = {}\n",
"\n",

2
run.py
View File

@ -13,7 +13,7 @@ y_train.columns = ['category']
data = pd.concat([x_train, y_train], axis=1)
model = vowpalwabbit.Workspace('--oaa 7')
model = vowpalwabbit.Workspace('--oaa 7 --ngram 3')
map_dict = {}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff