denysgerasymuk799 commited on
Commit
3a1cf78
1 Parent(s): 10c9008

Improved visualizations

Browse files
.gitignore CHANGED
@@ -4,6 +4,7 @@ virny_env
4
  .DS_Store
5
  .ipynb_checkpoints
6
  results
 
7
 
8
  # Created by https://www.gitignore.io/api/python,pycharm+all
9
  # Edit at https://www.gitignore.io/?templates=python,pycharm+all
 
4
  .DS_Store
5
  .ipynb_checkpoints
6
  results
7
+ experiment_config.yaml
8
 
9
  # Created by https://www.gitignore.io/api/python,pycharm+all
10
  # Edit at https://www.gitignore.io/?templates=python,pycharm+all
notebooks/Law_School_Demo.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
notebooks/experiment_config.yaml DELETED
@@ -1,5 +0,0 @@
1
-
2
- dataset_name: Law_School
3
- bootstrap_fraction: 0.8
4
- n_estimators: 20 # Better to input the higher number of estimators than 100; this is only for this demonstration
5
- sensitive_attributes_dct: {'male': '0.0', 'race': 'Non-White', 'male&race': None}