causalml icon indicating copy to clipboard operation
causalml copied to clipboard

Add matched indexes as NearestNeighborMatch class attribute

Open miguelince opened this issue 1 year ago • 0 comments

When performing matching using NearestNeighborMatch could we have access to the matched indices via a class attribute?

Something of the sort: psm = NearestNeighborMatch.match(df) psm.matched_indexes_

miguelince avatar May 28 '23 10:05 miguelince