unionai-oss / unionml

UnionML: the easiest way to build and deploy machine learning microservices
https://www.union.ai/unionml
Apache License 2.0
331 stars 43 forks source link

Integration: Revela for model monitoring #134

Open cosmicBboy opened 2 years ago

cosmicBboy commented 2 years ago

https://www.revela.io/

mjleslie commented 2 years ago

Next steps for Zev and Mike:

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

Sketch

from unionml.callbacks import RevelaLogger

@predictor(callbacks=[RevelaLogger(...)])  # configs like API key, domain name, etc
def predictor(...):
   ...

Installation

pip install unionml[revela]

Scope

Other issues:

zevisert commented 1 year ago

self-assign