mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML] adding docs + hlrc for data frame analysis feature_processors (#61149)
Adds HLRC and some docs for the new feature_processors field in Data frame analytics. Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
42db3cc88c
commit
1b34c88d56
10 changed files with 229 additions and 91 deletions
|
@ -124,6 +124,8 @@ include-tagged::{doc-tests-file}[{api}-classification]
|
|||
<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.
|
||||
<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.
|
||||
|
||||
===== Regression
|
||||
|
||||
|
@ -146,6 +148,8 @@ include-tagged::{doc-tests-file}[{api}-regression]
|
|||
<10> The seed to be used by the random generator that picks which rows are used in training.
|
||||
<11> The loss function used for regression. Defaults to `mse`.
|
||||
<12> An optional parameter to the loss function.
|
||||
<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.
|
||||
|
||||
==== Analyzed fields
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue