MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Predictions
Get Batch Predictions
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SDKs
Overview
Mongo-QL
Python SDK
Connect
Databases
ML Engines
Projects
Models
Predictions
Get a Single Prediction
Get Batch Predictions
Tables, Views, Files
Jobs
JavaScript SDK
On this page
Description
Syntax
Predictions
Get Batch Predictions
Description
The
predict()
function fetches predictions from the model table.
Syntax
Use the
predict()
method to make batch predictions by passing the data table as its argument:
Copy
Ask AI
my_model.predict(my_table.limit(10
))
Suggest edits
Raise issue
Get a Single Prediction
Create a Table
Assistant
Responses are generated using AI and may contain mistakes.