Skip to content

[7.x][ML] Explain data frame analytics API (#49455) #49504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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