Variables
SignalRegistry: Config of signal models.
SignalConfig
Instance variables
-
default_params: str | List[str] | None: Default parameters for the metric or None. -
name: str: Function name to compute the signals. -
required_params: str | List[str] | None: List of required parameters or None. -
runner: Callable: Function to compute the signals. -
tags: List[str]: Tags associated with the metric. -
title: str: Title of the method used to calculate the signal.
Methods
run_name
| Name | Type | Default | Description |
|---|---|---|---|
args | tp.Args | -- | Signal model function arguments. |
kwargs | tp.Kwargs | -- | Signal model function key-word arguments. |
| Type | Description |
|---|---|
tp.Array | Signal model function output. |

