scikit-learn 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
scikit-learn 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
scikit-learn 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 BSD
开发语言 Python 查看源码 »
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2014-02-27

软件简介

scikit-learn 是一个 Python 的机器学习项目。是一个简单高效的数据挖掘和数据分析工具。基于 NumPySciPy 和 matplotlib 构建。

Installation

依赖

scikit-learn 要求:

  • Python (>= 2.7 or >= 3.3)

  • NumPy (>= 1.8.2)

  • SciPy (>= 0.13.3)

运行示例需要 Matplotlib >= 1.1.1 。

User installation

已有 numpy 和 scipy 的用户安装 scikit-learn 最简单的方法是使用 pip :

pip install -U scikit-learn

或 conda:

conda install scikit-learn
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2015/04/16 00:00

scikit-learn 0.16.1 发布,Python 机器学习工具包

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 several stability and convergence issues in cross_decomposition.CCA and cross_decomposition.PLSCanonical by Andreas M...

0
26
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
60 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部