Open kirilklein opened 1 month ago
All estimators first access the individual columns and then pass them to the functions. Matching on the other hand gets the dataframe passed to it. This should be changed for consistency.
It's difficult to get around it as matching needs the dataframe to have indices (PIDs) and columns together
All estimators first access the individual columns and then pass them to the functions. Matching on the other hand gets the dataframe passed to it. This should be changed for consistency.