fire-ants / mlb-machine-learning

Test machine learning against MLB PitchFX data.
0 stars 0 forks source link

Dict data structure for L/R findings results in unexpected ordering of results #12

Open goyetc opened 5 years ago

goyetc commented 5 years ago

This issue is due to non-deterministic behavior of python dictionaries. In more detail, python dicts do not maintain order of key:value pairs. May need to find a different way to ensure results are presented in application in decreasing order of success likelihood.