summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-04-27 08:48:20 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-04-27 08:48:20 +0200
commit1747f27dc73bf39c900e07d43efbf7a1f7267e0c (patch)
treec43dce5571ead07c3b42ba9340f3d3ed7013b365
parenteb30fa5d083d680e74d5c6bf0209fa85a26e4ec8 (diff)
parentfdc3c23fdd1f9ae29a32cac00f6ce557ec3c9e49 (diff)
Merge branch 'development' of github.com:opentox/opentox-ruby into development
-rw-r--r--lib/r-util.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/r-util.rb b/lib/r-util.rb
index 0d4e82c..15f8c38 100644
--- a/lib/r-util.rb
+++ b/lib/r-util.rb
@@ -211,7 +211,7 @@ module OpenTox
@r.split_features = split_features if split_features
str_split_features = "colnames=split_features"
end
- @r.eval "save.image(\"/tmp/image.R\")"
+ #@r.eval "save.image(\"/tmp/image.R\")"
if k_fold_split
@r.eval "split <- stratified_k_fold_split(#{df}, num_folds=#{num_folds}, #{str_split_features})"