Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Oct 30, 2021
1 parent 1b6d2da commit 512161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,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

0 comments on commit 512161b

Please sign in to comment.