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

Train on alleles with >=75 measurements (decreased from 100)

parent 6dfa6417
No related merge requests found
......@@ -31,7 +31,7 @@ cp $SCRIPT_DIR/score.py .
time python split_folds.py \
"$(mhcflurry-downloads path data_curated)/curated_training_data.csv.bz2" \
--min-measurements-per-allele 100 \
--min-measurements-per-allele 75 \
--folds $NFOLDS \
--random-state 1 \
--output-pattern-test "./test.fold_{}.csv" \
......
......@@ -32,7 +32,7 @@ time mhcflurry-class1-train-allele-specific-models \
--hyperparameters hyperparameters.yaml \
--out-models-dir models \
--percent-rank-calibration-num-peptides-per-length 1000000 \
--min-measurements-per-allele 100
--min-measurements-per-allele 75
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