[DOCS] Edits create data frame analytics job API#54751
Merged
lcawl merged 4 commits intoelastic:masterfrom Apr 13, 2020
Merged
Conversation
Collaborator
|
Pinging @elastic/es-docs (>docs) |
Collaborator
|
Pinging @elastic/ml-core (:ml) |
Contributor
There was a problem hiding this comment.
We copy the mappings to the dest index when the _start API is called. Indeed, if the mappings are conflicted, the start API fails with an error. But during job creation we don't check.
| _hyperparameter optimization_ occurs. It determines a value for each of the | ||
| undefined parameters. A fixed number of rounds is used for optimization which | ||
| depends on the number of parameters being optimized. | ||
| // TBD: Does this "fixed number of rounds" sentence mean that the more undefined |
Contributor
There was a problem hiding this comment.
@tveasey Could you help us clarify this please?
Member
Author
There was a problem hiding this comment.
I will pursue this in elastic/stack-docs#990 instead
Contributor
|
I LGTM'd too soon, didn't notice the |
Contributor
dimitris-athanasiou
left a comment
There was a problem hiding this comment.
Looks good! Just a small typo.
| + | ||
| The data type of the field must be numeric (`integer`, `short`, `long`, `byte`), | ||
| categorical (`ip` or `keyword`), or boolean. | ||
| categorical (`ip` or `keyword`), or boolean. There must be be no more than 30 |
Contributor
There was a problem hiding this comment.
typo: double be
lcawl
added a commit
that referenced
this pull request
Apr 13, 2020
lcawl
added a commit
to lcawl/elasticsearch
that referenced
this pull request
Apr 13, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the create data frame analytics job API (https://www.elastic.co/guide/en/elasticsearch/reference/master/put-dfanalytics.html) related to the addition of multiclass classification. For example, it updates the dependent_variable and num_top_classes definitions.
It also edits some existing unrelated content. For example, it comments out hyperparameter optimization details that are moving in elastic/stack-docs#990 and it moves details about mappings from the create DFA job API to the start DFA job API.
Preview: