summaryrefslogtreecommitdiff
path: root/report/environment.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2009-12-14 15:12:37 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2009-12-14 15:12:37 +0100
commitf5a6f160afd864848c3b3a11a0f643b395159763 (patch)
tree74ca62c51f62116a19f567a98d2b88476e54b220 /report/environment.rb
parentc647dd756a74bbd2ad61b2e8158d6afe7a175965 (diff)
added support for non-binary classification
Diffstat (limited to 'report/environment.rb')
-rw-r--r--report/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/environment.rb b/report/environment.rb
index 47d70b2..7420e80 100644
--- a/report/environment.rb
+++ b/report/environment.rb
@@ -27,7 +27,7 @@ load "report/predictions.rb"
load "report/util.rb"
load "report/external/mimeparse.rb"
-load "lib/prediction_util.rb"
+load "lib/ot_predictions.rb"
unless(defined? LOGGER)
LOGGER = Logger.new(STDOUT)