Skip to content

Commit 98ee4a2

Browse files
Improve wording
Co-authored-by: Jacob Sznajdman <breakanalysis@gmail.com>
1 parent 9d29003 commit 98ee4a2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/asciidoc/machine-learning/model-catalog/model-catalog-store.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ The `gds.model.store_location` parameter must be configured for this feature.
2525
*Models that can be stored*
2626

2727
* <<graph-sage,GraphSAGE model>>
28-
* <<nodeclassification-pipelines, Node Classification model>> with the `bestParameters` for the <<ml-training-methods, trainer-methods>>: Linear Regression
29-
* <<linkprediction-pipelines, Link Prediction model>> with the `bestParameters` for the <<ml-training-methods, trainer-methods>>: Linear Regression
28+
* <<nodeclassification-pipelines, Node Classification model>>
29+
* <<linkprediction-pipelines, Link Prediction model>>
30+
31+
For <<nodeclassification-pipelines, Node Classification>> and <<linkprediction-pipelines, Link Prediction>>, storing a model is only supported for a subset of <<ml-training-methods, trainer-methods>>.
32+
The trainer method of a model can be inspected in the `modelInfo` under `bestParameters`.
33+
34+
Currently, we only support <<machine-learning-training-methods-logistic-regression, Logistic Regression>>.
3035

3136

3237
=== Syntax

0 commit comments

Comments
 (0)