diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3498dad63b85bec894e3a0b89303cc83ead378a9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# python-scikit-learn + +#### 介绍 +scikit-learn是基于Python语言的机器学习库,具有: + + 简单高效的数据分析工具 + 可在多种环境中重复使用 + 建立在Numpy,Scipy以及matplotlib等数据科学库之上 + 开源且可商用的-基于BSD许可 + + + +#### 使用说明 + +[官方文档](https://scikit-learn.org/stable/index.html) +[中文文档](https://www.sklearncn.cn/) + +#### 参与贡献 + +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request +