-
Notifications
You must be signed in to change notification settings - Fork 2
/
input_humap.yaml
51 lines (44 loc) · 2.04 KB
/
input_humap.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ----------------Loading graph parameters-----------------------------
dir_nm: "humap" # Options: toy_network, toy_network_old, humap, humap2
sep: "\t" # Options: " ", "\t"
netf_nm: "/test_graph.txt"
comf_nm: "/res_train_complexes_new_73_more.txt"
comf_test_nm: "/res_test_complexes_new_73_more.txt" # Make sure no extra rows are present
comf_nm_all: "/all_complexes.txt"
out_comp_nm: "/results_qi0.325/res"
scale_factor: 10 # Number of times negatives should be higher than positives
use_full: 1
split_flag: 0
fact: 0.99
perc_transfer: 0.275
mode: non_gen # gen means only feature extraction, non_gen is all
# -------------------Training parameters--------------------------------
feats: 6
classifier_file: "humap/results_73_neg_unif_10x/res_classifiers_new.txt" # or remove new - CHECK
model_type: "tpot" # Options: tpot, NN
train_feat_mat: "humap/results_73_neg_unif_10x/res_train_dat.csv"
test_feat_mat: "humap/results_73_neg_unif_10x/res_test_dat.csv"
model_name: "tpot_select" #Options: FF_1hidden, log_reg, SVM, rand_forest, extra_trees, estimator_SVM
model_dir: "/results_73_neg_unif_10x/res"
# --------------------Search parameters ------------------------------
seed_mode: "all_nodes" # Options:all_nodes_known_comp, all_nodes, n_nodes,cliques
num_comp: 5 # Options: 10, 7778, 1500 - only for n_nodes mode
classi_thresh: 0.5
run_mode: "parallel" # Options: serial, parallel
max_size_thres: 11
search_method: "isa" # isa, metropolis, search_top_neigs, search_max_neig
# All methods except max_neig
use_all_neigs: 1
thres_neig: 30 # Maximum number of neighbors sampled for checking
min_thres_neig_sorted: 100 # Threshold above which only a percentage of neigs are considered as per sorted weights
perc: 0.7 # Percentage of neighbors to check for adding new node
explore_prob: 0.01 # use 0.1 for top_neigs
# Metropolis algorithm params
prob_metropolis: 0.1
# ISA params
T0: 1.75
alpha: 0.005
over_t: 0.325 # Overlap threshold = 0.7/0.9
overlap_method: "qi" # testing_qi_0.3 or 1
# Evaluation parameters
eval_p: 0.5 # threshold in metric for evaluation of complexes