Skip to content

Commit ce47540

Browse files
authored
Update batch.md
1 parent 21fece7 commit ce47540

File tree

1 file changed

+1
-1
lines changed
  • pgml-docs/docs/user_guides/predictions

1 file changed

+1
-1
lines changed

pgml-docs/docs/user_guides/predictions/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Note that we are passing the result of `array_agg()` to our function because we
3939

4040
## Collecting Results
4141

42-
Batch predictions have to be fetched in a subquery or a CTE because they are using the `array_agg()` aggregate. To get the results back in a easily usable form, `pgml.predict_batch()` returns a `setof` result instead of a normal array, and that can be then built into a table:
42+
Batch predictions have to be fetched in a subquery or a CTE because they are using the `array_agg()` aggregate. To get the results back in an easily usable form, `pgml.predict_batch()` returns a `setof` result instead of a normal array, and that can be then built into a table:
4343

4444
=== "SQL"
4545

0 commit comments

Comments
 (0)