DataConversionWarning (original) (raw)

exception 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.

For example, this warning may occur when the user

Changed in version 0.18: Moved from sklearn.utils.validation.