summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2015-07-02 12:15:41 +0200
committerrautenberg <rautenberg@in-silico.ch>2015-07-02 12:15:41 +0200
commitf5980843870cde719ecc5ddba1ed4134f8c4adfc (patch)
tree082e2afd17e189acf9b8d218f6f7ada0d6d5c2ae
parent00bb00872506ffc4325ffd26c72107bb747f5f49 (diff)
API: post /fminer/bbrc and /fminer/last set param prediction_feature to requested true
-rw-r--r--api/algorithm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/algorithm.json b/api/algorithm.json
index a50ceb4..b5ee1fe 100644
--- a/api/algorithm.json
+++ b/api/algorithm.json
@@ -522,7 +522,7 @@
"name": "prediction_feature",
"description": "URI of the feature to be predicted (i.e. dependent variable)",
"in": "header",
- "required": false,
+ "required": true,
"type": "string"
},
"feature_generation_uri": {