-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_latex_plots.sh
executable file
·34 lines (26 loc) · 3.21 KB
/
create_latex_plots.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
#exp1
python display_random_search_results.py --DB tunnel --ACTION table --BUDGET 1700 --TOP 5 --METRIC global_score_no_weak_acc --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/table_500_dwtc_global_score_no_weak_acc&
#exp2
python display_random_search_results.py --DB tunnel --ACTION table --BUDGET 1700 --TOP 5 --METRIC global_score_with_weak_acc --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/table_500_dwtc_global_score_with_weak_acc&
#exp3
python display_random_search_results.py --DB tunnel --ACTION table --BUDGET 3000 --TOP 5 --METRIC fit_score --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/table_500_dwtc_fit_score&
#exp4
python display_random_search_results.py --DB tunnel --ACTION table --BUDGET 200 --TOP 5 --METRIC fit_score --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/table_200_dwtc_fit_score&
#exp5
# python display_random_search_results.py --DB tunnel --ACTION table --BUDGET 3000 --TOP 5 --METRIC global_score_no_weak_acc --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/table_3000_dwtc_global_score_no_weak_acc&
# exp6
python display_random_search_results.py --DB tunnel --ACTION compare_rec --BUDGET 1510 --TOP 1 --METRIC acc_test --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/compare_rec_500_dwtc_acc_test&
python display_random_search_results.py --DB tunnel --ACTION compare_rec --BUDGET 1510 --TOP 1 --METRIC fit_score --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/compare_rec_500_dwtc_fit_score&
# exp7 multi
python display_random_search_results.py --DB tunnel --ACTION compare_all --BUDGET 1510 --TOP 1 --METRIC global_score_no_weak_acc --DESTINATION ../../win_transfer/ds-active_learning/results/compare_all_500_fit_score&
# budegs
python display_random_search_results.py --DB tunnel --ACTION budgets --METRIC acc_test --DATASET dwtc --DESTINATION ../../win_transfer/ds-active_learning/results/budgets_dwtc_acc&
#fit
python display_random_search_results.py --DB tunnel --DATASET dwtc --ACTION plot --BUDGET 1510 --METRIC fit_score --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/dwtc_1000_top_0&
python display_random_search_results.py --DB tunnel --DATASET dwtc --ACTION plot --BUDGET 200 --METRIC fit_score --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/dwtc_200_top_0&
#acc
python display_random_search_results.py --DB tunnel --DATASET dwtc --ACTION plot --BUDGET 1000 --METRIC acc_test --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/dwtc_1000_top_0_acc&
python display_random_search_results.py --DB tunnel --DATASET dwtc --ACTION plot --BUDGET 1510 --METRIC acc_test --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/dwtc_1500_top_0_acc&
python display_random_search_results.py --DB tunnel --DATASET dwtc --ACTION plot --BUDGET 200 --METRIC acc_test --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/dwtc_200_top_0_acc&
python display_random_search_results.py --DB tunnel --DATASET hiva --ACTION plot --BUDGET 1000 --METRIC global_score_no_weak_acc --TOP 0 --DESTINATION ../../win_transfer/ds-active_learning/results/zebra_1000_top_0