-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a3cbec
commit 4770538
Showing
4 changed files
with
122 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file is tasked with saving all data into tables and plots by using plotter.py and table.py | ||
|
||
|
||
class saver: | ||
def test(): | ||
print("test") | ||
# save_metrics_one_run() | ||
def save_metrics_one_run(target_model, shadow_model, attack_model, D_target_train, D_target_test, D_Train_Shadow, D_Train_Attack, D_Test): | ||
pass | ||
|
||
#Table 1: save accuracy, precision, f-score, degree-overfitting and tested metric name+value | ||
|
||
# Histogram 1: | ||
# save precision, | ||
|
||
|
||
def save_experiment_2_one_run(): | ||
pass | ||
|
||
def create_plots_experiment_2(): | ||
pass | ||
|
||
# create_plots_and_tables_multiple_runs() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters