5 references to TestFile
Microsoft.ML.Data (5)
Commands\TrainTestCommand.cs (5)
91
if (string.IsNullOrWhiteSpace(args.
TestFile
))
92
throw Host.ExceptUserArg(nameof(args.
TestFile
), "Test file must be defined.");
173
if (!string.IsNullOrWhiteSpace(ImplOptions.
TestFile
))
180
IDataView testPipeUsedInTrainer = CreateRawLoader(dataFile: ImplOptions.
TestFile
);
199
testPipe = LoadLoader(rep, ImplOptions.
TestFile
, true);