BenchmarkDPFair 0.2.2__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {benchmarkdpfair-0.2.2/src/BenchmarkDPFair.egg-info → benchmarkdpfair-0.2.4}/PKG-INFO +13 -8
  2. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/README.md +9 -1
  3. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/pyproject.toml +5 -9
  4. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4/src/BenchmarkDPFair.egg-info}/PKG-INFO +13 -8
  5. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair.egg-info/requires.txt +2 -5
  6. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/LICENSE +0 -0
  7. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/setup.cfg +0 -0
  8. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/__init__.py +0 -0
  9. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/benchmark.py +0 -0
  10. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/dataconf.py +0 -0
  11. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/__init__.py +0 -0
  12. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/auxiliar.py +0 -0
  13. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/benchmark.py +0 -0
  14. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/inp.py +0 -0
  15. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/pos.py +0 -0
  16. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/pre.py +0 -0
  17. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/types.py +0 -0
  18. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/Benchmark/utils/verifiers.py +0 -0
  19. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/DataGenerator/__init__.py +0 -0
  20. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/DataGenerator/dataconf.py +0 -0
  21. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/DataGenerator/datagen.py +0 -0
  22. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/DataGenerator/utils/verifiers.py +0 -0
  23. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair/__init__.py +0 -0
  24. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair.egg-info/SOURCES.txt +0 -0
  25. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair.egg-info/dependency_links.txt +0 -0
  26. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/src/BenchmarkDPFair.egg-info/top_level.txt +0 -0
  27. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/tests/test_benchmark.py +0 -0
  28. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/tests/test_dataconf.py +0 -0
  29. {benchmarkdpfair-0.2.2 → benchmarkdpfair-0.2.4}/tests/test_datagen.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BenchmarkDPFair
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: A differentially private data synthesizer and fairness intervention benchmark framework
5
- Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
5
+ Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2025 Vinicius Gabriel Angelozzi Verona de Resende, Héber Hwang Arcolezi
@@ -44,13 +44,10 @@ Requires-Dist: smartnoise-sql>=1.0.6
44
44
  Requires-Dist: smartnoise-synth>=1.0.5
45
45
  Requires-Dist: tabulate>=0.9.0
46
46
  Requires-Dist: ucimlrepo>=0.0.7
47
- Requires-Dist: xgboost>=2.1.1
48
- Requires-Dist: tensorflow>=2.19.0
49
- Requires-Dist: tensorflow-io-gcs-filesystem>=0.37.1
47
+ Requires-Dist: xgboost-cpu>=3.2.0
50
48
  Requires-Dist: cvxpy>=1.6.5
51
- Requires-Dist: jax<0.5,>=0.4.30
52
- Requires-Dist: jaxlib<0.5,>=0.4.30
53
49
  Requires-Dist: chex>=0.1.87
50
+ Requires-Dist: BlackBoxAuditing==0.1.54
54
51
  Dynamic: license-file
55
52
 
56
53
  # DP+Fair Benchmarking Framework
@@ -72,16 +69,24 @@ This repository provides a Python framework for **benchmarking fairness mechanis
72
69
  ## Installation
73
70
 
74
71
  > From source
75
- To install, clone the repository and install dependencies:
72
+ To install, either use PyPi to isntall it, or clone the repository and install dependencies:
76
73
 
77
74
  ```bash
78
75
  git clone https://github.com/vinicius-verona/dp-fair-intervention-benchmark.git
79
76
  cd dp-fair-intervention-benchmark
77
+
78
+ python3 -m venv dpfair-env
79
+ source dpfair-env/bin/activate
80
+
81
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
80
82
  pip install -e .
81
83
  ```
82
84
 
83
85
  > Using PyPi **(SUGGESTED)**
84
86
  ```bash
87
+ python3 -m venv dpfair-env
88
+ source dpfair-env/bin/activate
89
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
85
90
  pip install BenchmarkDPFair
86
91
  ````
87
92
 
@@ -17,16 +17,24 @@ This repository provides a Python framework for **benchmarking fairness mechanis
17
17
  ## Installation
18
18
 
19
19
  > From source
20
- To install, clone the repository and install dependencies:
20
+ To install, either use PyPi to isntall it, or clone the repository and install dependencies:
21
21
 
22
22
  ```bash
23
23
  git clone https://github.com/vinicius-verona/dp-fair-intervention-benchmark.git
24
24
  cd dp-fair-intervention-benchmark
25
+
26
+ python3 -m venv dpfair-env
27
+ source dpfair-env/bin/activate
28
+
29
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
25
30
  pip install -e .
26
31
  ```
27
32
 
28
33
  > Using PyPi **(SUGGESTED)**
29
34
  ```bash
