microsoft / showwhy

MIT License
203 stars 29 forks source link

Update interventions to run on discover backend #302

Closed rracanicci closed 1 year ago

rracanicci commented 1 year ago

Overview

Run the interventions in the DECI model directly on the backend using counterfactuals. The required information required to perform the interventions is serialized in saved on REDIS.

The frontend has been updated to not use the ONNX model and instead rely on the backend for interventions (/deci/intervention).

Details