版本 1.6#

Legend for changelogs

  • Major Feature something big that you couldn’t do before.

  • Feature something that you couldn’t do before.

  • Efficiency an existing feature now may not require as much computation or memory.

  • Enhancement a miscellaneous minor improvement.

  • Fix something that previously didn’t work as documented – or according to reasonable expectations – should now work.

  • API Change you will need to change your code to have the same effect in the future; or a feature will be removed in the future.

版本 1.6.0#

开发中

支持数组 API#

更多的估计器和函数已更新,以包含对所有符合

数组 API 的输入的支持。

详情请参阅 数组 API 支持(实验性)

函数:

类:

元数据路由#

以下模型现在在其一个或多个方法中支持元数据路由。更多详情请参阅 元数据路由用户指南

放弃对PyPy的官方支持#

由于维护资源有限和用户数量较少,官方已放弃对PyPy的支持。scikit-learn的某些部分可能仍然有效,但PyPy不再在scikit-learn的持续集成中进行测试。#29128Loïc Estève 贡献。

变更日志#

sklearn.base#

sklearn.cluster#

  • API Change cluster.Birchcopy 参数在 1.6 版本中已弃用,并将在 1.8 版本中移除。该参数对估计器没有影响,因为它不会对输入数据进行原地操作。 #29124 by Yao Xiao

sklearn.discriminant_analysis#

sklearn.ensemble#

sklearn.impute#

sklearn.linear_model#

sklearn.manifold#

sklearn.metrics#

sklearn.model_selection#

sklearn.neighbors#

感谢自 1.5 版本以来为项目的维护和改进做出贡献的所有人,包括:

TODO: 在发布时更新。