Skip to content

Conversation

@dimitris-athanasiou
Copy link
Contributor

This commit replaces the _estimate_memory_usage API with
a new API, the _explain API.

The API consolidates information that is useful before
creating a data frame analytics job.

It includes:

  • memory estimation
  • field selection explanation

Memory estimation is moved here from what was previously
calculated in the _estimate_memory_usage API.

Field selection is a new feature that explains to the user
whether each available field was selected to be included or
not in the analysis. In the case it was not included, it also
explains the reason why.

Backport of #49455

This commit replaces the _estimate_memory_usage API with
a new API, the _explain API.

The API consolidates information that is useful before
creating a data frame analytics job.

It includes:

- memory estimation
- field selection explanation

Memory estimation is moved here from what was previously
calculated in the _estimate_memory_usage API.

Field selection is a new feature that explains to the user
whether each available field was selected to be included or
not in the analysis. In the case it was not included, it also
explains the reason why.

Backport of elastic#49455
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

delvedor added a commit to elastic/elasticsearch-js that referenced this pull request Nov 22, 2019
@dimitris-athanasiou
Copy link
Contributor Author

run elasticsearch-ci/docs

@dimitris-athanasiou dimitris-athanasiou merged commit 8eaee7c into elastic:7.x Nov 22, 2019
@dimitris-athanasiou dimitris-athanasiou deleted the df-analytics-explain-api-7x branch November 22, 2019 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants