gpflux.exceptions#
This module provides custom exceptions used by GPflux.
Module Contents#
- exception GPLayerIncompatibilityException[source]#
Bases:
ExceptionThis exception is raised when
GPLayeris misconfigured. This can be caused by multiple reasons, but common misconfigurations are:Incompatible or wrong type of
Kernel,InducingVariablesand/orMeanFunction.Incompatible number of latent GPs specified.
Initialize self. See help(type(self)) for accurate signature.