composeml.LabelTimes¶
- class composeml.LabelTimes(data=None, target_dataframe_index=None, target_types=None, target_columns=None, search_settings=None, transforms=None, *args, **kwargs)[source]¶
The data frame that contains labels and cutoff times for the target dataframe.
Methods
Shifts the label times earlier for predicting in advance.
Bin labels into discrete intervals.
Make a copy of this object's indices and data.
Prints out the settings used to make the label times.
Determines if two label time objects are the same.
Return a random sample of labels.
Selects one of the target variables.
Creates binary labels by testing if labels are above threshold.
Write label times in csv format to disk.
Write label times in parquet format to disk.
Write label times in pickle format to disk.