summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-06 11:34:34 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-06 11:34:34 +0200
commit3c7ab47857f9f86caca6cdddfe7f6ef8672db797 (patch)
tree6211b7cb3ac78cb647e8ca8acfa1af95e417f42f /nightly
parent4628ca3d19140371def64dc462198f188b32354d (diff)
change nightly, add majority
Diffstat (limited to 'nightly')
-rw-r--r--nightly/nightly.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/nightly/nightly.rb b/nightly/nightly.rb
index 6907191..cfee2e5 100644
--- a/nightly/nightly.rb
+++ b/nightly/nightly.rb
@@ -224,9 +224,10 @@ class Nightly
def build()
@algs = [ "http://opentox.ntua.gr:3003/algorithm/mlr",
- "http://opentox.informatik.tu-muenchen.de:8080/OpenTox-dev/algorithm/kNNregression"
+ "http://opentox.informatik.tu-muenchen.de:8080/OpenTox-dev/algorithm/kNNregression",
+ File.join(@@config[:services]["opentox-majority"],["/regr/algorithm"])
]
- @alg_params = [nil, nil]
+ @alg_params = [nil, nil, nil]
@train_data = "http://ambit.uni-plovdiv.bg:8080/ambit2/dataset/342"
@test_data = "http://ambit.uni-plovdiv.bg:8080/ambit2/dataset/342"
@pred_feature = "http://ambit.uni-plovdiv.bg:8080/ambit2/feature/103141"
@@ -278,8 +279,8 @@ class Nightly
end
def build()
- @algs = [File.join(@@lazar_server,"lazar")]
- @alg_params = ["feature_generation_uri="+File.join(@@lazar_server,"fminer")]
+ @algs = [File.join(@@lazar_server,"lazar"), File.join(@@config[:services]["opentox-majority"],["/class/algorithm"]) ]
+ @alg_params = ["feature_generation_uri="+File.join(@@lazar_server,"fminer"),nil]
@pred_feature = "http://localhost/toxmodel/feature%23Hamster%20Carcinogenicity%20(DSSTOX/CPDB)"
LOGGER.debug "pepare hamster datasets"