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

Fit text explanations to the CE.jl architecture #419

Open drobiu opened 6 months ago

drobiu commented 6 months ago

As stated in #414 I'm working on adding LM (text) explanations to the package.

I have an initial prototype in Jupyter notebooks in #413 and the next step should be to split them into methods and divide into .jl files.