Skip to content
Snippets Groups Projects
Commit 03011e1f authored by pierre-cau's avatar pierre-cau
Browse files

knn image

parent 33f9d13b
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ The code linked to the K-Nearest Neighbors algorithm is in the `src/utils/knn.py ...@@ -39,7 +39,7 @@ The code linked to the K-Nearest Neighbors algorithm is in the `src/utils/knn.py
For a `split_factor` of 0.9, here is the accuracy of the K-Nearest Neighbors algorithm for different values of `k`: For a `split_factor` of 0.9, here is the accuracy of the K-Nearest Neighbors algorithm for different values of `k`:
![KNN](/assets/knn.png) ![KNN](/results/knn_accuracy.png)
We notice that the best value of `k` is about 30%. **Thus, we can conclude that such a method is not very efficient for this application.** We notice that the best value of `k` is about 30%. **Thus, we can conclude that such a method is not very efficient for this application.**
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment