Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support 'sklearn.neighbors._nca.NeighborhoodComponentsAnalysis' #585

Open
jaehyeongAN opened this issue Jun 8, 2022 · 1 comment
Open

Comments

@jaehyeongAN
Copy link

sklearn.neighbors._nca.NeighborhoodComponentsAnalysis is an algorithm that uses a technique similar to k nearest neighbors to find a space in which neighborhoods of points sharing the same labels are tighter than points with different labels.
NCA is very powerful if using with K-Nearest Neighbors. So. recently, NCA+KNN pipeline is used in many ml projects.

please, support NeighborhoodComponentsAnalysis model.

@interesaaat
Copy link
Collaborator

Hi @jaehyeongAN! I can take a look at this and let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants