-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba59fc9
commit 8f78223
Showing
6 changed files
with
73 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# data-cleaning-stability | ||
|
||
Studying the impact of data cleaning techniques on fairness and stability | ||
|
||
|
||
## Setup | ||
|
||
Install datawig: | ||
```shel | ||
pip install mxnet-cu110 | ||
pip install datawig --no-deps | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
virny | ||
mxnet-cu110 | ||
datawig==0.2.0 | ||
lightgbm==4.3.0 | ||
numpy==1.23.5 | ||
matplotlib~=3.6.2 | ||
pandas~=1.5.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
python ./scripts/evaluate_models.py \ | ||
--dataset folk \ | ||
--null_imputers \[\"median-mode\"\] \ | ||
--models \[\"lr_clf\"\] \ | ||
--run_nums \[1\] \ | ||
--ml_impute True --evaluation_scenarios \[\"mcar_mcar1\"\] | ||
|
||
python ./scripts/impute_nulls_with_predictor.py \ | ||
--dataset folk \ | ||
--null_imputers \[\"median-mode\"\] \ | ||
--run_nums \[1,2\] \ | ||
--save_imputed_datasets True --evaluation_scenarios \[\"mcar_mcar1\",\"mcar_mar1\"\] | ||
|
||
python ./scripts/impute_nulls_with_predictor.py \ | ||
--dataset folk \ | ||
--null_imputers \[\"datawig\"\] \ | ||
--run_nums \[1\] \ | ||
--save_imputed_datasets True --evaluation_scenarios \[\"mcar_mcar1\"\] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters