OpenSearch/x-pack/plugin/ml/qa/native-multi-node-tests
Dimitris Athanasiou 7e652ca873
[7.x][ML] Include same fields during test inference as in training (#… (#60034)
In #58877, when we switched test inference on java, we just
use the doc's `_source` as features. However, this could be
missing out on features that were used during training,
e.g. alias fields, etc.

This commit addresses this by extracting fields to use as
features during inference the same way they are extracted
in `DataFrameDataExtractor` when they are used for training.

Backport of #59963
2020-07-22 12:54:13 +03:00
..
src/test/java/org/elasticsearch/xpack/ml/integration [7.x][ML] Include same fields during test inference as in training (#… (#60034) 2020-07-22 12:54:13 +03:00
build.gradle Move data stream transport and rest action to xpack (#59593) 2020-07-15 16:50:44 +02:00