From 3b2cac89c24ec03ddb19392c9dc371db138ade25 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:18:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CodeRabbit=20Chat:=20Update=20ta?= =?UTF-8?q?bsyn=20ensemble=20attack=20README=20results=5Fdir=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/tabsyn/ensemble_attack/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/tabsyn/ensemble_attack/README.md b/examples/tabsyn/ensemble_attack/README.md index 00054d2f..699c5df0 100644 --- a/examples/tabsyn/ensemble_attack/README.md +++ b/examples/tabsyn/ensemble_attack/README.md @@ -11,7 +11,7 @@ extract the files and place them in a `/data/ensemble_attack` folder within this (`examples/tabsyn`). > [!NOTE] -> If you wish to change the data folder, you can do so by editing the `base_data_dir` attribute +> If you wish to change the data folder, you can do so by editing the `data_dir` attribute > of the [`config.yaml`](config.yaml) file. Here is a description of the files that have been extracted: @@ -62,6 +62,11 @@ python -m examples.tabsyn.ensemble_attack.make_challenge_dataset ## 4. Training the attack model +> [!NOTE] +> The `results_dir` attribute in the [`config.yaml`](config.yaml) file controls where all +> output files from this example are saved. In this example it is set to +> `examples/tabsyn/ensemble_attack/results`. + To train the attack models, execute the following command: ```bash @@ -92,4 +97,4 @@ python -m examples.tabsyn.ensemble_attack.compute_attack_success ``` The results will both printed on the console and saved in the file -`examples/tabsyn/results/attack_success_for_xgb_metaclassifier_model.txt` +`examples/tabsyn/ensemble_attack/results/attack_success_for_xgb_metaclassifier_model.txt`