Skip to content

Commit 9d29003

Browse files
committed
Specify storable trainer methods
1 parent 93473ff commit 9d29003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ 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>>
29-
* <<linkprediction-pipelines, Link Prediction 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
3030
3131
3232
=== Syntax

0 commit comments

Comments
 (0)