1 write to _modelPathMslr
Microsoft.ML.PerformanceTests (1)
Numeric\Ranking.cs (1)
88_modelPathMslr = Path.Combine(Path.GetDirectoryName(typeof(RankingTest).Assembly.Location), "FastTreeRankingModel.zip");
2 references to _modelPathMslr
Microsoft.ML.PerformanceTests (2)
Numeric\Ranking.cs (2)
97" out={" + _modelPathMslr + "}"; 107string cmd = @"Test data=" + _mslrWeb10kTest + " in=" + _modelPathMslr;