MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / print_data

Function print_data

evaluation/src/evaluation.py:196–202  ·  view source on GitHub ↗
(score_lists, count_lists)

Source from the content-addressed store, hash-verified

194
195
196def print_data(score_lists, count_lists):
197 levels = ['simple', 'moderate', 'challenging', 'total']
198 print("{:20} {:20} {:20} {:20} {:20}".format("", *levels))
199 print("{:20} {:<20} {:<20} {:<20} {:<20}".format('count', *count_lists))
200
201 print('====================================== ACCURACY =====================================')
202 print("{:20} {:<20.2f} {:<20.2f} {:<20.2f} {:<20.2f}".format('accuracy', *score_lists))
203
204
205if __name__ == '__main__':

Callers 1

evaluation.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected