summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-01-13 14:42:34 +0100
committermguetlein <martin.guetlein@gmail.com>2011-01-13 14:42:34 +0100
commit5786ebd5095451e928d9811bd6bbd98af72de99d (patch)
tree367471f83ee44067fd642bb14b288abf9c82135d /EXAMPLES
parent98e44551ce44ff9579fd9b07a2939c3731b55c71 (diff)
outcomment activerecord, adjustments to new wrapper, change to dev-branch
Diffstat (limited to 'EXAMPLES')
-rwxr-xr-x[-rw-r--r--]EXAMPLES19
1 files changed, 0 insertions, 19 deletions
diff --git a/EXAMPLES b/EXAMPLES
index df7626d..7a617d6 100644..100755
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -73,26 +73,7 @@ result example (accept-header: application/rdf-xml)
result example (accept-header: text/uri-list)
<<< <validation_service>/id_i
-
-create a validation by comparing feature values
------------------------------------------------------
-
->>> curl -X POST -d test_dataset_uri="<test_dataset_uri>" \
- -d test_target_dataset_uri="<dataset_uri>" \
- -d prediction_dataset_uri="<prediction_dataset_uri>" \
- -d prediction_feature="<prediction_feature>" \
- -d predicted_feature="<predicted_feature>" \
- -d classification="true" \
- <validation_service>/validate_datasets
-
-optional params:
-test_target_dataset_uri, default is test_dataset_uri
-regression or classification has to be specified
-result example (accept-header: text/uri-list)
-<<< <validation_service>/id_i
-
-
validate an algorithm on a dataset via training-test-split
-------------------------------------------------------------------