tpcp.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_optimize
method, but not change themself during the optimization procedure. This information can be used for internal checks and performance optimizations.alias of
tpcp._parameters.T
[tpcp._parameters.T
]