JuliaTrustworthyAI / CounterfactualExplanations.jl

A package for Counterfactual Explanations and Algorithmic Recourse in Julia.
https://www.taija.org/CounterfactualExplanations.jl/
MIT License
120 stars 7 forks source link

[Interface to MLJ] Interface to supervised MLJ models #173

Closed RaunoArike closed 1 year ago

RaunoArike commented 1 year ago

MLJ is a machine learning framework that provides a large suite of common machine learning models, both supervised and unsupervised. This package can't currently be interfaced to MLJ due to differentiability issues: to be able to use any of our counterfactual generators to explain MLJ models, those models need to be differentiable with respect to features.

To solve this, we will take the following steps:

RaunoArike commented 1 year ago