Skip to main content

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:
my_model.predict(my_table.limit(10))