-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Assertion on the dataset while creating MatchingData #22
Comments
Can you please show me the code that is causing trouble? |
This code raised issue for me
Assuming I have 0 and 1 in the population column |
I cannot reproduce: from pybalance.utils.balance_calculators import * m =load_paper_dataset() |
Can you please give the steps to reproduce? |
large_confounding_adjustment_dataset.csv |
What matcher are you using? |
Can you please paste the full code along with the error? |
Add few data quality check inside
MatchingData
.ex: If the population column will struggle with boolean value like 0 and 1, it must catch them early
The text was updated successfully, but these errors were encountered: