Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Machine-Learning/Machine-Learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- [K-Nearest Neighbors Examples](http://marcharper.codes/2016-06-22/Classification.html) - an example of K-Nearest Neighbors Classifier (in a Jupyter Notebook).
- [Model Training and Prediction with K-Nearest Neighbors](http://blog.kaggle.com/2015/04/30/scikit-learn-video-4-model-training-and-prediction-with-k-nearest-neighbors/)
- [Tutorial To Implement K-Nearest Neighbors in Python From Scratch](https://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/)
- [K-Nearest Neighbor(KNN) Algorithm in Machine Learning](https://www.appliedaicourse.com/blog/knn-algorithm-in-machine-learning/)

#### Classification Models Evaluation
- [Precision-Recall](http://scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html#sphx-glr-auto-examples-model-selection-plot-precision-recall-py)
Expand Down