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

Create `Injector` callable classes from functions #135

Closed Anmol-Srivastava closed 1 year ago

Anmol-Srivastava commented 1 year ago

Added

Changed

Closes #134

Anmol-Srivastava commented 1 year ago

Worth noting that using classes allows us to investigate e.g. self._variable when testing (and writing future injectors), but this PR doesn't necessarily do that kind of testing for every single component of these methods.