Skip to content

Commit d931bbe

Browse files
committed
last one
1 parent e2f59a8 commit d931bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ SELECT pgml.predict('Red Wine Quality', 7.4, 0.66, 1.0, 1.8, 0.075, 17.0, 40.0,
139139
PostgresML similarly supports classification to predict discrete classes rather than numeric scores for novel data.
140140

141141
```sql
142-
SELECT pgml.train('Handwritten Digit Classifier', pgml.mnist_training_data, label_column_name);
142+
SELECT pgml.train('Handwritten Digit Classifier', 'classification', pgml.mnist_training_data, label_column_name);
143143
```
144144

145145
And predict novel datapoints:

0 commit comments

Comments
 (0)
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