fraudtwin.register_calibration_model#
- fraudtwin.register_calibration_model(name, model)[source][source]#
Register a deterministic calibration model under a unique name.
- Parameters:
name (
str) – Stable configuration name for the model.model (
CalibrationModel) – Plug-in implementing theCalibrationModelprotocol.
- Raises:
ValueError – If the name is empty/duplicate or metadata is incomplete.
- Return type:
None