Releases: PNNL-CompBio/coderdata
Releases · PNNL-CompBio/coderdata
v2.2.0
Changes to Datasets
New Datasets:
- colorectal
- liver
- novartis
Renamed Datasets:
- bladderpdo -> bladder
- pancpdo -> pancreatic
- sarcpdo -> sarcoma
Removed Datasets:
- cptac
- mpnstpdx (now part of mpnst)
Other changes:
- implemented md5 checksum verification for downloads
- added functionality to generate basic statistics for datasets
v2.1.0
This update includes some minor fixes to the package as well as the addition of 3 new datasets:
- bladderpdo
- pancpdo
- sarcpdo
v2.0.4
Fix to the Dataset.split_train_other()
function.
v2.0.3
This update adds the balance
flag to split_train_test_validate()
& split_train_other()
to balance the splits if they are also stratified using a drug response metric.
v2.0.2
Merge pull request #324 from PNNL-CompBio/320-more-flexibility-for-tr…