-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve survival analysis interface (#825)
* updated kmf to match method signature * updated notebook * updated ehrapy tutorial commit * updated docu for new method signature * added outputs to survival analysis * correctly passing on fitting options * pull request fixes. - removed kwargs - updated documentation * added legacy suport * added kmf function legacy support in tests and added new kaplan_meier function in line with new signature * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated notebook * added stacklevel to deprecation warning * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added deprecation warning in comment * Update ehrapy/plot/_survival_analysis.py * Update ehrapy/plot/_survival_analysis.py * Update ehrapy/plot/_survival_analysis.py * Update ehrapy/plot/_survival_analysis.py * Update tests/tools/test_sa.py * doc adjustments * change name of kmf plot to kaplan_meier, some adjustments * introduce keyword only for univariate sa * correct docstring * update submodule * add lifelines intersphinx mappings * Update ehrapy/tools/_sa.py * Update ehrapy/tools/_sa.py * Update ehrapy/tools/_sa.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Heumos <lukas.heumos@posteo.net> Co-authored-by: Eljas Roellin <65244425+eroell@users.noreply.github.com> Co-authored-by: eroell <eljas.roellin@ikmail.com>
- Loading branch information
1 parent
ee84d9e
commit 861d762
Showing
9 changed files
with
256 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.