Currently the oar_dictionary table in the MySQL database is empty. This is a problem because we cannot save into the database without the unique MySQL ID for each OAR / PTV that is supposed to be in that table..
We should focus our efforts on building this oar_dictionary parser by parsing the UCLA data, determining duplicate OAR names, and programmatically adding those oar names to the server. This will enable the feature_extraction() test in Python/AlgoEngine/test.py to work.
Currently the
oar_dictionary
table in the MySQL database is empty. This is a problem because we cannot save into the database without the unique MySQL ID for each OAR / PTV that is supposed to be in that table..We should focus our efforts on building this
oar_dictionary
parser by parsing the UCLA data, determining duplicate OAR names, and programmatically adding those oar names to the server. This will enable thefeature_extraction()
test inPython/AlgoEngine/test.py
to work.