Skip to content

Commit 484273a

Browse files
更新 15章 代码链接
1 parent ee223c5 commit 484273a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/15.大数据与MapReduce.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ def batchPegasos(dataSet, labels, lam, T, k):
181181
return w
182182
```
183183

184-
[完整代码地址](https://github.com/apachecn/MachineLearning/blob/master/src/python/2.KNN/kNN.py): <https://github.com/apachecn/MachineLearning/blob/master/src/python/2.KNN/kNN.py>
184+
[完整代码地址](https://github.com/apachecn/MachineLearning/blob/master/src/python/15.BigData_MapReduce/pegasos.py): <https://github.com/apachecn/MachineLearning/blob/master/src/python/15.BigData_MapReduce/pegasos.py>
185+
186+
Node: [MR版本的代码位置](https://github.com/apachecn/MachineLearning/blob/master/src/python/15.BigData_MapReduce/mrSVM.py): <https://github.com/apachecn/MachineLearning/blob/master/src/python/15.BigData_MapReduce/mrSVM.py>
187+
185188

186189
* * *
187190

0 commit comments

Comments
 (0)