1 write to _estimatorCost
Microsoft.ML.AutoML (1)
Tuner\PipelineProposer.cs (1)
50_estimatorCost = new Dictionary<EstimatorType, double>()
2 references to _estimatorCost
Microsoft.ML.AutoML (2)
Tuner\PipelineProposer.cs (2)
212if (_estimatorCost.ContainsKey(estimatorType)) 214return _estimatorCost[estimatorType];