Skip to content

Releases: MAIF/shapash

v1.6.1: Patch release: minor fixes

14 Jan 08:50
27e6993
Compare
Choose a tag to compare

This patch release prevent errors from matplotlib version 3.5.1

v1.6.0: Explainability Quality Metrics

06 Dec 14:03
4c33b6a
Compare
Choose a tag to compare

Features
Evaluate the relevance of your explainability using 3 metrics: Stability, Consistency and Compacity

New backend added to Shapash : LIME #255

Bug fixes

  • Multiple lime fixe (#263, #265, #267)
  • replace parameter for acv backend #262
  • fix remove files when generate report fail #250

Internal

  • Update data loader with urldowload #269

v1.5.0: A better estimation of Shapley values with ACV backend

27 Sep 08:36
35c5292
Compare
Choose a tag to compare

Features

Bug fixes

  • Fix Shapash Report bug when using multiclass (#223)
  • Fix an attribute in SmartExplainer object (#247)

v1.4.4 : patch release

19 Jul 14:58
a44ee7f
Compare
Choose a tag to compare

This release fixes bugs in the WebApp (#223)

v1.4.2: patch release

18 Jun 13:49
ed10c6e
Compare
Choose a tag to compare
  • Fixes a bug with required python version for installation

v1.4.1: patch release

18 Jun 11:18
30ddd47
Compare
Choose a tag to compare

Bug fix :

  • Fix Shapash installation with python 3.9

v1.4.0: Sets of features and correlation plot

16 Jun 08:10
55e6dae
Compare
Choose a tag to compare
  • Groups of features compatible with:
    • Features importance plot (#188)
    • Contribution plot (#188)
    • Local plot (#207)
    • WebApp (#203)
    • SmartPredictor (#212)
  • New tutorial to illustrate how to use groups of features (#211)
  • New plot : correlation plot (#210) used in the Shapash report
  • Added compatibility with python version 3.9

Shapash Report - Bug Fix

15 Apr 07:56
f57a197
Compare
Choose a tag to compare

Minor Release - bugs fixed:

  • Correlation exception
  • generate_report() - kernel_name parameter (Papermill kernel)

Shapash Report

13 Apr 17:09
540a9b0
Compare
Choose a tag to compare
  • Standalone report (#137)
    Standalone HTML file that contains the following information :
    • General information about the project
    • Dataset description
    • Model library, parameters, and other specifications
    • Dataset analysis
    • Global explainability of the model
    • Model performance
  • Digit counter breaks on 0 (#156)
  • Switch from SmartPredictor to SmartExplainer (#132)

Interaction plot and new features for WebApp

10 Mar 09:10
e601c37
Compare
Choose a tag to compare
  • WebApp Features: Title (#118), sort features in mask (#117), run app without prediction (#135)
  • Interaction plot: Plot (#124), calculation of top interactions (#120, #122)
  • BugFix: Xgboost (#127), Pickle (#131, #133)