Class DataStats (1.48.0)

DataStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stats of data used for train or evaluate the Model.

Attributes

NameDescription
training_data_items_count int
Number of DataItems that were used for training this Model.
validation_data_items_count int
Number of DataItems that were used for validating this Model during training.
test_data_items_count int
Number of DataItems that were used for evaluating this Model. If the Model is evaluated multiple times, this will be the number of test DataItems used by the first evaluation. If the Model is not evaluated, the number is 0.
training_annotations_count int
Number of Annotations that are used for training this Model.
validation_annotations_count int
Number of Annotations that are used for validating this Model during training.
test_annotations_count int
Number of Annotations that are used for evaluating this Model. If the Model is evaluated multiple times, this will be the number of test Annotations used by the first evaluation. If the Model is not evaluated, the number is 0.

Methods

DataStats

DataStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stats of data used for train or evaluate the Model.