class sklearn.exceptions.DataConversionWarning
[source]
Warning used to notify implicit data conversions happening in the code.
This warning occurs when some input data needs to be converted or interpreted in a way that may not match the user’s expectations.
Changed in version 0.18: Moved from sklearn.utils.validation.
Attributes: |
|
---|
with_traceback | Exception.with_traceback(tb) – set self.__traceback__ to tb and return self. |
with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html