File tree Expand file tree Collapse file tree 1 file changed +40
-3
lines changed
Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Original file line number Diff line number Diff line change 1- ## K-Nearest Neighbors (kNN)
2-
3- How to visualize the K-Nearest Neighbors (kNN) algorithm using scikit-learn.
1+ ---
2+ jupyter :
3+ jupytext :
4+ notebook_metadata_filter : all
5+ text_representation :
6+ extension : .md
7+ format_name : markdown
8+ format_version : ' 1.1'
9+ jupytext_version : 1.1.1
10+ kernelspec :
11+ display_name : Python 3
12+ language : python
13+ name : python3
14+ language_info :
15+ codemirror_mode :
16+ name : ipython
17+ version : 3
18+ file_extension : .py
19+ mimetype : text/x-python
20+ name : python
21+ nbconvert_exporter : python
22+ pygments_lexer : ipython3
23+ version : 3.6.10
24+ plotly :
25+ description : How to visualize k-Nearest Neighbors (kNN) created using scikit-learn
26+ in Python with Plotly.
27+ display_as : basic
28+ language : python
29+ layout : base
30+ name : k-Nearest Neighbors
31+ order : 1
32+ page_type : example_index
33+ permalink : python/knn/
34+ redirect_from : python/machine-learning-tutorials/
35+ thumbnail : thumbnail/line-and-scatter.jpg
36+ ---
37+
38+ ## K-Nearest Neighbors (kNN) Classification
39+
40+ How to visualize K-Nearest Neighbors (kNN) classification using scikit-learn.
441
542
643### Binary Probability Estimates with ` go.Contour `
You can’t perform that action at this time.
0 commit comments