Label
Applies to: python, general
A label is the known answer for a training example, especially in supervised learning.
y = df["defaulted"]
See also: feature, target-variable
Applies to: python, general
A label is the known answer for a training example, especially in supervised learning.
y = df["defaulted"]
See also: feature, target-variable