We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecd3f0 commit 11b9575Copy full SHA for 11b9575
test/Microsoft.ML.Functional.Tests/Training.cs
@@ -502,7 +502,7 @@ public void MetacomponentsFunctionAsExpectedOva()
502
.Append(mlContext.Transforms.Conversion.MapKeyToValue("PredictedLabel"));
503
504
// Fit the invalid pipeline.
505
- // Todo #XXX: Make this fail somehow.
+ // Todo #2920: Make this fail somehow.
506
var rankingModel = rankingPipeline.Fit(data);
507
508
// Transform the data
@@ -521,7 +521,7 @@ public void MetacomponentsFunctionAsExpectedOva()
521
522
523
524
525
var regressionModel = regressionPipeline.Fit(data);
526
527
0 commit comments