Skip to content

Commit 2c7bbbc

Browse files
authored
rename "preprocessing" (#185)
1 parent 8757ef6 commit 2c7bbbc

42 files changed

Lines changed: 42 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deployments/apple_iconic_scenes_photo_selections_2023.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ deployment:
4444
# composition: '' # Tier 3
4545

4646
implementation:
47-
# pre_processing_eda_hyperparameter_tuning: '' # Tier 3
47+
# preprocessing_and_hyperparameter_tuning: '' # Tier 3
4848
mechanisms: |
4949
- Randomized Response with amplification through the secure aggregation protocol. The local Differential Privacy mechanism encodes a single, randomly sampled location-category pair into a tiled one-hot vector, subsequently applying randomized bit-flipping to satisfy DP guarantees.
5050
- No explicit information regarding the privacy unit was provided on the posted online article by Apple: https://machinelearning.apple.com/research/scenes-differential-privacy

deployments/apple_popular_emojis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ deployment:
5555
composition: No information was provided about composition.
5656

5757
implementation:
58-
pre_processing_eda_hyperparameter_tuning: 'Three parameters are explicitly set: \\(\epsilon = 4\\), number of hash functions k = 65,546 and the size of the privatized vector m = 1024. These were predetermined by the authors based on an analysis of the tradeoff between utility, server computation cost (related to k), and device bandwidth (related to m).'
58+
preprocessing_and_hyperparameter_tuning: 'Three parameters are explicitly set: \\(\epsilon = 4\\), number of hash functions k = 65,546 and the size of the privatized vector m = 1024. These were predetermined by the authors based on an analysis of the tradeoff between utility, server computation cost (related to k), and device bandwidth (related to m).'
5959
mechanisms: |
6060
- The differential privacy algorithm used is Private Count Mean Sketch (CMS).
6161
- No information was provided about the implementation of the mechanism.

deployments/assistive_ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deployment:
2727
deployment_model:
2828
model_name: Central
2929
implementation:
30-
pre_processing_eda_hyperparameter_tuning: '' # TODO: Fill in correct value
30+
preprocessing_and_hyperparameter_tuning: '' # TODO: Fill in correct value
3131
mechanisms: Differentially Private Set Union
3232
justification: '' # TODO: Fill in correct value
3333
administrative:

deployments/audience_engagement.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deployment:
3131
release_type_description: The data are refreshed on a monthly basis. The budget also resets on a monthly basis.
3232
access_type: Non-interactive # TODO: Is this correct?
3333
implementation:
34-
pre_processing_eda_hyperparameter_tuning: '' # TODO: Fill in correct value
34+
preprocessing_and_hyperparameter_tuning: '' # TODO: Fill in correct value
3535
mechanisms: Laplace, Gumbel
3636
justification: '' # TODO: Fill in correct value
3737
administrative:

deployments/autoplay_intent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deployment:
2929
release_type_description: Daily
3030
access_type: Non-interactive # TODO: Is this correct?
3131
implementation:
32-
pre_processing_eda_hyperparameter_tuning: '' # TODO: Fill in correct value
32+
preprocessing_and_hyperparameter_tuning: '' # TODO: Fill in correct value
3333
mechanisms: Private Count Mean Sketch
3434
justification: '' # TODO: Fill in correct value
3535
administrative:

deployments/birth_dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deployment:
3131
release_type_description: Static
3232
access_type: Non-interactive
3333
implementation:
34-
pre_processing_eda_hyperparameter_tuning: '' # TODO: Fill in correct value
34+
preprocessing_and_hyperparameter_tuning: '' # TODO: Fill in correct value
3535
mechanisms: PrivBayes with Private Selection (Universal Microdata Scheme)
3636
justification: '' # TODO: Fill in correct value
3737
administrative:

deployments/broadband_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deployment:
6060
By sequential composition, the total privacy loss is 0.2.
6161
(Note: The equation for Broadband Coverage Estimate does not use the "number of devices with speed < 25". In fact, it seems this number is never used.)
6262
implementation:
63-
pre_processing_eda_hyperparameter_tuning: The 32,653 zip codes were predefined based on the average number of machines in the last years (not on the dataset being protected).
63+
preprocessing_and_hyperparameter_tuning: The 32,653 zip codes were predefined based on the average number of machines in the last years (not on the dataset being protected).
6464

6565
mechanisms: |
6666
- The Laplace mechanism with \\(\epsilon = 0.1\\) was applied to every count query (see section on Composition for query descriptions).

deployments/census_demographic_and_housing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deployment:
7272
- For the TopDownAlgorithm, the total \\(\rho\\) is the sum of the \\(\rho\\) values allocated to all queries at every level of the geographic hierarchy (nation, state, county, tract, block group, and block).
7373
7474
implementation:
75-
pre_processing_eda_hyperparameter_tuning: |
75+
preprocessing_and_hyperparameter_tuning: |
7676
- Preprocessing: the raw census responses undergo pre-processing steps to create the CEF. This involves:
7777
- Editing: Ensuring logical consistencies among characteristics for a person or household. For instance, an edit constraint ensures that a mother must be older than her natural child.
7878
- Imputation: Filling in missing or misreported data for key characteristics like age, sex, race, and ethnicity to ensure every record is complete.

deployments/census_redistricting_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deployment:
7272
- For the TopDownAlgorith, the total \\(\rho\\) is the sum of the \\(\rho\\) values allocated to all queries at every level of the geographic hierarchy (nation, state, county, tract, block group, and block).
7373
7474
implementation:
75-
pre_processing_eda_hyperparameter_tuning: |
75+
preprocessing_and_hyperparameter_tuning: |
7676
- Preprocessing: the raw census responses undergo pre-processing steps to create the CEF. This involves:
7777
- Editing: Ensuring logical consistencies among characteristics for a person or household. For instance, an edit constraint ensures that a mother must be older than her natural child.
7878
- Imputation: Filling in missing or misreported data for key characteristics like age, sex, race, and ethnicity to ensure every record is complete.

deployments/county_business_patterns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deployment:
2929
release_type_description: Static
3030
access_type: Non-interactive
3131
implementation:
32-
pre_processing_eda_hyperparameter_tuning: '' # TODO: Fill in correct value
32+
preprocessing_and_hyperparameter_tuning: '' # TODO: Fill in correct value
3333
mechanisms: Gaussian
3434
justification: '' # TODO: Fill in correct value
3535
administrative:

0 commit comments

Comments
 (0)