Skip to content

Commit 2778036

Browse files
goo-goo-goo-joobandrey-khropov
authored andcommitted
Pull request "Fix of outdated names of parameters" by @goo-goo-goo-joob from #7
Pull Request resolved: #7 commit_hash:0a30d79e8d06475372980fbc1a08d55b6e6926b0
1 parent 5fd41ec commit 2778036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

events/2020_06_04_catboost_tutorial/text_features.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,16 +1129,16 @@
11291129
"dictionaries = [{\n",
11301130
"\t'dictionary_id': 'Unigram',\n",
11311131
"\t'max_dictionary_size': '50000',\n",
1132-
"\t'gram_count': '1',\n",
1132+
"\t'gram_order': '1',\n",
11331133
"},{\n",
11341134
"\t'dictionary_id': 'Bigram',\n",
11351135
"\t'max_dictionary_size': '50000',\n",
1136-
"\t'gram_count': '2',\n",
1136+
"\t'gram_order': '2',\n",
11371137
"},{\n",
11381138
"\t'dictionary_id': 'Trigram',\n",
11391139
"\t'token_level_type': 'Letter',\n",
11401140
"\t'max_dictionary_size': '50000',\n",
1141-
"\t'gram_count': '3',\n",
1141+
"\t'gram_order': '3',\n",
11421142
"}]\n",
11431143
"```"
11441144
]

0 commit comments

Comments
 (0)