You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the ratio field of NearestNeighborMatch is only used if replace=True. I believe that it would be helpful to allow many to one matching without replacement.
Describe the solution you'd like
Alter the match method to allow for many to one matching.
Describe alternatives you've considered
None
Additional context
No additional context, but happy to hear opinions if there's a reason not to implement 😄
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the
ratio
field ofNearestNeighborMatch
is only used ifreplace=True
. I believe that it would be helpful to allow many to one matching without replacement.Describe the solution you'd like
Alter the
match
method to allow for many to one matching.Describe alternatives you've considered
None
Additional context
No additional context, but happy to hear opinions if there's a reason not to implement 😄
The text was updated successfully, but these errors were encountered: