Log transformer
fyt.core.processing.log_transformer
¶
LogTransformer
¶
Bases: BaseEstimator, TransformerMixin
set_output(*, transform=None)
¶
Set output configuration for compatibility with sklearn pipelines.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
transform
|
str | None
|
Output format for transform method. Not used in this wrapper. |
None
|
Returns:
| Name | Type | Description |
|---|---|---|
LogTransformer |
'LogTransformer'
|
The transformer itself. |