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

attempted travis fix

parent 75dec823
No related merge requests found
...@@ -414,6 +414,7 @@ def train_model( ...@@ -414,6 +414,7 @@ def train_model(
def subselect_df_held_out(df, recriprocal_held_out_fraction=10, seed=0): def subselect_df_held_out(df, recriprocal_held_out_fraction=10, seed=0):
df = df.copy()
df["allele_peptide"] = df.allele + "_" + df.peptide df["allele_peptide"] = df.allele + "_" + df.peptide
kf = StratifiedKFold( kf = StratifiedKFold(
......
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