TrainTestLabelDrift.initialize_run#

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

Initialize run.

Function initializes the following private variables:

Label properties:

_label_properties: all label properties to be calculated in run

Label properties caching: _train_label_properties, _test_label_properties: Dicts of lists accumulating the label properties computed for each batch.