Get a specific prediction from a prediction_id. Wait up until time_out is reached and wait wait_time between each retry.
get_prediction(prediction_id, prediction_type, time_out = 3600, wait_time = 10)
id of the prediction to be retrieved, can be obtained with get_experiment_version_predictions().
type of prediction among "validation" (not deployed model) and "deployment" (deployed model).
maximum number of seconds to wait for the prediction. 3 600 by default.
number of seconds to wait between each retry. 10 by default.
data.frame - predictions coming from prediction_id.