greenelab / pancancer-evaluation

Evaluating genome-wide prediction of driver mutations using pan-cancer data
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Separate data loading from model training + add model tests #24

Closed jjc2718 closed 3 years ago

jjc2718 commented 3 years ago

Closes #7. Sorry this PR is a bit large, but I couldn't find any good way to break this up: most of the changes are dependent on one another.

This PR has 2 main goals:

This should make it slightly easier if we want to try different datasets or different models in the future.