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
+ "}";
107
string cmd = @"Test data=" + _mslrWeb10kTest + " in=" +
_modelPathMslr
;