mitre / menelaus

Online and batch-based concept and data drift detection algorithms to monitor and maintain ML performance.
https://menelaus.readthedocs.io/en/latest/
Apache License 2.0
66 stars 7 forks source link

Comprehensive Example for Drift Injection Methods #132

Open Anmol-Srivastava opened 1 year ago

Anmol-Srivastava commented 1 year ago

We should probably add a notebook which covers at least the more complex drift injection functions implemented from literature. Can use other examples for reference.

Anmol-Srivastava commented 1 year ago

Waiting on #141

Anmol-Srivastava commented 1 year ago

@951378644 let me know if you get alerted to this comment. Sometimes we use this webpage for tracking the issue and communicating with others with questions/answers/design discussions.

We might brainstorm some code like so:

# should I do this?
x = 2

# or this?
x = 3

Or note some sub-tasks we don't want to forget:

(typically we get emails about comments on issues we're assigned to)