| makeRegrTask | R Documentation | 
Create a regression task.
makeRegrTask(
  id = deparse(substitute(data)),
  data,
  target,
  weights = NULL,
  blocking = NULL,
  coordinates = NULL,
  fixup.data = "warn",
  check.data = TRUE
)
| id | ( | 
| data | (data.frame) | 
| target | ( | 
| weights | (numeric) | 
| blocking | (factor) | 
| coordinates | (data.frame) | 
| fixup.data | ( | 
| check.data | ( | 
Task ClassifTask CostSensTask ClusterTask MultilabelTask SurvTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.