OpenSearch/x-pack/plugin/ml
Dimitris Athanasiou 9dd527328a
[ML] Outlier detection should only fetch docs that have the analyzed … (#44944) (#44959)
As data frame rows with missing values for analyzed fields are skipped,
we can be more efficient by including a query that only picks documents
that have values for all analyzed fields. Besides improving the number
of documents we go through, we also provide a more accurate measurement
of how many rows we need which reduces the memory requirements.

This also adds an integration test that runs outlier detection on data
with missing fields.
2019-07-29 18:23:56 +03:00
..
licenses [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00
qa [ML] Outlier detection should only fetch docs that have the analyzed … (#44944) (#44959) 2019-07-29 18:23:56 +03:00
src [ML] Outlier detection should only fetch docs that have the analyzed … (#44944) (#44959) 2019-07-29 18:23:56 +03:00
build.gradle Enable XLint warnings for ML (#44346) 2019-07-18 09:33:37 +01:00