Logistic
Ancestors
systematica.portfolio.transformers.base.BaseTransformerabc.ABC
Instance variables
scale_factors: Dict[str, float]: Scale factors for each metric to adjust the steepness of the logistic curve.
Methods
transform
| Name | Type | Default | Description |
|---|---|---|---|
metrics | tp.Dict[str, float] | -- | Dictionary of metrics to transform, where keys are metric names and values are their corresponding values. |
| Type | Description |
|---|---|
tp.Dict[str, float] | Dictionary of transformed metrics, where keys are the same as input and values are the transformed values |

