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