modeva.DataSet.set_target#

DataSet.set_target(feature: str)#

Set the target feature.

The task type will be automatically inferred from the type of the target feature. You may manually modify the task type using the function ‘self.set_task_type’.

Parameters:

feature (str) – The name of the target feature.