Skip to main content

boxcox_lambda

Find optimum lambda for the Box-Cox transformation Parameters: Returns:

boxcox

Apply the Box-Cox transformation Parameters: Returns:

inv_boxcox

Invert the Box-Cox transformation Parameters: Returns:

LocalMinMaxScaler

Bases: _BaseLocalScaler Scale each group to the [0, 1] interval Parameters:

LocalMinMaxScaler.fit

Compute the statistics for each group. Parameters: Returns:

LocalMinMaxScaler.fit_transform

“Compute the statistics for each group and apply the transformation. Parameters: Returns:

LocalMinMaxScaler.inverse_transform

Use the computed statistics to invert the transformation. Parameters: Returns:

LocalMinMaxScaler.stack

LocalMinMaxScaler.take

LocalMinMaxScaler.transform

Use the computed statistics to apply the transformation. Parameters: Returns:

LocalStandardScaler

Bases: _BaseLocalScaler Scale each group to have zero mean and unit variance Parameters:

LocalStandardScaler.fit

Compute the statistics for each group. Parameters: Returns:

LocalStandardScaler.fit_transform

“Compute the statistics for each group and apply the transformation. Parameters: Returns:

LocalStandardScaler.inverse_transform

Use the computed statistics to invert the transformation. Parameters: Returns:

LocalStandardScaler.stack

LocalStandardScaler.take

LocalStandardScaler.transform

Use the computed statistics to apply the transformation. Parameters: Returns:

LocalRobustScaler

Bases: _BaseLocalScaler Scale each group using robust statistics Parameters:

LocalRobustScaler.fit

Compute the statistics for each group. Parameters: Returns:

LocalRobustScaler.fit_transform

“Compute the statistics for each group and apply the transformation. Parameters: Returns:

LocalRobustScaler.inverse_transform

Use the computed statistics to invert the transformation. Parameters: Returns:

LocalRobustScaler.stack

LocalRobustScaler.take

LocalRobustScaler.transform

Use the computed statistics to apply the transformation. Parameters: Returns:

LocalBoxCoxScaler

Bases: _BaseLocalScaler Find the optimum lambda for the Box-Cox transformation by group and apply it Parameters:

LocalBoxCoxScaler.fit

Compute the statistics for each group. Parameters: Returns:

LocalBoxCoxScaler.fit_transform

“Compute the statistics for each group and apply the transformation. Parameters: Returns:

LocalBoxCoxScaler.inverse_transform

Use the computed lambdas to invert the transformation. Parameters: Returns:

LocalBoxCoxScaler.stack

LocalBoxCoxScaler.take

LocalBoxCoxScaler.transform

Use the computed lambdas to apply the transformation. Parameters: Returns:

Difference

Subtract a lag to each group Parameters:

Difference.fit_transform

Apply the transformation Parameters: Returns:

Difference.inverse_transform

Invert the transformation Parameters: Returns:

Difference.stack

Difference.take