MCPcopy Create free account
hub / github.com/aymericdamien/TopDeepLearning / parse_results

Function parse_results

scripts/generate_stats.py:103–106  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

101 return info
102
103def parse_results(results):
104 results = {v['url']:v for v in results}.values()
105 results = sorted(results, key=lambda x: x['stars'], reverse=True)
106 return [r for r in results if r['stars'] >= 1000]
107
108def build_table(results_list):
109

Callers 1

generate_stats.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected