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

Adapt select_greedy and select_n_to_m to work for deduplication #32

Open
djvanderlaan opened this issue Oct 11, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@djvanderlaan
Copy link
Owner

These functions assume the records in x and those in y are different sets. However, for deduplication the are from the same set. Currently, this means that both can select the same records more than one (twice with the default settings).

Reported by in #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant