causalml
causalml copied to clipboard
Add matched indexes as NearestNeighborMatch class attribute
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_