From 78201e10a1f4695c65f431d07512188363f897fb Mon Sep 17 00:00:00 2001 From: mguetlein Date: Tue, 20 Nov 2012 12:14:13 +0100 Subject: adjust validation to dataset changes, remove test_target_dataset concept (never worked for multiple compound occurences with different values), fix splitting (multiple compound occurences are now split in different sets as well) --- example.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'example.rb') diff --git a/example.rb b/example.rb index 636579e..11af160 100755 --- a/example.rb +++ b/example.rb @@ -96,7 +96,6 @@ class Example v = Validation::Validation.new :training_dataset_uri => split_params[:training_dataset_uri], :validation_type => "test_set_validation", :test_dataset_uri => split_params[:test_dataset_uri], - :test_target_dataset_uri => data_uri, :prediction_feature => URI.decode(@@feature), :algorithm_uri => @@alg v.validate_algorithm( @@alg_params, OpenTox::SubTask.new(task, 20, 40) ) -- cgit v1.2.3