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)