elasticsearch/docs/reference/ml
Benjamin Trent b551f75ec3
[ML] add new custom field to trained model processors (#59542)
This commit adds the new configurable field `custom`.

`custom` indicates if the preprocessor was submitted by a user or automatically created by the analytics job.

Eventually, this field will be used in calculating feature importance. When `custom` is true, the feature importance for 
the processed fields is calculated. When `false` the current behavior is the same (we calculate the importance for the originating field/feature).

This also adds new required methods to the preprocessor interface. If users are to supply their own preprocessors 
in the analytics job configuration, we need to know the input and output field names.
2020-07-16 09:35:56 -04:00
..
anomaly-detection [DOCS] Replace datatype with data type (#58972) 2020-07-07 13:52:10 -04:00
df-analytics/apis [ML] add new custom field to trained model processors (#59542) 2020-07-16 09:35:56 -04:00
images [DOCS] Updates screenshots in ML population analysis (#58318) 2020-06-23 09:03:31 +02:00
ml-shared.asciidoc [ML] add new custom field to trained model processors (#59542) 2020-07-16 09:35:56 -04:00