Skip to content

Latest commit

 

History

History
117 lines (87 loc) · 4.22 KB

v1.2.rst

File metadata and controls

117 lines (87 loc) · 4.22 KB
.. currentmodule:: sklearn

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

Changelog

  • |Enhancement| Introduce the new parameter parser in :func:`datasets.fetch_openml`. parser="pandas" allows to use the very CPU and memory efficient pandas.read_csv parser to load dense ARFF formatted dataset files. It is possible to pass parser="liac-arff" to use the old LIAC parser. When parser="auto", dense datasets are loaded with "pandas" and sparse datasets are loaded with "liac-arff". Currently, parser="liac-arff" by default and will change to parser="auto" in version 1.4 :pr:`21938` by :user:`Guillaume Lemaitre <glemaitre>`.

Code and Documentation Contributors

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

TODO: update at the time of the release.