We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d6604 commit d3e2841Copy full SHA for d3e2841
test/Microsoft.ML.Functional.Tests/DataTransformation.cs
@@ -141,7 +141,7 @@ void ExtensibilityModifyTextFeaturization()
141
{
142
CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, AllLengths = false },
143
WordFeatureExtractor = new WordBagEstimator.Options(),
144
- VectorNormalizer = TextFeaturizingEstimator.TextNormKind.L1
+ VectorNormalizer = TextFeaturizingEstimator.NormFunction.L1
145
}, "SentimentText")
146
.AppendCacheCheckpoint(mlContext)
147
.Append(mlContext.BinaryClassification.Trainers.StochasticDualCoordinateAscent(
0 commit comments