fire-ants / mlb-machine-learning

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

Output in tabular format instead of strings #6

Closed kennysabarese closed 5 years ago

kennysabarese commented 6 years ago

Let's discuss this. I suggest that the UI layer should own the verbiage used in the UI. Therefore the data should be put into the Mongo DB as a table of individual fields so it can be used more flexibly in the UI

goyetc commented 6 years ago

A dictionary is a more efficient data structure for this purpose. Unstructured data ftw.