epitome.constants.Dataset¶
-
class
epitome.constants.Dataset¶ Enumeration determining train, valid, test or runtime.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Attributes
ALLAll mode: Specifies that data should not be divided by train, valid, and test.
RUNTIMERuntime mode: Allows a new cell type to be predicted on.
TESTTest mode: Disables subsampling of 0s.
TRAINTraining mode: Allows subsampling of 0s.
TRAIN_VALIDTRAIN_VALID mode: Specifies that only a validation chr from train should be used.
VALIDValidation mode: Allows validation on training cell types.
-