mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Update the documentation to reflect the partial support of eland/sckitlearn (#768)
This commit is contained in:
parent
9302bef7db
commit
1ddae81769
@ -8,7 +8,9 @@ mapped_pages:
|
|||||||
|
|
||||||
## Trained models [ml-trained-models]
|
## Trained models [ml-trained-models]
|
||||||
|
|
||||||
Eland allows transforming trained models from scikit-learn, XGBoost, and LightGBM libraries to be serialized and used as an inference model in {{es}}.
|
Eland allows transforming *some*
|
||||||
|
[trained models](https://eland.readthedocs.io/en/latest/reference/api/eland.ml.MLModel.import_model.html#parameters) from scikit-learn, XGBoost,
|
||||||
|
and LightGBM libraries to be serialized and used as an inference model in {{es}}.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> from xgboost import XGBClassifier
|
>>> from xgboost import XGBClassifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user