composeml.LabelMaker

class composeml.LabelMaker(target_dataframe_index, time_index, labeling_function=None, window_size=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 dataframe.