Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Evaluate config - main #483

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions config_templates/gretel/evaluate/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
# a Synthetic Quality Score report for any two datasets

schema_version: "1.0"

name: "evaluate-model"
models:
- evaluate:
data_source: "__tmp__"
data_source: "__tmp__" # Output data source
ref_data:
"0": "__tmp__" # Original data source
"1": "__tmp__" # Optional test (holdout) data source for MIA
privacy_metrics:
quasi_identifier_count: 3
skip: false
skip_mia: false
skip_aia: false
pii_replay:
skip: false
entities: null
3 changes: 1 addition & 2 deletions config_templates/gretel/synthetics/amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
# If they are both null, the model will generate the same number of records as the training data.
# If they are both non-null values, the config will be invalid.

schema_version: '1.0'
schema_version: "1.0"
name: "data-amplification-model"

models:
- amplify:
data_source: __tmp__
Expand Down
Loading