From 1ddae817693df010e5c36429b5b4355c7fb584f8 Mon Sep 17 00:00:00 2001 From: Paulo Date: Thu, 3 Apr 2025 15:56:23 +0200 Subject: [PATCH] Update the documentation to reflect the partial support of eland/sckitlearn (#768) --- docs/reference/machine-learning.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/machine-learning.md b/docs/reference/machine-learning.md index 6ec6586..72e1c59 100644 --- a/docs/reference/machine-learning.md +++ b/docs/reference/machine-learning.md @@ -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