ertk.transform.GroupTransformWrapper
- class ertk.transform.GroupTransformWrapper(transformer: TransformerMixin)
Bases:
TransformerMixin,BaseEstimatorTransform that modifies groups independently without storing parameters.
- __init__(transformer: TransformerMixin) None
Methods
__init__(transformer)fit(X[, y])transform(X[, groups])Inherited Methods
fit_transform(X[, y])Fit to data, then transform it.
get_params([deep])Get parameters for this estimator.
set_output(*[, transform])Set output container.
set_params(**params)Set the parameters of this estimator.