Skip to content

v1.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 07:03
· 232 commits to main since this release
08c7354

CounterfactualExplanations v1.1.6

Diff since v1.1.5

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 the all_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 the FeatureTweakGenerator 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:

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)