scikit-learn 0.16.1 发布,Python 机器学习工具包
来源:网络整理 网络用户发布,如有版权联系网管删除 2018-08-13
scikit-learn 0.16.1 发布,此版本主要修复了以下错误:
Fix a bug in isotonic.IsotonicRegression deduplication that caused unstable result in calibration.CalibratedClassifierCV by Jan Hendrik Metzen.
Fix sorting of labels in func:preprocessing.label_binarize by Michael Heilman.
Fix a bug in cluster.KMeans when precompute_distances=False on fortran-ordered data.
Fix a speed regression in ensemble.RandomForestClassifier‘s predict and predict_proba by Andreas Müller.
Fix a regression where utils.shuffle converted lists and dataframes to arrays, by Olivier Grisel
详细信息请查看发行页面。
此版本现已提供下载:
https://github.com/scikit-learn/scikit-learn/archive/0.16.1.zip
scikit-learn 是一个 Python 的机器学习项目。是一个简单高效的数据挖掘和数据分析工具。基于 NumPy、SciPy 和 matplotlib 构建。
查看评论 回复