secure_learning.exceptions¶
Defines custom exceptions for the tno.mpc.mpyc.secure_learning library.
Exceptions¶
Base class for custom exceptions in the tno.mpc.mpyc.secure_learning library | |
The function has not been initialized. | |
Received object of unexpected type. | |
Solver has not been fully initialized. | |
Received object with unexpected value. | |
Penalty is not recognized. |
Module Contents¶
- exception secure_learning.exceptions.BaseSecureLearnError[source]¶
Base class for custom exceptions in the tno.mpc.mpyc.secure_learning library
- exception secure_learning.exceptions.MissingFunctionError[source]¶
The function has not been initialized.
- exception secure_learning.exceptions.SecureLearnTypeError[source]¶
Received object of unexpected type.
- exception secure_learning.exceptions.SecureLearnUninitializedSolverError[source]¶
Solver has not been fully initialized.