2 references to Regression
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
1645
Assert.True(ReadOnlyMemoryUtils.EqualsStr(AnnotationUtils.Const.ScoreColumnKind.
Regression
, kind),
1646
$"Regression ensemble scored data column type should be '{AnnotationUtils.Const.ScoreColumnKind.
Regression
}', but is instead '{kind}'");