summaryrefslogtreecommitdiff
path: root/reach_reports
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-18 12:28:53 +0200
committermr <mr@mrautenberg.de>2011-08-18 12:28:53 +0200
commitdbf27c83115cb12e925efbd57661a17a268a3d84 (patch)
tree967d637f10d8f2d5d7644c9993c04703fbc53fa9 /reach_reports
parent46369e24a84ba72ec42be19af5afd4c81e5eb235 (diff)
parent32f9e3f97c1a8278cf5022f619d9e969a37fed38 (diff)
Merge branch 'development' of github.com:opentox/validation into development
Diffstat (limited to 'reach_reports')
-rwxr-xr-xreach_reports/reach_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/reach_reports/reach_service.rb b/reach_reports/reach_service.rb
index e8aa0a2..5dd68e1 100755
--- a/reach_reports/reach_service.rb
+++ b/reach_reports/reach_service.rb
@@ -229,7 +229,7 @@ module ReachReports
case feature_type
when "classification"
v << "percent_correct: "+validation.classification_statistics[:percent_correct].to_s
- v << "weighted AUC: "+validation.classification_statistics[:weighted_area_under_roc].to_s
+ v << "average AUC: "+validation.classification_statistics[:average_area_under_roc].to_s
when "regression"
v << "root_mean_squared_error: "+validation.regression_statistics[:root_mean_squared_error].to_s
v << "r_square "+validation.regression_statistics[:r_square].to_s