BaseTransformer
Ancestors
abc.ABC
Descendants
systematica.portfolio.transformers.logistic.Logistic
Methods
transform
Returns:
Reward
Instance variables
-
transformer: systematica.portfolio.transformers.base.BaseTransformer: An instance of a transformer to process the metrics. IfNone, defaults toLogistic. -
weights: Dict[str, float]: A dictionary mapping metric names to weights. Defaults to an empty dictionary.
Methods
run
Returns:

