2 references to TestFile
Microsoft.ML.Data (2)
Commands\TrainCommand.cs (2)
187
if (!string.IsNullOrWhiteSpace(ImplOptions.
TestFile
))
194
IDataView testPipeUsedInTrainer = CreateRawLoader(dataFile: ImplOptions.
TestFile
);