mgyigit commited on
Commit
ad10c64
1 Parent(s): 628249c

Update src/bin/function_predictor.py

Browse files
Files changed (1) hide show
  1. src/bin/function_predictor.py +1 -1
src/bin/function_predictor.py CHANGED
@@ -90,7 +90,7 @@ def MultiLabelSVC_cross_val_predict(representation_name, dataset, X, y, classifi
90
  #stds = [np.round(i, decimals=5) for i in stds]
91
 
92
  return {
93
- "means": [representation_name + "_" + dataset] + means,
94
  }
95
 
96
  def ProtDescModel():
 
90
  #stds = [np.round(i, decimals=5) for i in stds]
91
 
92
  return {
93
+ "means": [dataset] + means,
94
  }
95
 
96
  def ProtDescModel():