OpenSearch/client
Benjamin Trent a28547c4b4
[7.x] [ML] add new `custom` field to trained model processors (#59542) (#59700)
* [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 10:57:38 -04:00
..
benchmark Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
client-benchmark-noop-api-plugin Deduplicate Empty InternalAggregations (#58386) (#59032) 2020-07-04 14:02:16 +02:00
rest LLRC RestClient add isRunning method (#57973) (#59345) 2020-07-14 13:35:24 -04:00
rest-high-level [7.x] [ML] add new `custom` field to trained model processors (#59542) (#59700) 2020-07-16 10:57:38 -04:00
sniffer Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
test Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
transport Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00