Skip to content

Commit 418c0d1

Browse files
author
pinard.liu
committed
add knn_classifier code
1 parent c20e91a commit 418c0d1

File tree

3 files changed

+152
-1
lines changed

3 files changed

+152
-1
lines changed

classic-machine-learning/knn_classifier.ipynb

Lines changed: 151 additions & 0 deletions
Large diffs are not rendered by default.

data/CCPP.zip

3.5 MB
Binary file not shown.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http://www.cnblogs.com/pinard 刘建平Pinard
6565
[决策树算法原理(下)](https://www.cnblogs.com/pinard/p/6053344.html)|无
6666
[scikit-learn决策树算法类库使用小结](https://www.cnblogs.com/pinard/p/6056319.html) |[代码1](https://github.com/ljpzzz/machinelearning/blob/master/classic-machine-learning/decision_tree_classifier.ipynb) [代码2](https://github.com/ljpzzz/machinelearning/blob/master/classic-machine-learning/decision_tree_classifier_1.ipynb)
6767
[K近邻法(KNN)原理小结](https://www.cnblogs.com/pinard/p/6061661.html) |无
68-
[scikit-learn K近邻法类库使用小结](https://www.cnblogs.com/pinard/p/6065607.html) |TO be uploaded
68+
[scikit-learn K近邻法类库使用小结](https://www.cnblogs.com/pinard/p/6065607.html) |[代码](https://github.com/ljpzzz/machinelearning/blob/master/classic-machine-learning/knn_classifier.ipynb
6969
[朴素贝叶斯算法原理小结](https://www.cnblogs.com/pinard/p/6069267.html) |无
7070
[scikit-learn 朴素贝叶斯类库使用小结](https://www.cnblogs.com/pinard/p/6074222.html)| TO be uploaded
7171
[最大熵模型原理小结](https://www.cnblogs.com/pinard/p/6093948.html)|无

0 commit comments

Comments
 (0)