-
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.
* Updated cohort tracker to new feature type detection * Improved date detection * Started updating rank_features_groups * Updated rank_features_groups to use infer_feature_types * Updated anndata_ext and rank_features_groups to use infer_feature_types * Updated encoding * Encode only non-numerical categorical features * Remove old encoding constants * Rename CONTINUOUS_TAG to NUMERIC_TAG * Updated dateutil dependency * Fixed detection of categorical columns stored numerically * Resolved Code ToDos * Removed unused fixture * Specific warnings * Use warning instead of info * Remove multi-column encoding * Remove storing things in uns during encoding * Looked through datasets until chronic_kidney_disease * Fixed _reorder_encodings * Allow for partial encoding with autodetect * Dataloader modified until synthea_1k_sample * Updated synthea_1k_sample dataloader * Show encoding mode in feature_type_overview * Updated encoding so that it doesn't save unencoded data in uns * Updated QC to new encoding functionalities * Added examples * PR Reviews * Updated submodule * Removed unnecessary infer_feature_types calls * Print only one feature type inferece warning for uncertain cases * Type inference in encoding without complex * Renamed correct_feature_types to replace_feature_types * Updated usage.md
- Loading branch information
Showing
25 changed files
with
843 additions
and
913 deletions.
There are no files selected for viewing
Submodule notebooks
updated
5 files
+886 −1,112 | bias.ipynb | |
+155 −0 | bias_utils.py | |
+42 −25 | cohort_tracking.ipynb | |
+26 −50 | fhir.ipynb | |
+78 −337 | mimic_2_introduction.ipynb |
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.