1 write to _e2
Microsoft.ML.AutoML (1)
Tuner\PipelineProposer.cs (1)
154
_e2
= _pipelineSchemas.ToDictionary(id => id, id => loss + 0.05 * Math.Abs(loss));
2 references to _e2
Microsoft.ML.AutoML (2)
Tuner\PipelineProposer.cs (2)
170
_e2
[schema] = _e1[schema];
182
var estimatorCostForBreakThrough = (2 * (loss - _globalBestError) + double.Epsilon) / ((
_e2
[schema] - _e1[schema]) / (_k2[schema] + _k1[schema]) + double.Epsilon);