Skip to main content

Batch Inference

To deploy a model for batch inference, you can use PQL to run PREDICT queries.

For example, you can write a query like

PREDICT account_type GIVEN SELECT * FROM twitter_bots

and then put the query on a schedule by clicking Schedule Query.