DamianLukasik / date-a-scientist

0 stars 0 forks source link

Accuracy better as a proportion #5

Open mackenzieyoung opened 5 years ago

mackenzieyoung commented 5 years ago

https://github.com/DamianLukasik/date-a-scientist/blob/40f76c29419c0f3cd825f63af9d253f987c6a36c/Python%20Project/dating.py#L337-L342

It would be better if accuracy was calculated as a proportion (num_correct/guesses) instead of total number correct. The way it is now makes it very difficult to interpret, because you can't see on the graphs how many total guesses there were.