-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRAFT: Preprocess the IMPROVE way for our Uno model #1
base: develop
Are you sure you want to change the base?
Conversation
… etc. and keeps things clean
Another approach that can be added - maybe a little difficult -- to use |
…st of files (for gene/drug/response) instead of one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you make changes to uno_data.py in the original? I think we want to leave that folder alone
…marks into preprocess_improve
…marks into preprocess_improve
Map files from the
Uno
way of doing things toIMPROVE
way:UNO: https://web.cels.anl.gov/projects/IMPROVE_FTP/candle/public/benchmarks/Pilot1/combo/
IMPROVE: https://ftp.mcs.anl.gov/pub/candle/public/improve/IMP_data/
Replace uno_data CombinedDataGenerator, CombinedDataLoader, DataFeeder with improve equivalents.
Work on Uno_IMPROVE folder for this work.
The goal is to be able to do cross-study like the other IMPROVE models.