You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgml-docs/docs/user_guides/predictions/batch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Note that we are passing the result of `array_agg()` to our function because we
39
39
40
40
## Collecting Results
41
41
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:
0 commit comments