PipelineMaskProfiles Classe
Définit des profils de masque pour les pipelines.
- Héritage
-
builtins.objectPipelineMaskProfiles
Constructeur
PipelineMaskProfiles()
Attributs
ALL_MASKS
ALL_MASKS = ['none', 'partial_fit', 'many_features', 'sparse', 'range_mask']
MASK_INDEX
MASK_INDEX = 'pruned_index_name'
MASK_LGBM_ONLY
MASK_LGBM_ONLY = 'lgbm'
MASK_MANY_FEATURES
MASK_MANY_FEATURES = 'many_features'
MASK_NONE
MASK_NONE = 'none'
MASK_PARTIAL_FIT
MASK_PARTIAL_FIT = 'partial_fit'
MASK_PRUNE
MASK_PRUNE = 'prune'
MASK_RANGE
MASK_RANGE = 'range_mask'
MASK_SPARSE
MASK_SPARSE = 'sparse'
MASK_TIME_PRUNE
MASK_TIME_PRUNE = 'time_prune'