-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests for rank features groups with obs * first drafted feature ranking using obs * fixed encoding names * remove comment * Remove comment Co-authored-by: Lukas Heumos <[email protected]> * Remove comment Co-authored-by: Lukas Heumos <[email protected]> * Remove comment Co-authored-by: Lukas Heumos <[email protected]> * Update ehrapy/tools/feature_ranking/_rank_features_groups.py Co-authored-by: Lukas Heumos <[email protected]> * Remove comment Co-authored-by: Lukas Heumos <[email protected]> * Remove comment Co-authored-by: Lukas Heumos <[email protected]> * Update ehrapy/tools/feature_ranking/_rank_features_groups.py Co-authored-by: Lukas Heumos <[email protected]> * Iterable to list and import from future * upated to use layer, obs, or both * this test data should be more stable * Update ehrapy/tools/feature_ranking/_rank_features_groups.py Co-authored-by: Lukas Heumos <[email protected]> * correct indent of previous commit and added comment on dummy X * bug fixes, more tests and (fixed) examples in docstring --------- Co-authored-by: Lukas Heumos <[email protected]>
- Loading branch information
Showing
3 changed files
with
340 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
idx,sys_bp_entry,dia_bp_entry,glucose,weight,disease,station | ||
1,138,78,80,77,A,ICU | ||
2,139,79,90,76,A,ICU | ||
3,140,80,120,60,A,MICU | ||
4,141,81,130,90,A,MICU | ||
5,148,77,80,110,B,ICU | ||
6,149,78,135,78,B,ICU | ||
7,150,79,125,56,B,MICU | ||
8,151,80,95,76,B,MICU | ||
9,158,55,70,67,C,ICU | ||
10,159,56,85,82,C,ICU | ||
11,160,57,125,59,C,MICU | ||
12,161,58,125,81,C,MICU |
Oops, something went wrong.