Handling Batch Prediction
The handle_batch_prediction API endpoint is designed for batch predictions, allowing users to predict outcomes for a set of input data. It provides options to either view/download the prediction results. The prediction process is carried out by calling a function from prediction_package.batch_prediction_helper.
- Method
- GET
- Endpoint
- /v1/aion/problemtype/prediction/batchprediction/
- Request Parameters
-
outputOption Mandatory path_type Mandatory tracking_id Mandatory Tracking ID for the batch prediction. usecaseid Mandatory The ID of the use case for which you want the prediction results. model_version Mandatory The version number of the model. predict_file_path The path where the prediction results are to be stored. After providing the values, click Execute.
- Response Parameters
- After clicking Execute, you get a Response similar to
the following example: