HyperParameter#

tpcp.HyperParameter[source]#

Mark class attribute as a hyper-parameter for an algorithm or pipeline.

Compared to normal parameters (Parameter), hyper-parameters must only be specified for optimizable Algorithms or Pipelines. Hyper-Parameter are expected to change the outcome of the self_optimize method, but not change themself during the optimization procedure. This information can be used for internal checks and performance optimizations.

alias of T[T]

Examples using tpcp.HyperParameter#

Algorithms - A real world example: QRS-Detection

Algorithms - A real world example: QRS-Detection

The final QRS detection algorithms

The final QRS detection algorithms

Optimization Info

Optimization Info