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