Description Usage Arguments Value Examples
Get family from task type
1 | family_from_task(task_type)
|
task_type |
A character scalar of task_type. |
A character scalar of family.
1 2 3 | family_from_task("multiclass") # "multinomial"
family_from_task("binary") # "binomial"
family_from_task("regression") # "gaussian"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.