From 91a7ed7d5158c55fdc53064a6f688438bb857db5 Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn <alex.rubinsteyn@gmail.com> Date: Thu, 19 May 2016 15:37:18 -0400 Subject: [PATCH] use correct ScoreSet --- experiments/matrix-completion-accuracy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/matrix-completion-accuracy.py b/experiments/matrix-completion-accuracy.py index 1e3240a0..54609d80 100644 --- a/experiments/matrix-completion-accuracy.py +++ b/experiments/matrix-completion-accuracy.py @@ -29,7 +29,7 @@ import numpy as np import pandas as pd from dataset_paths import PETERS2009_CSV_PATH -from mhcflurry.score_set import ScoreSet +from score_set import ScoreSet from mhcflurry.dataset import Dataset from matrix_completion_helpers import ( evaluate_predictions, -- GitLab