-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIAutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processenhancementNew feature or requestNew feature or request
Description
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
justinormont
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIAutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processenhancementNew feature or requestNew feature or request