Skip to content

Commit 452e257

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 556285e commit 452e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build-a-k-nearest-neighbor-model-with-p5js/build-a-k-nearest-neighbor-model-with-p5js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Imagine you're designing a new video game character. You've decided on their sta
4848

4949
To decide, you compare their stats to characters you've already created. If most of the closest matches are warriors, your new character should be classified as a warrior. If more are wizards, then wizard it is!
5050

51-
[add an image of a video game character with stats here]
51+
![video game character with stats here](https://i.imgur.com/4hEBmgd.png)
5252

5353
That's KNN: look at the most similar examples, count the votes, and classify the new datapoint as the majority class.
5454

0 commit comments

Comments
 (0)