1 write to Source
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
34
Source
= source;
19 references to Source
Microsoft.ML.AutoML.Samples (3)
AutoMLExperiment.cs (1)
37
if (e.
Source
== nameof(AutoMLExperiment) && e.Kind > Runtime.ChannelMessageKind.Trace)
Cifar10.cs (1)
31
if (o.
Source
.StartsWith("AutoMLExperiment"))
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
63
if (e.
Source
== nameof(AutoMLExperiment) && e.Kind > Runtime.ChannelMessageKind.Trace)
Microsoft.ML.AutoML.Tests (12)
AutoFitTests.cs (5)
155
if (e.
Source
.StartsWith("AutoMLExperiment"))
186
if (e.
Source
.StartsWith("AutoMLExperiment"))
216
if (e.
Source
.StartsWith("AutoMLExperiment"))
265
if (e.
Source
.StartsWith("AutoMLExperiment"))
385
if (e.
Source
.StartsWith("AutoMLExperiment"))
AutoMLExperimentTests.cs (7)
69
if (e.
Source
.StartsWith("AutoMLExperiment"))
157
if (e.
Source
.StartsWith("AutoMLExperiment"))
215
if (e.
Source
.StartsWith("AutoMLExperiment"))
240
if (e.
Source
.StartsWith("AutoMLExperiment"))
265
if (e.
Source
.StartsWith("AutoMLExperiment"))
317
if (e.
Source
.StartsWith("AutoMLExperiment"))
344
if (e.
Source
.StartsWith("AutoMLExperiment"))
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
35
Message = $"[Source={
Source
}, Kind={Kind}] {RawMessage}";
Microsoft.ML.Fairlearn.Tests (1)
GridSearchTest.cs (1)
86
if (e.
Source
== "AutoMLExperiment")
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
1032
if (e.
Source
.StartsWith("FastTreeTraining"))
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
75
if (e.
Source
.StartsWith("ObjectDetectionTrainer") && e.Kind == ChannelMessageKind.Info && e.Message.Contains("Loss:"))