-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
custom_target and UMCG lesion_PIRADS (#8)
### Data Processing Enhancements: * [`src/dragon_prep/prepare_umcg.py`](diffhunk://#diff-317657660713de29f27d6c002d61cdce86787751e6188f62c09cf05f28e7fc59R53): Added a new field `lesion_PIRADS` to the `umcg_entries` dictionary and cleaned up the notation by replacing "NA" with "N/A". [[1]](diffhunk://#diff-317657660713de29f27d6c002d61cdce86787751e6188f62c09cf05f28e7fc59R53) [[2]](diffhunk://#diff-317657660713de29f27d6c002d61cdce86787751e6188f62c09cf05f28e7fc59R68-R70) ### Classification Target Enhancements: * [`src/dragon_prep/utils.py`](diffhunk://#diff-65eab55e9c448f1d168962379b7c7ca3fcb3021ffdfb45023c6bed36edd41c8dR46): Added a new `custom_target` type to the list of classification targets and updated the `split_and_save_data` function to include this new target type. [[1]](diffhunk://#diff-65eab55e9c448f1d168962379b7c7ca3fcb3021ffdfb45023c6bed36edd41c8dR46) [[2]](diffhunk://#diff-65eab55e9c448f1d168962379b7c7ca3fcb3021ffdfb45023c6bed36edd41c8dR310)
- Loading branch information
1 parent
72f6891
commit 33e7166
Showing
5 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
docker build . --tag dragon_prep:latest --tag dragon_prep:v0.2.5 | ||
docker build . --tag dragon_prep:latest --tag dragon_prep:v0.2.6 |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
long_description = fh.read() | ||
|
||
setuptools.setup( | ||
version='0.2.5', | ||
version='0.2.6', | ||
author_email='[email protected]', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|
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