Skip to content
Snippets Groups Projects
Commit 63d1a232 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Train models only on alleles with >=200 IEDB measurements instead of 100

parent c055ef50
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ time mhcflurry-class1-train-allele-specific-models \
--data "$(mhcflurry-downloads path data_curated)/curated_training_data.csv.bz2" \
--hyperparameters hyperparameters.json \
--out-models-dir models \
--min-measurements-per-allele 100
--min-measurements-per-allele 200
cp $SCRIPT_ABSOLUTE_PATH .
bzip2 LOG.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment