Skip to content

Commit 4fe86e9

Browse files
authored
Merge pull request #5243 from FlorentinD/model-persists-docs-trainer-methods
Specify storable trainer methods
2 parents 2080199 + 98ee4a2 commit 4fe86e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ The `gds.model.store_location` parameter must be configured for this feature.
2828
* <<nodeclassification-pipelines, Node Classification model>>
2929
* <<linkprediction-pipelines, Link Prediction model>>
3030
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>>.
35+
3136

3237
=== Syntax
3338

0 commit comments

Comments
 (0)