Skip to content

Commit 63eac45

Browse files
committed
more
1 parent 3bc2302 commit 63eac45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Training a model is as easy as creating a table or a view that holds the trainin
119119

120120
```sql
121121
SELECT * FROM pgml.train('Red Wine Quality', 'regression', 'wine_quality_red', 'quality');
122+
123+
project_name | objective | status
124+
---------------------+------------+--------
125+
Red Wine Quality | regression | deployed
122126
```
123127

124128
The function will snapshot the training data, train the model using multiple algorithms, automatically pick the best one, and make it available for predictions.

0 commit comments

Comments
 (0)