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; 160var pipeline = PipelineSuggester.GetNextInferredPipeline(_currentModelMLContext, _history, _datasetColumnInfo, _task,