init(annotationColumnName:featureColumnNames:configuration:)
Creates a boosted tree regressor.
Declaration
init(annotationColumnName: String, featureColumnNames: [String], configuration: BoostedTreeConfiguration = BoostedTreeConfiguration())Discussion
Parameters
annotationColumnName: The name of the column containing the ground truth values.
featureColumnNames: The names of the feature columns.
configuration: The configuration.