Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Feb 28, 2018
  3. Feb 26, 2018
  4. Feb 25, 2018
  5. Feb 24, 2018
  6. Feb 22, 2018
  7. Feb 21, 2018
  8. Feb 20, 2018
  9. Feb 19, 2018
  10. Feb 06, 2018
  11. Dec 04, 2017
  12. Dec 01, 2017
  13. Aug 03, 2017
  14. Jul 31, 2017
  15. May 25, 2017
  16. May 18, 2017
  17. May 17, 2017
  18. Mar 24, 2017
  19. Sep 16, 2016
  20. Sep 15, 2016
    • Tim O'Donnell's avatar
      Fix failing test test_class1_allele_specific_cv_and_train_command and switch... · 37b0585f
      Tim O'Donnell authored
      Fix failing test test_class1_allele_specific_cv_and_train_command and switch downloads.yml to point to models without imputation for now
      37b0585f
    • Tim O'Donnell's avatar
      Big refactor to prepare for release · 942601b3
      Tim O'Donnell authored
      Lazily putting this all in one commit.
      
      * infrastructure for downloading datasets and published trained models (the `mhcflurry-downloads` command)
      * docs and scripts (in `downloads-generation`) to generate the pubilshed datsets and trained models
      * parallelized cross validation and model training implementation, including support for imputation (based on the old mhcflurry-cloud repo, which is now gone)
      * a single front-end script for class1 allele-specific cross validation and model training / testing (`mhcflurry-class1-allele-specific-cv-and-train`)
      * refactor how we deal with hyper-parameters and how we instantiate Class1BindingPredictors
      * make Class1BindingPredictor pickleable and remove old serialization code
      * move code particular to class 1 allele-specific predictors into its own submodule
      * remove unused code including arg parsing, plotting, and ensembles
      * had to bump the binding prediction threshold for the Titin1 epitope from 500 to 700, as this test was sporadically failing for me (see test_known_class1_epitopes.py)
      * Attempt to make tests involving randomness somewhat more reproducible by setting numpy random seed
      * update README
      942601b3
Loading