[ML] Allow setting num_top_classes to a special value -1 (#63587)

This commit is contained in:
Przemysław Witek 2020-10-13 13:14:17 +02:00 committed by GitHub
parent aefa31673a
commit d9e7d88f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 18 deletions

View file

@ -125,7 +125,7 @@ include-tagged::{doc-tests-file}[{api}-classification]
<9> The percentage of training-eligible rows to be used in training. Defaults to 100%.
<10> The seed to be used by the random generator that picks which rows are used in training.
<11> The optimization objective to target when assigning class labels. Defaults to maximize_minimum_recall.
<12> The number of top classes to be reported in the results. Defaults to 2.
<12> The number of top classes (or -1 which denotes all classes) to be reported in the results. Defaults to 2.
<13> Custom feature processors that will create new features for analysis from the included document
fields. Note, automatic categorical {ml-docs}/ml-feature-encoding.html[feature encoding] still occurs for all features.