Skip to content

Releases: chus-chus/teex

v1.1.3

26 Mar 14:38
Compare
Choose a tag to compare

Hotfixes.

1.1.2

21 Oct 21:43
Compare
Choose a tag to compare

Hotfixes.

1.1.1

17 Oct 10:03
Compare
Choose a tag to compare
  • Addressed build issues.

v1.1.0

12 Oct 17:52
4cc4cd9
Compare
Choose a tag to compare

teex v1.1.0 (#5 )

(Package)

  • Two new datasets in saliencyMap module: CUB-200-2011 and Oxford-IIIT Pet.
  • New utility methods in saliencyMap datasets: delete_data, get_class_observations
  • Nice bug fixes

(Build & Docs)

  • CI improvements: code coverage, automatic semantic release
  • Documentation: new documentation theme and .ipynb support

(Tests)

  • Increased coverage significantly

1.0.4

28 Sep 17:13
c8d0f83
Compare
Choose a tag to compare

Minor bugs squashed.

1.0.3

07 Sep 16:54
Compare
Choose a tag to compare

Changes

Feature Importance

  • New function lime_to_feature_importance in featureImportance.data that converts from a lime.explanation.Explanation object to a np.array feature importance vector.
  • Scaler function for feature importance is now a public method in the data module of the feature importance sub package.
  • Automatic scaling in featureImportance.eval.feature_importance_scores now performs on a per-column basis.

Decision Rule

  • clean_binary_statement, a method for parsing Statement edge cases is now a public method in the data module.

...and other minor bug fixes.

1.0.1

05 Sep 18:02
Compare
Choose a tag to compare

Feature Importance bug fixes:

  • FI explanations now scale to (-1, 1) by feature
  • FI explanations do not raise KeyError when not appearing in the expression's derivative.

teex v1.0.0

01 Aug 16:11
Compare
Choose a tag to compare

First major release 🚀 Major API changes for usability from previous version.

  • Subpackage system overhaul: subpackages for each explanation type containing data and eval modules.
  • Synthetic dataset system overhaul: behaviour matched to the real datasets; they are now implemented as sliceable objects.

Moreover...

  • Word importance scores implemented
  • Added unittest suites with tests for all subpackages: data and metrics
  • New functionalities to the DecisionRule class:
    • rulefit to decision rule
    • string to decision rule parser
  • Support changed to Python >= 3.6
  • Statement class usage change
  • Minor bug fixes

❤️

Alpha 1

27 Jun 18:20
fcf6c63
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

Fixed package building issues