We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd41ec commit 2778036Copy full SHA for 2778036
events/2020_06_04_catboost_tutorial/text_features.ipynb
@@ -1129,16 +1129,16 @@
1129
"dictionaries = [{\n",
1130
"\t'dictionary_id': 'Unigram',\n",
1131
"\t'max_dictionary_size': '50000',\n",
1132
- "\t'gram_count': '1',\n",
+ "\t'gram_order': '1',\n",
1133
"},{\n",
1134
"\t'dictionary_id': 'Bigram',\n",
1135
1136
- "\t'gram_count': '2',\n",
+ "\t'gram_order': '2',\n",
1137
1138
"\t'dictionary_id': 'Trigram',\n",
1139
"\t'token_level_type': 'Letter',\n",
1140
1141
- "\t'gram_count': '3',\n",
+ "\t'gram_order': '3',\n",
1142
"}]\n",
1143
"```"
1144
]
0 commit comments