mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
36 lines
526 B
ReStructuredText
36 lines
526 B
ReStructuredText
eland.ml.MLModel
|
|
================
|
|
|
|
.. currentmodule:: eland.ml
|
|
|
|
.. autoclass:: MLModel
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~MLModel.__init__
|
|
~MLModel.delete_model
|
|
~MLModel.exists_model
|
|
~MLModel.export_model
|
|
~MLModel.import_ltr_model
|
|
~MLModel.import_model
|
|
~MLModel.predict
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~MLModel.feature_names
|
|
~MLModel.model_type
|
|
~MLModel.results_field
|
|
|
|
|