Learn R Programming

mlr (version 1.1-18)

getTaskFeatureNames: Get feature names of task.

Description

Target column name is not included.

Usage

getTaskFeatureNames(task)

Arguments

Value

[character].

Examples

Run this code
task <- makeClassifTask(data = iris, target = "Species")
getTaskFeatureNames(task)

Run the code above in your browser using DataLab