JuliaTrustworthyAI / CounterfactualExplanations.jl

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

Add `MINTGenerator` #466

Open pat-alt opened 1 month ago

pat-alt commented 1 month ago

@JorgeLuizFranco once #464 is merged, we should still add a custom generator here.

This will require some long overdue code restructuring though, because the GradientBasedGenerator currently doesn't have an input transformer field (see #435). I'll still open this issue here already.