Skip to content

Commit 0d5efc0

Browse files
joshdevinsszabosteve
authored andcommitted
Updates instructions on how to import models (elastic#1535)
Updates instructions on how to import models This update will point directly to the eland API which has an example and full list of supported models. This is the right place to document limitations as this is where it's implemented.
1 parent e4b45ef commit 0d5efc0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/en/stack/ml/df-analytics/ml-trained-models.asciidoc

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,8 @@ Elasticsearch cluster, for example by adding nodes.
143143
== Importing an external model to the {stack}
144144

145145
It is possible to import a model to your {es} cluster even if the model is not
146-
trained by Elastic {dfanalytics}.
147-
148-
You can find an example of training a model, then importing it to {es} with
149-
`eland` in the
150-
https://eland.readthedocs.io/en/latest/examples/introduction_to_eland_webinar.html#Machine-Learning-Demo[eland machine learning demo].
151-
The example uses Python to train, save and import the model. However, you can
152-
use any client as long as the model conforms to the
153-
https://github.com/elastic/ml-json-schemas[schema].
154-
155-
// This blog post is a step by step description of how to create a random forest
156-
// classifier {ml} model outside of {es} by using Python, load it into {es},
157-
// then operationalize it with ingest pipelines.
146+
trained by Elastic {dfanalytics}. https://eland.readthedocs.io/[Eland] supports
147+
https://www.elastic.co/guide/en/elasticsearch/client/eland/current/machine-learning.html[importing models]
148+
directly through its APIs. Please refer to the latest
149+
https://eland.readthedocs.io/[Eland documentation] for more information
150+
on supported model types and other details of using Eland to import models with.

0 commit comments

Comments
 (0)