Closed
Description
System information
- OS version/distro: Various Windows 10 machines, Windows Server 2012 or 2016.
- .NET Version (eg., dotnet --info): 4.7, 4.6.x
Although, not a system-related bug.
Issue
- What did you do? Train on a dataset using
FastTreeRanking
with thetestFrequency
parameter set to something like 1. Optionally, add a validation set. FastTree will now report training metrics on the train (and validation) sets every N iterations. Do the same forFastTreeRegression
andFastTreeClassification
. - What happened? For
Regression
andClassification
, the expected output is printed. ForRanking
, The header for the per-iteration test and validation metrics prints, but there are no metrics. - What did you expect? I expected metrics to be printed for the
Ranking
case.
Source code / logs
Sample output:
trainNDCG:
validNDCG:
trainNDCG:
validNDCG:
trainNDCG:
validNDCG:
trainNDCG:
validNDCG: