Skip to content

Commit 90ea1d4

Browse files
Xing Hanxhlulu
authored andcommitted
Add a header
1 parent 59d7d40 commit 90ea1d4

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

doc/python/ml-knn.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
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`

0 commit comments

Comments
 (0)