6 references to Options
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\FastTree.cs (1)
59
var option = new FastTreeTweedieTrainer.
Options
()
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
31
var options = new FastTreeTweedieTrainer.
Options
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
46
var trainerOptions = new FastTreeTweedieTrainer.
Options
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
511
var trainerOptions = new FastTreeTweedieTrainer.
Options
TrainerEstimators\TreeEstimators.cs (2)
272
new FastTreeTweedieTrainer.
Options
946
new FastTreeTweedieTrainer.
Options
{ NumberOfTrees = 10, NumberOfThreads = 1, NumberOfLeaves = 5 });