OpenSearch/docs/reference/ml/df-analytics/apis
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
..
delete-dfanalytics.asciidoc [7.x][ML] Fix race condition when force stopping DF analytics job (#57680) (#57717) 2020-06-05 17:50:01 +03:00
delete-inference-trained-model.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
evaluate-dfanalytics.asciidoc Rename regression evaluation metrics to make the names consistent with loss functions (#58887) (#58927) 2020-07-02 17:35:55 +02:00
explain-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
get-dfanalytics-stats.asciidoc Add a "verbose" option to the data frame analytics stats endpoint (#59589) (#59621) 2020-07-16 09:51:31 +02:00
get-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
get-inference-trained-model-stats.asciidoc [7.x] [ML] calculate cache misses for inference and return in stats (#58252) (#58363) 2020-06-19 09:46:51 -04:00
get-inference-trained-model.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
index.asciidoc [7.x] Introduce DataFrameAnalyticsConfig update API (#58302) (#58648) 2020-06-29 10:56:11 +02:00
put-dfanalytics.asciidoc [7.x][ML] Data frame analytics max_num_threads setting (#59254) (#59308) 2020-07-09 19:15:46 +03:00
put-inference.asciidoc [7.x] [ML] add new `custom` field to trained model processors (#59542) (#59700) 2020-07-16 10:57:38 -04:00
start-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
stop-dfanalytics.asciidoc [DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
update-dfanalytics.asciidoc [7.x][ML] Data frame analytics max_num_threads setting (#59254) (#59308) 2020-07-09 19:15:46 +03:00