Skip to content

Commit

Permalink
Merge pull request #13 from EthicalML/updated_deps
Browse files Browse the repository at this point in the history
Updatede dependencies to align with broader compatibility
  • Loading branch information
axsaucedo authored Oct 30, 2021
2 parents d6be7f9 + 512161b commit c7dd7ae
Show file tree
Hide file tree
Showing 35 changed files with 1,167 additions and 241 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ You can find the documentation at [https://ethicalml.github.io/xai/index.html](h

</table>

# 0.0.5 - ALPHA Version

This library is currently in early stage developments and hence it will be quite unstable due to the fast updates. It is important to bare this in mind if using it in production.
# 0.1.0

If you want to see a fully functional demo in action clone this repo and run the <a href="https://github.com/EthicalML/xai/blob/master/examples/XAI%20Example%20Usage.ipynb">Example Jupyter Notebook in the Examples folder</a>.

Expand Down Expand Up @@ -84,7 +82,7 @@ ims = xai.imbalance_plot(df, "gender")

#### View imbalances for all categories across multiple columns
``` python
im = xai.show_imbalance(df, "gender", "loan")
im = xai.imbalance_plot(df, "gender", "loan")
```
<img width="100%" src="images/readme-imbalance-multiple.jpg">

Expand Down
11 changes: 6 additions & 5 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ channels:
- defaults
- conda-forge
dependencies:
- python==3.7.3
- python
- jupyter
- numpy==1.15.4
- pandas==0.23.4
- matplotlib==3.0.2
- scikit-learn==0.20.1
- numpy
- pandas
- matplotlib
- scikit-learn
- seaborn
- spacy
- nb_conda
- keras
- tensorflow
- pip:
- black
- jupyterthemes # jt -t monokai -T -nfs 115 -cellw 98% -N -kl -ofs 11 -altmd
Expand Down
Loading

0 comments on commit c7dd7ae

Please sign in to comment.