Param Estimator
FixedParams
Dummy parameter estimator that writes fixed values to self.
Quickstart
python
from sktime.param_est.fixed import FixedParams
estimator = FixedParams(param_dict)Parameters(1)
- param_dictdict
fixed parameter values written to
self