🌐 AI搜索 & 代理 主页
Skip to content

Commit 3bc2302

Browse files
committed
last one
1 parent cab997f commit 3bc2302

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)