evolver.calibration.interface.Transformer.fit

classmethod Transformer.fit(*args, **kwargs) Config[source]

Override to implement a fitting function responsible for returning a Config instance that can then be used for convert_to and convert_from. This can be utilized by Calibrator.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.