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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
montanalow merged 1 commit intomasterfrommontana/links
Jun 18, 2024
Merged
Changes fromall 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 deletionspgml-cms/docs/guides/supervised-learning.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 withthe default `linear` algorithmto demonstrate the basics. Seethe [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 witha classification taskto 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 DownExpand 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 DownExpand Up@@ -152,7 +152,7 @@ LIMIT 25;

### Example

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

```postgresql
SELECT
Expand DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp