3 references to OlsRegression
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
34
{ TrainerName.
OlsRegression
, typeof(OlsRegressionExtension) },
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
30
private static readonly HashSet<string> _mklComponentsTrainers = new HashSet<string>() { TrainerName.
OlsRegression
.ToString(), TrainerName.SymbolicSgdLogisticRegressionBinary.ToString() };
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
52
case TrainerName.
OlsRegression
: