Skip to content

Commit e2157bd

Browse files
authored
Delete SOTA
1 parent bcb9278 commit e2157bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Machine learning is being used at an ever increasing rate to automate decisions
1010

1111
### 1.2. Solution
1212

13-
In DebiasML, I have developed a practical and explainable solution through novel application of oversampling. Though popular for data imbalance problems, oversampling has not been adopted to address bias. When tested on the Adult UCI dataset, DebiasML outperforms the state of the art (GANs) on many dimensions. It results in a significantly higher F1 score (as much as +17%) whilst being equally accurate; training is ten times faster; it is model agnostic, transparent and by construction improves diversity in its predictions.
13+
In DebiasML, I have developed a practical and explainable solution through novel application of oversampling. Though popular for data imbalance problems, oversampling has not been adopted to address bias. When tested on the Adult UCI dataset, DebiasML outperforms Generative Adversarial Networks (GANs) on many dimensions. It results in a significantly higher F1 score (as much as +17%) whilst being equally accurate; training is ten times faster; it is model agnostic, transparent and by construction improves diversity in its predictions.
1414

1515
The graphic below shows the distribution of predictions on the test set as it changes with the oversampling factor along with performance and bias metrics:
1616
![oversample gif](https://github.com/leenamurgai/debias-ml/blob/master/static/oversample.gif)

0 commit comments

Comments
 (0)