The name of the column you selected at initialization to define which feature the regressor predicts.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
var targetColumn: String { get }
The name of the column you selected at initialization to define which feature the regressor predicts.
SDKs
Framework
var targetColumn: String { get }
init(training Data: MLData Table, target Column: String, feature Columns: [String]?)
Creates a regressor from the feature columns in the training data to predict the values in the target column.
var feature Columns: [String]
The names of the columns you selected at initialization to train the regressor.