utils

Functions

duplicate_data(df, segments[, format])

Duplicate dataframe for all the segments.

get_level_dataframe(df, mapping_matrix, ...)

Perform mapping to dataframe at the target level.

get_target_with_quantiles(columns)

Find "target" column and target quantiles among dataframe columns.

inverse_transform_target_components(...)

Inverse transform target components.

match_target_components(features)

Find target components in a set of features.

match_target_quantiles(features)

Find quantiles in dataframe columns.

set_columns_wide(df_left, df_right[, ...])

Set columns in a left dataframe with values from the right dataframe.

Classes

DataFrameFormat(value)

Enum for different types of result.

_TorchDataset(ts_samples)

In memory dataset for torch dataloader.