hcs-t4sg / t4sg-zest.ai

7 stars 1 forks source link

Build Surgeo Model in Flask Backend #2

Closed dzheng21 closed 3 years ago

dzheng21 commented 3 years ago

Surgeo is a Python tool that allows you to recreate a version of the BisG race predictor from scratch to approximate race. This is important for us to recreate so that we can create a baseline for race prediction to compare against.

Reference documentation: https://surgeo.readthedocs.io/en/dev/

Initial thoughts: this development work would probably entail:

It would be good to define a response object that we can standardize throughout the process (this would a similar object returned by the picked ZRP model). This is generally best practice to create clean, strict code.