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.
© 2007–2016 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html