unionml
unionml copied to clipboard
Integration: Revela for model monitoring
https://www.revela.io/
Next steps for Zev and Mike:
- Import our earthquake model into Union ML and integrate Revela monitoring
- Start prepping system design docs
Sketch
from unionml.callbacks import RevelaLogger
@predictor(callbacks=[RevelaLogger(...)]) # configs like API key, domain name, etc
def predictor(...):
...
Installation
pip install unionml[revela]
Scope
- We don't really want to tackle nuances of how callback is invoked in different contexts yet.
Other issues:
- package management: using extras to handle complexity here
#self-assign