Skip to content

Commit 11b9575

Browse files
author
Rogan Carr
committed
Adding todo issue number.
1 parent 9ecd3f0 commit 11b9575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.ML.Functional.Tests/Training.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public void MetacomponentsFunctionAsExpectedOva()
502502
.Append(mlContext.Transforms.Conversion.MapKeyToValue("PredictedLabel"));
503503

504504
// Fit the invalid pipeline.
505-
// Todo #XXX: Make this fail somehow.
505+
// Todo #2920: Make this fail somehow.
506506
var rankingModel = rankingPipeline.Fit(data);
507507

508508
// Transform the data
@@ -521,7 +521,7 @@ public void MetacomponentsFunctionAsExpectedOva()
521521
.Append(mlContext.Transforms.Conversion.MapKeyToValue("PredictedLabel"));
522522

523523
// Fit the invalid pipeline.
524-
// Todo #XXX: Make this fail somehow.
524+
// Todo #2920: Make this fail somehow.
525525
var regressionModel = regressionPipeline.Fit(data);
526526

527527
// Transform the data

0 commit comments

Comments
 (0)