4 references to
Microsoft.ML.FastTree (4)
FastTreeClassification.cs (1)
176
:
base
(env, options, TrainerUtils.MakeBoolScalarLabel(options.LabelColumnName))
FastTreeRanking.cs (1)
116
:
base
(env, options, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName))
FastTreeRegression.cs (1)
104
:
base
(env, options, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName))
FastTreeTweedie.cs (1)
112
:
base
(env, options, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName))