From ebd0ab10a17a70c22eedcbdaba53965a9a176775 Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 1 Apr 2025 11:23:30 +0200 Subject: [PATCH] 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 --- docs/guide/machine-learning.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/machine-learning.asciidoc b/docs/guide/machine-learning.asciidoc index 46100e0..c91ae8d 100644 --- a/docs/guide/machine-learning.asciidoc +++ b/docs/guide/machine-learning.asciidoc @@ -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}.