10 references to Error
Microsoft.ML.AutoML (4)
Experiment\Experiment.cs (2)
108_logger.Error(e.Message); 247_logger.Error($"Progress report callback reported exception {ex}");
Experiment\Runners\RunnerUtil.cs (1)
49logger.Error($"Pipeline crashed: {pipeline.ToString()} . Exception: {ex}");
PipelineSuggesters\PipelineSuggester.cs (1)
227logger.Error($"SampleHyperparameters failed with exception: {ex}");
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
61channel.Error("error");
Microsoft.ML.Core (2)
Utilities\ResourceManagerUtils.cs (2)
286ch.Error($"{fileName}: Download timed out"); 296ch.Error($"{fileName}: Could not download. HttpClient returned the following error: {e.Message}");
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (2)
1350if (!CmdParser.ParseArguments(host, "loader = " + str, h, msg => ch.Error(msg))) 1363if (!CmdParser.ParseArguments(host, loader.GetSettingsString(), optionsNew, typeof(Options), msg => ch.Error(msg)))
Microsoft.ML.Transforms (1)
ExpressionTransformer.cs (1)
107LambdaBinder.Run(env, ref errors, node, msg => ch.Error(msg));