Skip to content

Commit 888be1f

Browse files
committed
yaeld minor commenting on comments correction.
1 parent 680aaf6 commit 888be1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Data/Evaluators/MultiClassClassifierEvaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ private protected override IEnumerable<string> GetPerInstanceColumnsToSave(RoleM
998998
// Multi-class evaluator adds four per-instance columns: "Assigned", "Top scores", "Top classes" and "Log-loss".
999999
private protected override IDataView GetPerInstanceMetricsCore(IDataView perInst, RoleMappedSchema schema)
10001000
{
1001-
// If the label column is a key without text key values, convert it to I8, just for saving the per-instance
1001+
// If the label column is a key without text key values, convert it to double, just for saving the per-instance
10021002
// text file, since if there are different key counts the columns cannot be appended.
10031003
string labelName = schema.Label.Value.Name;
10041004
if (!perInst.Schema.TryGetColumnIndex(labelName, out int labelColIndex))

0 commit comments

Comments
 (0)