Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Integration: Revela for model monitoring #134

Open
cosmicBboy opened this issue Jun 24, 2022 · 3 comments
Open

Integration: Revela for model monitoring #134

cosmicBboy opened this issue Jun 24, 2022 · 3 comments
Assignees

Comments

@cosmicBboy
Copy link
Contributor

https://www.revela.io/

@mjleslie
Copy link

mjleslie commented Jul 8, 2022

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
Copy link
Contributor Author

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

@zevisert
Copy link
Contributor

#self-assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants