-
Notifications
You must be signed in to change notification settings - Fork 78
Add propensity weighting schemes and covariate balance plot functionality #311
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
06a0d25
adding classes for propensity models
NathanielF 994799b
updated notebook and site map
NathanielF 60dc6e2
update data validation
NathanielF 3385c57
run pre-commit
NathanielF 790a4a4
remove unused var
NathanielF 704c698
updating notebook
NathanielF e9212f1
change imports
NathanielF 04cae44
trying linter
NathanielF 7cfed44
fixing lint
NathanielF 60e5ee4
update interrogate badge
NathanielF 6323c11
fixing doctest
NathanielF 5dbc15e
add test coverage around weighting
NathanielF fcc2030
linting
NathanielF b5f3a26
fix linting
NathanielF eae2252
adding more test coverage
NathanielF 0227b4a
test plot functions
NathanielF 3c1ba4e
add sample constraint to plot in test
NathanielF 0842735
upping sample for test
NathanielF 50240a0
make nicer overlap plots
NathanielF c5cb35e
explain purple in overlap plots
NathanielF 37c022c
remove duplicate plotting
NathanielF 76d8d2a
improved color scheme
NathanielF 80c07d8
fixing isort
NathanielF 9f6a025
align colorscheme with causalpy blue and yellow
NathanielF a38e50a
update with Ben and Alex's feedback
NathanielF 298fe78
Merge branch 'main' into inv_propensity_model
NathanielF 35b6f6c
fixing lint errors
NathanielF d2532e4
remove trailing whitespace references
NathanielF 3fb81fc
fix docs title underline
NathanielF e366ba5
Merge branch 'main' into inv_propensity_model
NathanielF 29b8a0a
update with Ben's requests
NathanielF 9fc57a4
fix interrogate
NathanielF a863252
fix typo add full stops
NathanielF e49b005
Merge branch 'main' into inv_propensity_model
NathanielF 3ce8fdd
add readme add blanklines
NathanielF 0a54532
remove trailing whitespace README.md
NathanielF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that's for IV (i.e instrumental variables) experiments, is it?