PredictionDrift.initialize_run#

PredictionDrift.initialize_run(context: Context)[source]#

Initialize run.

Function initializes the following private variables:

Prediction properties: _prediction_properties: all predictions properties to be calculated in run

Prediction properties caching: _train_prediction_properties, _test_prediction_properties: Dicts of lists accumulating the predictions properties computed for each batch.