summaryrefslogtreecommitdiff
path: root/model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'model.rb')
-rw-r--r--model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.rb b/model.rb
index e433893..bab5bde 100644
--- a/model.rb
+++ b/model.rb
@@ -31,7 +31,7 @@ class ToxCreateModel < Ohm::Model
attribute :nr_compounds
attribute :nr_predictions
attribute :correct_predictions
- attribute :weighted_area_under_roc
+ attribute :average_area_under_roc
attribute :sensitivity
attribute :specificity
attribute :r_square