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 theself_optimizemethod, but not change themself during the optimization procedure. This information can be used for internal checks and performance optimizations.alias of
Annotated[T, <_ParaTypes.HYPER: 1>]