From 282ca3f261897df3324ecdf7040d1a7b1c37edd9 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 18 Aug 2011 10:47:06 +0200 Subject: replace weighted_auc with average_auc --- model.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3