Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Nov 18, 2024
1 parent 67e11ad commit 53c0e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RankLib.Comparison.Tests/ComparisonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void CompareToRankyMcRankFace(RankerType rankerType)
// - 5: LambdaRank - (maybe use of random values?)
// - 6: LambdaMART - (Same with different double string representation up to tree 404. Compounding differences with floating point precision calculations?).
// - 7: ListNet - (maybe use of random values?)
// - 8: Random Forests - (Different splits).
// - 8: Random Forests - (Different splits from random sampling).

var javaExecutable = new JavaExecutable("RankyMcRankFace-0.2.0.jar");
var dotnetExecutable = new DotnetExecutable("RankLib.Cli.dll");
Expand Down

0 comments on commit 53c0e5d

Please sign in to comment.