-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new QualitativeEnrichment class, for adding category features to a synthetic population renamed enrichment modules and classes for more consistency (quantitative or qualitative) refactor analysis functions into classes (needed because some code is different between quantitative and qualitative analysis (plots, ..)). See examples or tests for new usage.
- Loading branch information
1 parent
0366f9a
commit adfdbfe
Showing
20 changed files
with
789,127 additions
and
158,065 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 |
---|---|---|
|
@@ -138,8 +138,8 @@ dmypy.json | |
*.html | ||
*_files/ | ||
|
||
# analysis plots | ||
/plots | ||
# analysis outputs | ||
/outputs | ||
|
||
# test tmp folder | ||
tests/tmp/ |
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.