Skip to content

Commit d3e2841

Browse files
committed
Resolved merged conflicts.
1 parent 88d6604 commit d3e2841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void ExtensibilityModifyTextFeaturization()
141141
{
142142
CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, AllLengths = false },
143143
WordFeatureExtractor = new WordBagEstimator.Options(),
144-
VectorNormalizer = TextFeaturizingEstimator.TextNormKind.L1
144+
VectorNormalizer = TextFeaturizingEstimator.NormFunction.L1
145145
}, "SentimentText")
146146
.AppendCacheCheckpoint(mlContext)
147147
.Append(mlContext.BinaryClassification.Trainers.StochasticDualCoordinateAscent(

0 commit comments

Comments
 (0)