mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
* Partially implemented implementation of ml.ExternalModel * Adding eland.ml.ExternalMLModel More testing to be added + more support for MLModels
26 lines
324 B
ReStructuredText
26 lines
324 B
ReStructuredText
.. _api.ml:
|
|
|
|
================
|
|
Machine Learning
|
|
================
|
|
.. currentmodule:: eland.ml
|
|
|
|
ExternalMLModel
|
|
~~~~~~~~~~~~~~~
|
|
.. currentmodule:: eland.ml
|
|
|
|
Constructor
|
|
^^^^^^^^^^^
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
ExternalMLModel
|
|
|
|
Learning API
|
|
^^^^^^^^^^^^
|
|
.. autosummary::
|
|
:toctree: api/
|
|
|
|
ExternalMLModel.predict
|
|
|