4 references to FastForestRegression
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
20{ TrainerName.FastForestRegression, typeof(FastForestRegressionExtension) },
TrainerExtensions\TrainerExtensionUtil.cs (1)
348return TrainerName.FastForestRegression;
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
31private static readonly HashSet<string> _fastTreeTrainers = new HashSet<string>() { TrainerName.FastForestBinary.ToString(), TrainerName.FastForestRegression.ToString(),
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
36case TrainerName.FastForestRegression: