post
https://api.prediction.cpu.v1.aureo.io/training/data//predict/json
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
