Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.0%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
AI Auditing + Privacy
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 10 months ago
Metadata Files
Readme
License
Citation
README.md
Workflow Example
adult_process.ipynbprocessesdata/adult_og.csvto givedata/adult_processed.csv.adult_mst.ipynbprepares the graph for marginal cliques.adult_RF.ipynbcreates a model for later scoring use.adult_synth.ipynbtrains the data synthesizer based on marginal cliques.adult_fair.ipynbcalculates and compares the fairness scores of models on original dataset and synthetic datasets.
Setup
conda env create -f environment.yml
mkdir experiments/model experiments/tmp
Owner
- Name: Rex Yuan
- Login: RexYuan
- Kind: user
- Location: Taipei
- Website: https://rexyuan.com/
- Repositories: 22
- Profile: https://github.com/RexYuan
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Yuan" given-names: "Chih-Cheng Rex" affiliation: "Institute of Information Science, Academia Sinica, Taipei, Taiwan" - family-names: "Wang" given-names: "Bow-Yaw" affiliation: "Institute of Information Science, Academia Sinica, Taipei, Taiwan" title: "Fairness Checking with Differentially Private Synthetic Data" version: 0.0.1 date-released: 2024-12-07 url: "https://github.com/RexYuan/Eunectes/"
GitHub Events
Total
- Push event: 93
Last Year
- Push event: 93
Dependencies
environment.yml
conda
- jupyter
- matplotlib
- numpy
- pandas
- pip
- python 3.13.*
- scikit-learn
- xgboost