5 references to Estimators
Microsoft.ML.AutoML.SourceGenerator (5)
EstimatorTypeGenerator.cs (2)
36
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).
Estimators
, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes))
41
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).
Estimators
, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes))
SweepableEstimatorFactoryGenerator.cs (2)
33
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).
Estimators
, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes, estimator.SearchOption))
38
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).
Estimators
, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes, estimator.SearchOption))
SweepableEstimatorGenerator.cs (1)
32
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).
Estimators
)