Feature
Applies to: python, general
A feature is an input variable a model uses to make predictions.
X = df[["age", "income"]]
See also: label, target-variable
Applies to: python, general
A feature is an input variable a model uses to make predictions.
X = df[["age", "income"]]
See also: label, target-variable