1 write to _currentModelMLContext
Microsoft.ML.AutoML (1)
Experiment\Experiment.cs (1)
158
_currentModelMLContext
= _newContextSeedGenerator == null ? new MLContext() : new MLContext(_newContextSeedGenerator.Next());
4 references to _currentModelMLContext
Microsoft.ML.AutoML (4)
Experiment\Experiment.cs (4)
75
_currentModelMLContext
.CancelExecution();
88
_currentModelMLContext
.CancelExecution();
159
_currentModelMLContext
.Log += RelayCurrentContextLogsToLogger;
160
var pipeline = PipelineSuggester.GetNextInferredPipeline(
_currentModelMLContext
, _history, _datasetColumnInfo, _task,