1 write to _mslrWeb10kValidate
Microsoft.ML.PerformanceTests (1)
Numeric\Ranking.cs (1)
76
_mslrWeb10kValidate
= GetBenchmarkDataPathAndEnsureData(TestDatasets.MSLRWeb.validFilename, TestDatasets.MSLRWeb.path);
3 references to _mslrWeb10kValidate
Microsoft.ML.PerformanceTests (3)
Numeric\Ranking.cs (3)
82
if (!File.Exists(
_mslrWeb10kValidate
))
83
throw new FileNotFoundException(string.Format(Errors.DatasetNotFound,
_mslrWeb10kValidate
));
90
string cmd = @"TrainTest test=" +
_mslrWeb10kValidate
+