Skip to content

Commit 1409fb3

Browse files
Text features are now supported in non-classification modes as well..
1 parent 92237f0 commit 1409fb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text_features/text_features_in_catboost.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,7 @@
776776
"\n",
777777
"<span style=\"font-size:18px\">\n",
778778
"\n",
779-
"1. Text features also cannot contain NaN values, so we converted them into strings manually.\n",
780-
"2. The training may be performed only with classification losses and targets.\n",
779+
"Text features also cannot contain NaN values, so we converted them into strings manually.\n",
781780
"</span>"
782781
]
783782
},

0 commit comments

Comments
 (0)