Skip to content

Releases: NGO-Algorithm-Audit/unsupervised-bias-detection

Updated readme info

16 May 07:27

Choose a tag to compare

v0.2.6

fixed authors must be an array

Fix bugs related to labels and other fixes

16 May 07:20
e6670ae

Choose a tag to compare

Merge pull request #20 from krstopro/master

Fix bug when two nodes had the same std, extend BAHC to work with multiple children, add margin

Now with correct v0.2.3 in yaml

14 May 18:43

Choose a tag to compare

Update pyproject.toml

v0.2.2

14 May 18:35

Choose a tag to compare

  • splits are now tracked
  • predict function is added, such that cluster labels can be assigned to out-of-sample data

v0.2.1

16 Sep 23:50
a5e789f

Choose a tag to compare

This version adds _dtype to bias-aware clustering algorithms. As a consequence, BiasAwareHierarchicalKModes no longer requires input features to be numbers.

v0.2.0

13 Aug 15:40

Choose a tag to compare

Updated readme, few bugs fixed, several utilities added.

v0.1.0 The very first release

22 Apr 20:23
e29e9ef

Choose a tag to compare

This is the very first release. ^_^
The package can be installed using pip install unsupervised-bias-detection.