ScorePredictionsOperator
DataRobotCreates a batch prediction job in DataRobot, scores the data and saves prediction to the output.
Access Instructions
Install the DataRobot provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
deployment_idRequiredstrDataRobot deployment ID
datarobot_conn_idstr, optionalConnection ID, defaults to datarobot_default
Documentation
Creates a batch prediction job in DataRobot, scores the data and saves prediction to the output.