mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML] Allow setting num_top_classes to a special value -1 (#63587)
This commit is contained in:
parent
aefa31673a
commit
d9e7d88f08
8 changed files with 25 additions and 18 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue