Published September 6, 2023
| Version v0.1.16
Software
Open
JuliaTrustworthyAI/CounterfactualExplanations.jl: v0.1.16
Authors/Creators
- 1. Delft University of Technology
- 2. University of Trento
- 3. @bandism
Description
CounterfactualExplanations v0.1.16
Closed issues:
- Dealing with count data (#83)
- Choices for default penalty strength (#114)
- Search is slow for high-dimensional data (#142)
- Plotting for multi-dim data is throwing errors (#148)
- Custom print for
CounterfactualExplanationlooks weird for arrays (#154) - [Penalty strengths] Investigate ML models for penalty strength tuning (#181)
- [Penalty strengths] Implement penalty strength tuning through ML (#183)
- [Benchmarks] More synthetic datasets (#185)
- benchmark sample ids are messed up using MPI (#271)
- Penalty functions: The way penalty functions like
distance(ce, args...; kwargs...)are currently handled makes it difficult to actually supplyargs...andkwargs...at the generator stage. One way to do this is to use anonymous functions like here but that causes issues withSerialization(#274) - Penalty functions in composable generators (#275)
- Use grid to more efficiently parallelize benchmarks (#277)
- Add parallelizer for multi-threading (#282)
- The
@threadsmacro is nested which currently leads to issues with certainkwargs...(#285) - Combine multi-threading and multi-processing (#287)
- Add progress indicators back in (#290)
- Plots (Extension) (#292)
- Deprecate
Plotsmethods (#293) - distance computations are unnecessarily slow (#296)
Merged pull requests:
- Sorting out #271 (#273) (@pat-alt)
- that'll do for now (#276) (@pat-alt)
- 277 use grid to more efficiently parallelize benchmarks (#279) (@pat-alt)
- Adds support for multi-threading (#283) (@pat-alt)
- Enable support for
kw::Symbolin parallelizable functions (#288) (@pat-alt) - 287 combine multi threading and multi processing (#289) (@pat-alt)
- 290 add progress indicators back in (#291) (@pat-alt)
- 293 deprecate plots methods (#294) (@pat-alt)
- 296 distance computations are unnecessarily slow (#298) (@pat-alt)
Files
JuliaTrustworthyAI/CounterfactualExplanations.jl-v0.1.16.zip
Files
(57.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:7b74465999f8294db10c3a0604d20db7
|
57.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl/tree/v0.1.16 (URL)