mgyigit commited on
Commit
fde938f
·
verified ·
1 Parent(s): 524ef7e

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +6 -0
src/about.py CHANGED
@@ -98,3 +98,9 @@ function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
98
  function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
99
  family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
100
 
 
 
 
 
 
 
 
98
  function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
99
  family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
100
 
101
+ benchmark_specific_metrics = {
102
+ 'similarity': ['similarity_corr_MF', 'similarity_corr_BP', 'similarity_corr_CC', 'similarity_corr_AVG'],
103
+ 'Benchmark 2': ['Metric B1', 'Metric B2', 'Metric B3'],
104
+ 'Benchmark 3': ['Metric C1', 'Metric C2', 'Metric C3'],
105
+ 'affinity': ['affinity_mse_train', 'affinity_mse_val']
106
+ }