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)
82if (!File.Exists(_mslrWeb10kValidate)) 83throw new FileNotFoundException(string.Format(Errors.DatasetNotFound, _mslrWeb10kValidate)); 90string cmd = @"TrainTest test=" + _mslrWeb10kValidate +