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

Speed up KDE calculation by random sampling #276

Open
wanqqq31 opened this issue Aug 9, 2024 · 0 comments
Open

Speed up KDE calculation by random sampling #276

wanqqq31 opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wanqqq31
Copy link
Collaborator

wanqqq31 commented Aug 9, 2024

Describe the solution you'd like
Speed up KDE calculation by random sampling

Describe alternatives you've considered
None

Additional context
The KDE process takes a long time with large and/or compact input samples. Implementing random sampling within the input sample to search for the KDE peak could help speed up the process. However, the optimal sampling size requires further testing. Over-sampling can lead to inaccuracies, causing the KDE peak to no longer reflect the true density peak.

@wanqqq31 wanqqq31 added the enhancement New feature or request label Aug 9, 2024
@wanqqq31 wanqqq31 self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant