Skip to content

Releases: interpretml/interpret-text

release v0.1.3

07 Dec 15:12
d74efc9
Compare
Choose a tag to compare
  • update dependencies in interpret-text
  • fix pickle of classical text explainer
  • new release pipeline to release package to pypi
  • several unit tests and notebook updates since last release
  • also fixes a build failure due tensorflow-estimators dependency being incompatible with tensorflow for generated environment (it needs to be less than 2.0 version)

release v0.1.2

20 May 23:38
56d13e6
Compare
Choose a tag to compare
  • explain_local to use predicted_label to create localexplanation
  • fix path at installation and enable widgets for dashboarding
  • update dashboard dependencies

Initial Release

05 May 21:47
6609c41
Compare
Choose a tag to compare

Initial Release of Intepret-Text repository. Includes:

  • Classical Text Explainer - (Default: Bag-of-words with Logistic Regression)
  • Unified Information Explainer
  • Introspective Rationale Explainer
  • Dashboard for visualization