35
+ python3 -m venv dpfair-env
36
+ source dpfair-env/bin/activate
37
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
30
38
  pip install BenchmarkDPFair
31
39
  ````
32
40
 
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "BenchmarkDPFair"
7
- version = "0.2.2"
7
+ version = "0.2.4"
8
8
  description = "A differentially private data synthesizer and fairness intervention benchmark framework"
9
9
  authors = [
10
10
  { name="Vinicius Gabriel Angelozzi Verona de Resende", email="verona.projects@tutanota.com" },
11
- { name="Héber Hwang Arcolezi", email="heber.hwang-arcolezi@etsmtl.ca" }
11
+ { name="Héber Hwang Arcolezi", email="heber.hwang-arcolezi@etsmtl.ca" }
12
12
  ]
13
13
  readme = "README.md"
14
14
  requires-python = ">=3.9,<3.13"
@@ -27,14 +27,10 @@ dependencies = [
27
27
  "smartnoise-synth>=1.0.5",
28
28
  "tabulate>=0.9.0",
29
29
  "ucimlrepo>=0.0.7",
30
- "xgboost>=2.1.1",
31
- "tensorflow>=2.19.0",
32
- "tensorflow-io-gcs-filesystem>=0.37.1",
30
+ "xgboost-cpu>=3.2.0",
33
31
  "cvxpy>=1.6.5",
34
- "jax>=0.4.30,<0.5",
35
- "jaxlib>=0.4.30,<0.5",
36
- "chex>=0.1.87"
37
-
32
+ "chex>=0.1.87",
33
+ "BlackBoxAuditing==0.1.54"
38
34
  ]
39
35
  license = { file = "LICENSE" }
40
36
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BenchmarkDPFair
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: A differentially private data synthesizer and fairness intervention benchmark framework
5
- Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
5
+ Author-email: Vinicius Gabriel Angelozzi Verona de Resende <verona.projects@tutanota.com>, Héber Hwang Arcolezi <heber.hwang-arcolezi@etsmtl.ca>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2025 Vinicius Gabriel Angelozzi Verona de Resende, Héber Hwang Arcolezi
@@ -44,13 +44,10 @@ Requires-Dist: smartnoise-sql>=1.0.6
44
44
  Requires-Dist: smartnoise-synth>=1.0.5
45
45
  Requires-Dist: tabulate>=0.9.0
46
46
  Requires-Dist: ucimlrepo>=0.0.7
47
- Requires-Dist: xgboost>=2.1.1
48
- Requires-Dist: tensorflow>=2.19.0
49
- Requires-Dist: tensorflow-io-gcs-filesystem>=0.37.1
47
+ Requires-Dist: xgboost-cpu>=3.2.0
50
48
  Requires-Dist: cvxpy>=1.6.5
51
- Requires-Dist: jax<0.5,>=0.4.30
52
- Requires-Dist: jaxlib<0.5,>=0.4.30
53
49
  Requires-Dist: chex>=0.1.87
50
+ Requires-Dist: BlackBoxAuditing==0.1.54
54
51
  Dynamic: license-file
55
52
 
56
53
  # DP+Fair Benchmarking Framework
@@ -72,16 +69,24 @@ This repository provides a Python framework for **benchmarking fairness mechanis
72
69
  ## Installation
73
70
 
74
71
  > From source
75
- To install, clone the repository and install dependencies:
72
+ To install, either use PyPi to isntall it, or clone the repository and install dependencies:
76
73
 
77
74
  ```bash
78
75
  git clone https://github.com/vinicius-verona/dp-fair-intervention-benchmark.git
79
76
  cd dp-fair-intervention-benchmark
77
+
78
+ python3 -m venv dpfair-env
79
+ source dpfair-env/bin/activate
80
+
81
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
80
82
  pip install -e .
81
83
  ```
82
84
 
83
85
  > Using PyPi **(SUGGESTED)**
84
86
  ```bash
87
+ python3 -m venv dpfair-env
88
+ source dpfair-env/bin/activate
89
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
85
90
  pip install BenchmarkDPFair
86
91
  ````
87
92
 
@@ -12,10 +12,7 @@ smartnoise-sql>=1.0.6
12
12
  smartnoise-synth>=1.0.5
13
13
  tabulate>=0.9.0
14
14
  ucimlrepo>=0.0.7
15
- xgboost>=2.1.1
16
- tensorflow>=2.19.0
17
- tensorflow-io-gcs-filesystem>=0.37.1
15
+ xgboost-cpu>=3.2.0
18
16
  cvxpy>=1.6.5
19
- jax<0.5,>=0.4.30
20
- jaxlib<0.5,>=0.4.30
21
17
  chex>=0.1.87
18
+ BlackBoxAuditing==0.1.54
File without changes