| title | Get a Single Prediction |
|---|---|
| sidebarTitle | Get a Single Prediction |
The predict() function fetches predictions from the model table.
Use the predict() method to make a single prediction by passing the specific values as its argument:
my_model.predict({"text": 'any text'})