1 write to Prefix
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
74
Prefix
= string.IsNullOrEmpty(options.Prefix) ? "" : options.Prefix;
3 references to Prefix
Microsoft.ML.Sweeper (3)
ConfigRunner.cs (3)
119
return string.Format(@"o={{{0}\{1}.summary.txt}}", OutputFolder,
Prefix
);
127
ch.Info(@"The summary of the run results has been saved to the file {0}\{1}.summary.txt", OutputFolder,
Prefix
);
175
return string.Format(@"{0}\{1}{2}.{3}.txt", OutputFolder,
Prefix
, i, kind);