unionml icon indicating copy to clipboard operation
unionml copied to clipboard

Integration: Revela for model monitoring

Open cosmicBboy opened this issue 2 years ago • 3 comments

https://www.revela.io/

cosmicBboy avatar Jun 24 '22 20:06 cosmicBboy

Next steps for Zev and Mike:

  1. Import our earthquake model into Union ML and integrate Revela monitoring
  2. Start prepping system design docs

mjleslie avatar Jul 08 '22 15:07 mjleslie

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

cosmicBboy avatar Nov 30 '22 17:11 cosmicBboy

#self-assign

zevisert avatar Nov 30 '22 19:11 zevisert