- Sep 07, 2019
-
-
Tim O'Donnell authored
-
- Sep 06, 2019
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- Sep 05, 2019
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- Sep 04, 2019
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- Apr 10, 2019
-
-
Tim O'Donnell authored
-
- Apr 09, 2019
-
-
Tim O'Donnell authored
-
- Jun 28, 2018
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- Feb 06, 2018
-
-
Tim O'Donnell authored
-
- Oct 13, 2017
-
-
Tim O'Donnell authored
-
- Aug 03, 2017
-
-
Tim O'Donnell authored
-
- Jun 22, 2017
-
-
Tim O'Donnell authored
-
- May 25, 2017
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- May 24, 2017
-
-
Tim O'Donnell authored
-
- Mar 24, 2017
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
Switch default predictor to ensemble, fix download bug, add more imports to package-level __init__, update example ipython notebook
-
Tim O'Donnell authored
-
- Sep 26, 2016
-
-
Tim O'Donnell authored
-
Tim O'Donnell authored
-
- Sep 16, 2016
-
-
Tim O'Donnell authored
-
- Sep 15, 2016
-
-
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
-
- Jun 02, 2016
-
-
Alex Rubinsteyn authored
-
- May 09, 2016
-
-
Alex Rubinsteyn authored
-
- May 04, 2016
-
-
Alex Rubinsteyn authored
-
- Apr 29, 2016
-
-
Alex Rubinsteyn authored
-
Alex Rubinsteyn authored
adding test to make sure imputation improves predictive accuracy on a small allele, added allow_unknown_amino_acids to from_hyperparameters
-