Skip to content

Instantly share code, notes, and snippets.

@agastidukare
Created May 18, 2020 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agastidukare/81a43eaeba2abae4d3b08185edfe2ac4 to your computer and use it in GitHub Desktop.
Save agastidukare/81a43eaeba2abae4d3b08185edfe2ac4 to your computer and use it in GitHub Desktop.
acc = {}
for i in range(len(result)):
acc[result[i][0]] = result[i][1]*100
print('algorithm = ',result[i][0], '\naccuracy =',result[i][1]*100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment