Skip to content
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

[7.x] [ML] adds new feature_processors field for data frame analytics (#60528) #61148

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…tic#60528)

feature_processors allow users to create custom features from
individual document fields.

These `feature_processors` are the same object as the trained model's pre_processors.

They are passed to the native process and the native process then appends them to the
pre_processor array in the inference model.

closes elastic#59327
@benwtrent benwtrent added :ml Machine learning backport labels Aug 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@benwtrent benwtrent merged commit 8f30228 into elastic:7.x Aug 14, 2020
@benwtrent benwtrent deleted the backport/7.x/pr-60528 branch August 14, 2020 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml Machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants