-
Notifications
You must be signed in to change notification settings - Fork 3
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
4d5bf86
commit d605e6b
Showing
22 changed files
with
4,479 additions
and
38 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
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,19 @@ | ||
# StudentPerformancePortugueseDataset | ||
|
||
Dataset class for the Student Performance Portuguese dataset that contains sensitive attributes among feature columns. Source: https://github.com/tailequy/fairness_dataset/blob/main/experiments/data/student_por_new.csv Description: https://arxiv.org/pdf/2110.00530.pdf (Section 3.4.1) | ||
|
||
|
||
|
||
## Parameters | ||
|
||
- **subsample_size** (*int*) – defaults to `None` | ||
|
||
Subsample size to create based on the input dataset | ||
|
||
- **subsample_seed** (*int*) – defaults to `None` | ||
|
||
Seed for sampling using the sample() method from pandas | ||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
title: Examples 🍱 | ||
nav: | ||
- Multiple_Models_Interface_Use_Case.md | ||
- Interactive_Web_App_Demo.md | ||
- Multiple_Models_Interface_With_DB_Writer.md | ||
- Multiple_Models_Interface_With_Error_Analysis.md | ||
- Multiple_Models_Interface_With_Multiple_Test_Sets.md | ||
- Multiple_Models_Interface_With_Inprocessor.md | ||
- Multiple_Models_Interface_With_Postprocessor.md | ||
- Interactive_Web_App_Demo.md |
Oops, something went wrong.