MindsDB
Open Source Product Docs
The batchQuery() function fetches batch predictions from the model by joining it with the data table.
batchQuery()
Here is the syntax:
await model_name.batchQuery(batchQueryOptions);
Here are some useful links:
Was this page helpful?