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

[ML] Trained models in spaces #86147

Open
sophiec20 opened this issue Dec 16, 2020 · 1 comment
Open

[ML] Trained models in spaces #86147

sophiec20 opened this issue Dec 16, 2020 · 1 comment
Labels
enhancement New value added to drive a business result Feature:Data Frame Analytics ML data frame analytics features :ml

Comments

@sophiec20
Copy link
Contributor

ML jobs will be space-aware (targeted for 7.11 #64172), however trained models are not.

A data frame analytics job will create a trained model. This can be used during ingest in an inference pipeline or in search as a pipeline aggregation. https://www.elastic.co/guide/en/machine-learning/current/ml-inference.html

Trained models may also be imported into the stack and may not have a dependent data frame analytics job in the following scenarios:

a) the model could have been trained in, and imported from, another elasticsearch cluster https://www.elastic.co/guide/en/machine-learning/master/ml-trained-models.html
b) the model could have been trained in this current cluster but the job has since been deleted
c) the model could have been trained in python and then imported https://eland.readthedocs.io/en/latest/examples/introduction_to_eland_webinar.html#Machine-Learning-Demo
d) the model could have been created by a job that does not belong in the current space

Trained models can be dependent objects of analytics jobs, but they can also be first class citizens in their own right. We could treat them as management objects similar to ingest pipelines, or as space-aware objects similar to analytics jobs. Current thinking favours models to be space-aware.

@sophiec20 sophiec20 added enhancement New value added to drive a business result :ml Feature:Data Frame Analytics ML data frame analytics features labels Dec 16, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Data Frame Analytics ML data frame analytics features :ml
Projects
None yet
Development

No branches or pull requests

2 participants