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

fix

parent 1c1e75c6
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ class PresentationModel(object):
for sub_model in component_models:
predictions = sub_model.predict(hits_and_decoys_df)
for (col, values) in predictions.items():
for (col, values) in predictions.iteritems():
hits_and_decoys_df[col] = values
(x, y) = self.make_features_and_target(hits_and_decoys_df)
......
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