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

fix

parent 332c6efe
No related merge requests found
......@@ -780,7 +780,7 @@ class MassSpecModelSelector(object):
# We additionally compute AUC score.
additional_metadata_out["score_mass_spec_AUC"] = roc_auc_score(
self.df[allele].values,
(-1 * predictions).values)
-1 * predictions)
return ppv * multiplier
summary = "mass-spec (%d hits / %d decoys)" % (total_hits, total_decoys)
......
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