From 2eb8fc48604fb88e21152b655ac73f9701172413 Mon Sep 17 00:00:00 2001 From: Abel Serrano Juste Date: Wed, 6 May 2020 08:04:09 +0200 Subject: [PATCH] Added docs for task argument in evaluate() --- docs/Evaluate.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Evaluate.md b/docs/Evaluate.md index 70f69bd4..81ea851c 100644 --- a/docs/Evaluate.md +++ b/docs/Evaluate.md @@ -24,6 +24,7 @@ Parameter | Default | Description --------- | ------- | ----------- `x` | NA | the predictor data x `y` | NA | the prediction data y (truth) +`task`| NA | One of the following strings: 'binary', 'multi_class', 'multi_label', or 'continuous'. `model_id` | None | the model_id to be used `folds` | None | number of folds to be used for cross-validation `shuffle` | None | if data is shuffled before splitting