DatasetsSizeComparison.add_condition_test_size_not_smaller_than#

DatasetsSizeComparison.add_condition_test_size_not_smaller_than(value: int = 100) T[source]#

Add condition verifying that size of the test dataset is not smaller than X.

Parameters
valueint , default: 100

minimal allowed test dataset size.

Returns
Self

current instance of the DatasetsSizeComparison check.