Skip to content

Add DcgTruncationLevel to Ranking AutoML API #5425

Open
@jwood803

Description

@jwood803

When performing Ranking in AutoML, it will always return back a length of 3 in the DCG and nDCG metrics. However, when using the Evaluate method for Ranking, it has a property in the RankingEvaluatorOptions to specify the DcgTruncationLevel.

var rankingEvaluatorOptions = new RankingEvaluatorOptions { DcgTruncationLevel = 10 };

This was noticed when adding the Ranking AutoML sample in this comment

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly APIAutoML.NETAutomating various steps of the machine learning processenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions