benmiroglio / pymatch

MIT License
276 stars 129 forks source link

How to keep track of dropped data when matching? #56

Closed menonshyam15 closed 2 years ago

menonshyam15 commented 2 years ago

According to the documentation, "If a record in the minority group has no suitable matches, it is dropped from the final matched dataset."

How can we alter the match function so we can keep track of what was dropped? Preferably in a dataset separate to the normal resulting matched pairs dataset.