Skip to main content

Variables

  • SignalRegistry: Config of signal models.

SignalConfig

Configuration for a signal calculation. This class encapsulates the necessary configuration for computing signals. Method generated by attrs for class 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

Run model function. Parameters: Returns: