Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdf32769

Browse files
authored
fix 404s (#1537)
1 parentc10aedf commitdf32769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎pgml-cms/docs/guides/supervised-learning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target |
4646

4747
###Training a Model
4848

49-
Now that we've got data, we're ready to train a model using an algorithm. We'll start withthe default`linear` algorithmto demonstrate the basics. Seethe[Algorithms](../../../docs/training/algorithm\_selection/) for a complete list of available algorithms.
49+
Now that we've got data, we're ready to train a model using an algorithm. We'll start witha classification taskto demonstrate the basics. See[pgml.train](/docs/api/sql-extension/pgml.train/) for a complete list of available algorithms and tasks.
5050

5151
```postgresql
5252
SELECT * FROM pgml.train(
@@ -79,7 +79,7 @@ INFO: Metrics: {
7979
(1 row)
8080
```
8181

82-
The output gives us information about the training run, including the`deployed` status. This is great news indicating training has successfully reached a new high score for the project's key metric and our new model was automatically deployed as the one that will be used to make new predictions for the project. See[Deployments](../../../docs/predictions/deployments/) for a guide to managing the active model.
82+
The output gives us information about the training run, including the`deployed` status. This is great news indicating training has successfully reached a new high score for the project's key metric and our new model was automatically deployed as the one that will be used to make new predictions for the project.
8383

8484
###Inspecting the results
8585

@@ -152,7 +152,7 @@ LIMIT 25;
152152

153153
###Example
154154

155-
If you'vealready been through the[Training Overview](../../../docs/training/overview/), you can see the results of those efforts:
155+
If you'veexecuted the commands in this guide, you can see the results of those efforts:
156156

157157
```postgresql
158158
SELECT
@@ -195,7 +195,7 @@ SELECT * FROM pgml.deployed_models;
195195

196196
PostgresML will automatically deploy a model only if it has better metrics than existing ones, so it's safe to experiment with different algorithms and hyperparameters.
197197

198-
Take a look at[Deploying Models](../../../docs/predictions/deployments/) documentation for more details.
198+
Take a look at[pgml.deploy](/docs/api/sql-extension/pgml.deploy) documentation for more details.
199199

200200
###Specific Models
201201

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp