Releases: JuliaTrustworthyAI/CounterfactualExplanations.jl
Releases · JuliaTrustworthyAI/CounterfactualExplanations.jl
v1.3.6
v1.3.5
CounterfactualExplanations v1.3.5
Merged pull requests:
Closed issues:
- Field names of
CounterfactualExplanation
are not obvious enough (#488)
v1.3.4
CounterfactualExplanations v1.3.4
Merged pull requests:
v1.3.3
CounterfactualExplanations v1.3.3
Merged pull requests:
v1.3.2
v1.3.1
CounterfactualExplanations v1.3.1
Merged pull requests:
v1.3.0
v1.2.0
CounterfactualExplanations v1.2.0
Merged pull requests:
- 387 generator eccco (#453) (@pat-alt)
- Add faithfulness metric (#455) (@pat-alt)
- 457 constrained optimization for scms (#464) (@JorgeLuizFranco)
- add documentation MINTGenerator (#468) (@JorgeLuizFranco)
- tests for jem (#472) (@pat-alt)
Closed issues:
v1.1.6
CounterfactualExplanations v1.1.6
Removed
- Removed the call to the
Iris
function in the test suite because of HTTPs issues. [#452] - Removed the
mlj_models_catalogue
because it served no obvious purpose. In the future, we may instead add meta information to theall_models_catalogue
. [#444]
Added
- New general
Model
struct that wraps empty concrete types. This adds a more general interface that is still flexible enough by simply using multiple dispatch on the empty concrete types. [#444] - A new
incompatible(::AbstractGenerator, ::AbstractCounterfactualExplanation)
function has been added to avoid running a counterfactual search if the generator is incompatible with any other specification (e.g. the model). [#444]
Changed
- No longer exporting many of the deprecated functions. [#452]
- Updated pre-trained model artifacts. [#444]
- Support for
DecisionTree.jl
models and theFeatureTweakGenerator
have been moved to an extension (DecisionTreeExt
). [#444] - Updates to NeuroTreeModels extensions to incorporate breaking changes to package. [#444]
- No longer running alloc test on Windows. [#441]
- Slight change to doctests. [#447]
Merged pull requests:
- removed test from windows (#442) (@pat-alt)
- 447 fix doctest (#448) (@pat-alt)
- Incorporating breaking change (#450) (@pat-alt)
- remove call ti
Iris
(#452) (@pat-alt)
Closed issues:
- Interface to
<: Supervised
MLJ models (#69) - Investigate Relocation of Features (#324)
- Asserts are working unexpectedly for Feature Tweak (#353)
- Update Model Catalogue docs (#369)
- Growing Spheres is not working for
EvoTrees
(#384) - Test for alloc fails on windows (#441)
- Add new pkgstats badge (#443)
- Update NeuroTreeModels extensions (#444)
- Fix doctest (#447)
- Make
generate_perturbations
a universal method (#451)