Update the documentation to reflect the partial support of eland/sckitlearn (#768)

This commit is contained in:
Paulo 2025-04-03 15:56:23 +02:00 committed by GitHub
parent 9302bef7db
commit 1ddae81769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,9 @@ mapped_pages:
## 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
>>> from xgboost import XGBClassifier