Skip to content

Commit

Permalink
0.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oegesam committed Feb 1, 2020
1 parent 2707c0d commit 1142f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
## Plots:
- add multiclass confusion matrix
- individual trees: highlight selected tree
- Add feature names to waterfall plot

### Regression plots:

## Explainers:

## Dashboard:
- add dependence plot to importances list
- Contributions: add div margin to index selector
- move number of features to display
- add option for vertical contributions?
- reformat contributions table
- add final prediction to contributions table

## Methods:

Expand All @@ -26,12 +25,11 @@


## Library level:
- fix forever updating bug (seems shadow tree related?)
- fix jupyter reload pdp bug
- submit pull request to dtreeviz to accept shadowtree as parameter
- just add shap='tree', 'linear', 'deep', etc instead of separate classes
- add long description to pypi: https://packaging.python.org/guides/making-a-pypi-friendly-readme/
- Add tests
- Add more tests!
- Test with lightgbm, catboost, extratrees
- turn all docstrings into sphynx compatible
- Fix numpy mock import in readthedocs compile
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='explainerdashboard',
version='0.1.8.0',
version='0.1.8.1',
description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.',
long_description="""
explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.
Expand Down

0 comments on commit 1142f43

Please sign in to comment.