superduper
superduper copied to clipboard
[MISC]: In the listener, use a meaningful predict_id.
trafficstars
Currently, the listener uses UUID as predict_id, making it difficult to find model results in the database since it’s a string of meaningless characters.
The predict_id should have the following attributes:
- Human-readable significance
- Support for configuration during the initialization of the listener
- Ability to distinguish between versions