OpenSearch/docs/reference/ingest
Benjamin Trent 8ff2cbf1a3
[7.x] [ML] adding prediction_field_type to inference config (#55128) (#55230)
* [ML] adding prediction_field_type to inference config (#55128)

Data frame analytics dynamically determines the classification field type. This field type then dictates the encoded JSON that is written to Elasticsearch. 

Inference needs to know about this field type so that it may provide the EXACT SAME predicted values as analytics. 

Here is added a new field `prediction_field_type` which indicates the desired type. Options are: `string` (DEFAULT), `number`, `boolean` (where close_to(1.0) == true, false otherwise). 

Analytics provides the default `prediction_field_type` when the model is created from the process.
2020-04-15 09:45:22 -04:00
..
apis [DOCS] Reduce content reuse in enrich docs (#53460) 2020-03-12 05:57:23 -04:00
processors [7.x] [ML] adding prediction_field_type to inference config (#55128) (#55230) 2020-04-15 09:45:22 -04:00
enrich.asciidoc [DOCS] Reduce content reuse in enrich docs (#53460) 2020-03-12 05:57:23 -04:00
ingest-node.asciidoc [DOCS] Remove redundant sentence in ingest processor docs (#54329) 2020-03-27 08:25:09 -04:00