-
Notifications
You must be signed in to change notification settings - Fork 99
LPLR model #365
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
Open
jer2ig
wants to merge
51
commits into
main
Choose a base branch
from
jh-logistic-model
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
LPLR model #365
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
df03887
Logistic regression implementation WIP
jer2ig f5521f1
First WIP of implementation
jer2ig bfa756c
Working implementation. Started on test set-up.
jer2ig d729d0a
Changed data type of arrays
jer2ig 8fe7ca6
Fix variable name
jer2ig 18bac23
Moved into plm folder, started testing setup
jer2ig c6e600d
Fixed bug in score computation
jer2ig 6f556e0
Reverted from ensure_all_finite to force_all_finite
jer2ig 3a332bf
Fixes to instrument score
jer2ig b41a773
Added option for exception on convergence failure
jer2ig c434667
Added unbalanced dataset option, bug fixes
jer2ig 443d82d
Added binary treatment dataset, fixed bug for model check
jer2ig 774c74d
Adjusted dataset balancing
jer2ig 9695820
Renamed Logistic to LPLR
jer2ig dbfea73
Clean-up of branch
jer2ig 29114ce
Ruff checks and formatting
jer2ig 5d2d1ed
Unit tests work and bug fix in lplr
jer2ig 2c626a0
Cleanup
jer2ig 9819436
Tests updated
jer2ig 5a7e279
Pre-commit checks
jer2ig fc03cc6
Pre-commit checks on all files
jer2ig 5dae651
Changed function signature, test
jer2ig 13fca2f
Argument fix
jer2ig ff4c75b
Updated tests for improved coverage
jer2ig 8a181cd
Unused var removed
jer2ig f2ecea7
Fixed resampling
jer2ig a9a2959
External predictions
jer2ig cd6055b
Bugfix and addtl text
jer2ig 4a8be08
Change to ext predictions
jer2ig 0472f1c
Change to targets data type
jer2ig 2fc1f53
DoubleResamplin integrated into mixin, small changes
jer2ig ecfe2c7
Added attribute to sample mixin
jer2ig a9c0deb
Smpls inner access adjusted
jer2ig 6abff49
Docstring, complexity reduction
jer2ig 0f08e37
Weights updated, seed corrected
jer2ig 430f4a6
Fix
jer2ig 5b92395
Renaming
jer2ig 042aa26
Doctest
jer2ig 3b6f3b7
Test updated and comments implemented
jer2ig 883aa77
Merge branch 'main' into jh-logistic-model
jer2ig 74b1caa
Sample splitting exceptions
jer2ig 46b575b
Merge remote-tracking branch 'origin/jh-logistic-model' into jh-logis…
jer2ig 72be054
Test coverage increase
jer2ig 5d9e0eb
Exception fixed
jer2ig 99e78bf
PR Review
jer2ig 8f7125f
Exceptions fixed
jer2ig 03fd191
Test fixed
jer2ig 33a86d0
Skip doctests for summary outputs
SvenKlaassen 96f33ae
Enhance learner evaluation checks and handle NaN targets in DoubleML …
SvenKlaassen 3d362aa
removed unnecessary test
SvenKlaassen a3f7f82
change to ensure_all_finite
SvenKlaassen 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.