Skip to content

Commit

Permalink
Retire image works now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcoughlin2014 committed Sep 28, 2017
1 parent 150d7c3 commit a6f193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/retireimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def get_post_contribution(x):

confusion_matrices.apply(get_post_contribution, axis=1)

image_db[['finalScore', 'finalLabel', 'retired']].loc[image_db.retired == 1].to_sql('retiredimages',engine, if_exists='replace')
image_db[['finalScore', 'finalLabel', 'retired', 'uniqueID']].loc[image_db.retired == 1].to_sql('retiredimages',engine, if_exists='replace')

0 comments on commit a6f193a

Please sign in to comment.