Skip to content

Commit 4a494e0

Browse files
authored
Merge pull request #301 from NGO-Algorithm-Audit/feature/structural_edits
Stashed fix
2 parents e603c1a + 4c1cd10 commit 4a494e0

File tree

1 file changed

+0
-12
lines changed
  • content/english/technical-tools

1 file changed

+0
-12
lines changed

content/english/technical-tools/BDT.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,6 @@ The unsupervised bias detection tool performs a series of steps:
150150
<span style="color:#005AA7">Step 4. Hierarchical Bias-Aware Clustering (HBAC):</span> The HBAC algorithm (detailed below) is applied to the train dataset. The centroids of the resulting clusters are saved and later used to assign cluster labels to data points in the test dataset.
151151

152152
<span style="color:#005AA7">Step 5. Testing cluster differences wrt. bias variable:</span> Statistical hypothesis testing is performed to evaluate whether the bias variable differ significantly in the most deviating cluster compared to the rest of the dataset. A one-sided Z-test is used to compare the means of the bias variable by testing the following hypothesis:
153-
<<<<<<< Updated upstream
154-
<<<<<<< Updated upstream
155-
=======
156-
=======
157-
158-
H_0: no difference in `bias_variable` between the most deviating cluster and the rest of the dataset
159-
H_A: difference in `bias_variable` between the most deviating cluster and the rest of the dataset
160-
>>>>>>> Stashed changes
161-
162-
H_0: no difference in `bias_variable` between the most deviating cluster and the rest of the dataset
163-
H_A: difference in `bias_variable` between the most deviating cluster and the rest of the dataset
164-
>>>>>>> Stashed changes
165153

166154
```
167155
H_0: no difference in bias variable between the most deviating cluster and the rest of the dataset

0 commit comments

Comments
 (0)