tpcp.HyperPara#
- tpcp.HyperPara[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 theself_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
]