Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 330 Bytes

File metadata and controls

16 lines (11 loc) · 330 Bytes
title Get a Single Prediction
sidebarTitle Get a Single Prediction

Description

The predict() function fetches predictions from the model table.

Syntax

Use the predict() method to make a single prediction by passing the specific values as its argument:

my_model.predict({"text": 'any text'})