composeml.LabelMaker¶
-
class
composeml.
LabelMaker
(target_entity, time_index, labeling_function=None, window_size=None, label_type=None)[source]¶ Automatically makes labels for prediction problems.
Methods
__init__
Creates an instance of label maker. search
Searches the data to calculates labels. set_index
Sets the time index in a data frame (if not already set). slice
Generates data slices of target entity.