Skip to content

UntrustedModuleError

sklearn_wrap.config.UntrustedModuleError

Bases: ImportError

Raised when a dotted path references a module not in the trusted allowlist.

See Also

EstimatorConfig.build : Method that raises this error for untrusted modules.

Source Code

Show/Hide source
class UntrustedModuleError(ImportError):
    """Raised when a dotted path references a module not in the trusted allowlist.

    See Also
    --------
    EstimatorConfig.build : Method that raises this error for untrusted modules.
    """