Skip to content

Latest commit

 

History

History
365 lines (287 loc) · 16 KB

v1.4.rst

File metadata and controls

365 lines (287 loc) · 16 KB
.. currentmodule:: sklearn

Version 1.4.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.

Changes impacting all modules

Metadata Routing

The following models now support metadata routing in one or more or their methods. Refer to the :ref:`Metadata Routing User Guide <metadata_routing>` for more details.

Support for SciPy sparse arrays

Several estimators are now supporting SciPy sparse arrays. The following functions and classes are impacted:

Functions:

Classes:

Changelog

Code and Documentation Contributors

Thanks to everyone who has contributed to the maintenance and improvement of the project since version 1.3, including:

TODO: update at the time of the release.