Skip to content

Latest commit

 

History

History
379 lines (292 loc) · 16.1 KB

v0.21.rst

File metadata and controls

379 lines (292 loc) · 16.1 KB
.. currentmodule:: sklearn

Version 0.21.0

In development

Changed models

The following estimators and functions, when fit with the same data and parameters, may produce different models from the previous version. This often occurs due to changes in the modelling logic (bug fixes or enhancements), or in random sampling procedures.

Details are listed in the changelog below.

(While we are trying to better inform users by providing this information, we cannot assure that this list is complete.)

Changelog

Support for Python 3.4 and below has been officially dropped.

Multiple modules

Changes to estimator checks

These changes mostly affect library developers.