summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-04-19 14:22:33 +0200
committerMartin Gütlein <martin.guetlein@gmail.com>2010-04-19 14:22:33 +0200
commit0e017bd29cd27bc5f4588ed8d4b50f6706f3696b (patch)
tree84645be3ce66a2999384e9f25bb659a42d7def9d /EXAMPLES
parenta35e4d1540b74d6687529b43c1c6e5b85deb680e (diff)
added nightly report
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES6
1 files changed, 6 insertions, 0 deletions
diff --git a/EXAMPLES b/EXAMPLES
index eaab685..a9d6add 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -39,7 +39,11 @@ validate model on test-dateset
>>> curl -X POST -d model_uri="<model_uri>" \
-d test_dataset_uri="<test_dataset_uri>" \
+ -d test_target_dataset_uri="<dataset_uri>" \
<validation_service>
+
+optional params:
+test_target_dataset_uri, default is test_dataset_uri
result example (accept-header: application/rdf-xml)
<<< not yet supported
@@ -54,12 +58,14 @@ validate an algorithm on a training- and test-dataset
>>> curl -X POST -d algorithm_uri="<algorithm_uri>" \
-d training_dataset_uri="<training_dataset_uri>" \
-d test_dataset_uri="<test_dataset_uri>" \
+ -d test_target_dataset_uri="<dataset_uri>" \
-d prediction_feature="<prediction_feature>" \
-d algorithm_params="<algorithm_params>" \
<validation_service>
optional params:
algorithm_params, default is empty
+test_target_dataset_uri, default is test_dataset_uri
result example (accept-header: application/rdf-xml)
<<< not yet supported