Description Usage Arguments Value Examples
View source: R/getTaskDictionary.R
Returns a dictionary, which contains the Task itself
(task
), the number of features (p
) the model is trained on, the number of
observations (n.task
) of the task in general, the number of observations (n
)
in the current subset, the task type (type
) and in case of
classification tasks, the number of class levels (k
) in the general task.
1 | getTaskDictionary(task)
|
task |
[ |
[list
]. Used for evaluating the expressions
within a parameter, parameter set or list of parameters.
1 2 | task = makeClassifTask(data = iris, target = "Species")
getTaskDictionary(task)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.