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