evolver.calibration.interface.Transformer.fit
- classmethod Transformer.fit(*args, **kwargs) Config[source]
Override to implement a fitting function responsible for returning a
Configinstance that can then be used forconvert_toandconvert_from. This can be utilized byCalibrator.run_calibration_procedure, however, because the fit produces config parameters directly related to the transformation, such definitions must belong to the transformer and not the calibrator class.