TL;DR
This paper introduces PL-kNN, a parameterless nearest neighbors classifier that adaptively determines the optimal number of neighbors based on data distribution, eliminating the need for manual parameter tuning.
Contribution
It presents a novel adaptive method for selecting the number of neighbors in k-NN, reducing computational effort and parameter tuning.
Findings
Comparable or better accuracy than standard k-NN
Robust performance across diverse datasets
Eliminates need for parameter optimization
Abstract
Demands for minimum parameter setup in machine learning models are desirable to avoid time-consuming optimization processes. The -Nearest Neighbors is one of the most effective and straightforward models employed in numerous problems. Despite its well-known performance, it requires the value of for specific data distribution, thus demanding expensive computational efforts. This paper proposes a -Nearest Neighbors classifier that bypasses the need to define the value of . The model computes the value adaptively considering the data distribution of the training set. We compared the proposed model against the standard -Nearest Neighbors classifier and two parameterless versions from the literature. Experiments over 11 public datasets confirm the robustness of the proposed approach, for the obtained results were similar or even better than its counterpart versions.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
