mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Rename binary_soft_classification evaluation to outlier_detection (#59951)
This commit is contained in:
parent
b18cddf997
commit
2a12dcf2e0
38 changed files with 301 additions and 308 deletions
|
@ -25,13 +25,13 @@ include-tagged::{doc-tests-file}[{api}-request]
|
|||
==== Evaluation
|
||||
|
||||
Evaluation to be performed.
|
||||
Currently, supported evaluations include: +BinarySoftClassification+, +Classification+, +Regression+.
|
||||
Currently, supported evaluations include: +OutlierDetection+, +Classification+, +Regression+.
|
||||
|
||||
===== Binary soft classification
|
||||
===== Outlier detection
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-evaluation-softclassification]
|
||||
include-tagged::{doc-tests-file}[{api}-evaluation-outlierdetection]
|
||||
--------------------------------------------------
|
||||
<1> Constructing a new evaluation
|
||||
<2> Name of the field in the index. Its value denotes the actual (i.e. ground truth) label for an example. Must be either true or false.
|
||||
|
@ -87,11 +87,11 @@ include-tagged::{doc-tests-file}[{api}-response]
|
|||
|
||||
==== Results
|
||||
|
||||
===== Binary soft classification
|
||||
===== Outlier detection
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-results-softclassification]
|
||||
include-tagged::{doc-tests-file}[{api}-results-outlierdetection]
|
||||
--------------------------------------------------
|
||||
|
||||
<1> Fetching precision metric by name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue