Skip to content

Commit

Permalink
Merge pull request #489 from Akronix/patch-2
Browse files Browse the repository at this point in the history
Added docs for task argument in evaluate()
  • Loading branch information
mikkokotila authored Nov 9, 2020
2 parents 3953828 + 2eb8fc4 commit 52312e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Evaluate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52312e3

Please sign in to comment.