Skip to content

Commit 22af995

Browse files
committed
16 Dec 2017:modify the README.md
1 parent aa853e7 commit 22af995

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
| 文章 | 个人网站 | CSDN | 知乎 |
118118
| :------ | :--------: | :--------: | :--------: |
119-
| Python3《机器学习实战》学习笔记(十一):线性回归基础篇之预测鲍鱼年龄 | [个人网站](http://www.cuijiahua.com/blog/2017/11/ml_11_regression_1.html "悬停显示") | no | no |
119+
| Python3《机器学习实战》学习笔记(十一):线性回归基础篇之预测鲍鱼年龄 | [个人网站](http://www.cuijiahua.com/blog/2017/11/ml_11_regression_1.html "悬停显示") |[CSDN](http://blog.csdn.net/c406495762/article/details/78760239 "悬停显示") | [知乎](https://zhuanlan.zhihu.com/p/31860100 "悬停显示")|
120120
| Python3《机器学习实战》学习笔记(十二):线性回归提高篇之乐高玩具套件二手价预测 | [个人网站](http://cuijiahua.com/blog/2017/12/ml_12_regression_2.html "悬停显示") | no | no |
121121

122122
### 代码
@@ -129,5 +129,13 @@
129129

130130
* [4.乐高玩具二手价格预测](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/lego.py "悬停显示")
131131

132+
## 第九章:Regression
132133

134+
| 文章 | 个人网站 | CSDN | 知乎 |
135+
| :------ | :--------: | :--------: | :--------: |
136+
| Python3《机器学习实战》学习笔记(十三):树回归基础篇之CART算法与树剪枝 | [个人网站](http://cuijiahua.com/blog/2017/12/ml_13_regtree_1.html "悬停显示") | no | no |
137+
138+
139+
### 代码
133140

141+
* [1.树回归](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression%20Trees/regTrees.py "悬停显示")

0 commit comments

Comments
 (0)