Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
2shou committed Jan 28, 2015
1 parent 3099bc2 commit 8496030
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tgrocery/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,3 @@ def __init__(self, predicted_y=None, dec_values=None, labels=None):

def __str__(self):
return self.predicted_y


if __name__ == '__main__':
table_data = [('0.4', '0.5'), ('0.6', '0.7')]
draw_table(table_data, ('sports', 'education'), ('accuracy', 'recall'))

0 comments on commit 8496030

Please sign in to comment.