-
Notifications
You must be signed in to change notification settings - Fork 53
refactor(imputation): Update AFT imputation method to linear time complexity #222
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
tonywu1999
wants to merge
25
commits into
devel
Choose a base branch
from
fix-imputation
base: devel
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
494e3e4
refactor(imputation): Initial attempt to refactor AFT imputation mode…
tonywu1999 b54f256
add adjustments w.r.t. logging and pcg option
tonywu1999 93aa0c6
fix imputation funneling of parameters into multicore
tonywu1999 0f177bf
add divergence in residual warning
tonywu1999 85d93ec
add verbose logging options for running survreg imputation
tonywu1999 1194b96
Get rid of divergence breakpoint in CG
tonywu1999 0566a9f
Remove the artificial number_of_halvings > 30 hard-abort. Instead, l…
tonywu1999 8b180ab
set number of threads to 1 per core for blas operations for pcg
tonywu1999 7bf9309
remove dot documentation files, remove test comments
tonywu1999 b689cb5
fix unit tests for test_dataProcess to be easier to read and understand
tonywu1999 27e5581
remove unnecessary parameters for cgsolve
tonywu1999 ace892c
make unit tests of utils_cgsolve more comprehensible
tonywu1999 d1822a6
remove tests_utils_imputation_cg.R
tonywu1999 12955ff
consolidate imputation tests to be simpler and lack redundancy
tonywu1999 6a9e0ce
make utils imputation test file easier to read w.r.t plain english
tonywu1999 9749a9e
make utils_imputation tests more comprehensible
tonywu1999 e148a8f
adjust coderabbit comments
tonywu1999 a987222
update cgsolve docs
tonywu1999 988e74e
deal with convergence warning problem
tonywu1999 78f37c3
adjust tests for warning messages aft imputation
tonywu1999 f1c2f14
remove unnecessary comments
tonywu1999 2cd10ad
fix unit test on convergence
tonywu1999 89f07ee
move internal functions outside of .fitSurvivalCG
tonywu1999 7225f78
update documentation on the math claims
tonywu1999 560a755
update docs around n being number of entries in matrix
tonywu1999 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
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.