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

Commit df06db0

Browse files
committed
typo
1 parent 07b9059 commit df06db0

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
@@ -100,7 +100,7 @@ psql -c 'SELECT pgml.version()'
100100
The two most important functions the framework provides are:
101101

102102
1. `pgml.train(project_name TEXT, objective TEXT, relation_name TEXT, y_column_name TEXT)`,
103-
2. `pgml.predict(project_name TEXT, features VARIADIC DOUBLE PRECIISION)`.
103+
2. `pgml.predict(project_name TEXT, VARIADIC features DOUBLE PRECISION[])`.
104104

105105
The first function trains a model, given a human-friendly project name, a `regression` or `classification` objective, a table or view name which contains the training and testing datasets,
106106
and the name of the `y` column containing the target values. The second function predicts novel datapoints, given the project name for an exiting model trained with `pgml.train`,

0 commit comments

Comments
 (0)