mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Updating test matrix for 7.6 + removing oss for now. * Resolving 7.6.0 docs issues * Updating ML docs * Bumping version following doc fixes * Change ExternalMLModel to ImportedMLModel
38 lines
1.1 KiB
ReStructuredText
38 lines
1.1 KiB
ReStructuredText
.. _api.ml:
|
|
|
|
================
|
|
Machine Learning
|
|
================
|
|
.. currentmodule:: eland.ml
|
|
|
|
Machine learning is built into the Elastic Stack and enables users to gain insights into their Elasticsearch data.
|
|
There are a wide range of capabilities from identifying in
|
|
anomalies in your data, to training and deploying regression or classification models based on Elasticsearch data.
|
|
|
|
To use the Elastic Stack machine learning features, you must have the appropriate license and at least one machine
|
|
learning node in your Elasticsearch cluster. If Elastic Stack security features are enabled, you must also ensure
|
|
your users have the necessary privileges.
|
|
|
|
The fastest way to get started with machine learning features is to start a free 14-day trial of Elasticsearch Service in the cloud.
|
|
|
|
See https://www.elastic.co/guide/en/machine-learning/current/setup.html and other documentation for more detail.
|
|
|
|
ImportedMLModel
|
|
~~~~~~~~~~~~~~~
|
|
.. currentmodule:: eland.ml
|
|
|
|
Constructor
|
|
^^^^^^^^^^^
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
ImportedMLModel
|
|
|
|
Learning API
|
|
^^^^^^^^^^^^
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
ImportedMLModel.predict
|
|
|