sklearn.exceptions
.UndefinedMetricWarning¶
- class sklearn.exceptions.UndefinedMetricWarning¶
Advertencia utilizada cuando la métrica no es válida
Distinto en la versión 0.18: Se ha movido de sklearn.base.
- Atributos
- args
Métodos
Exception.with_traceback(tb) – se establece self.__traceback__ en tb y devuelve self.
- with_traceback()¶
Exception.with_traceback(tb) – se establece self.__traceback__ en tb y devuelve self.