Releases: interpretml/interpret-text
Releases · interpretml/interpret-text
release v0.1.3
- 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
- explain_local to use predicted_label to create localexplanation
- fix path at installation and enable widgets for dashboarding
- update dashboard dependencies
Initial Release
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