W3cubDocs

/scikit-learn

InconsistentVersionWarning

exceptionsklearn.exceptions.InconsistentVersionWarning(*, estimator_name, current_sklearn_version, original_sklearn_version)[source]

Warning raised when an estimator is unpickled with a inconsistent version.

Parameters:
estimator_namestr

Estimator name.

current_sklearn_versionstr

Current scikit-learn version.

original_sklearn_versionstr

Original scikit-learn version.

© 2007–2025 The scikit-learn developers
Licensed under the 3-clause BSD License.
https://scikit-learn.org/1.6/modules/generated/sklearn.exceptions.InconsistentVersionWarning.html