Skip to content

fix 404s #1537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pgml-cms/docs/guides/supervised-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target |

### Training a Model

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

```postgresql
SELECT * FROM pgml.train(
Expand Down Expand Up @@ -79,7 +79,7 @@ INFO: Metrics: {
(1 row)
```

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.
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.

### Inspecting the results

Expand Down Expand Up @@ -152,7 +152,7 @@ LIMIT 25;

### Example

If you've already been through the [Training Overview](../../../docs/training/overview/), you can see the results of those efforts:
If you've executed the commands in this guide, you can see the results of those efforts:

```postgresql
SELECT
Expand Down Expand Up @@ -195,7 +195,7 @@ SELECT * FROM pgml.deployed_models;

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.

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

### Specific Models

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy