Update machine-learning.asciidoc

The documentation seems to imply we support the whole array of scikit learn algorithm.

I do believe we should be more forthcoming about it
This commit is contained in:
Paulo 2025-04-01 11:23:30 +02:00 committed by GitHub
parent 1d126a3a21
commit ebd0ab10a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,8 @@
[[ml-trained-models]]
=== Trained models
Eland allows transforming trained models from scikit-learn, XGBoost,
Eland allows transforming *some*
https://eland.readthedocs.io/en/latest/reference/api/eland.ml.MLModel.import_model.html#parameters[trained models] from scikit-learn, XGBoost,
and LightGBM libraries to be serialized and used as an inference
model in {es}.