Prediction Training Data Json Download

Here you can pass a training uuid and a json body to predict the target column on the json body

Remember, you need to pass in json body the same columns that you used to train the model

And you need to pass the target column name the same that you used to train the model

If you have a trained model by the platform, you don't need to pass the target column name

Sample:

{
    "dataframe": [
        {
            "column1": 1,
            "column2": 2,
            "column3": 3
        }
    ],
    "target_column": "column_x"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
Body Params
dataframe
array of objects
required
Dataframe*
string
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json