-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
P0Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.bugSomething isn't workingSomething isn't working
Description
System information
- OS version/distro: Windows
- .NET Version (eg., dotnet --info):
Code that failed:
Context.Transforms.Text.TokenizeIntoWords("TextFeature") .Append(Context.Transforms.FeatureSelection.SelectFeaturesBasedOnCount("TextFeature", "TextFeature", 10)).
Append(Context.Transforms.FeatureSelection.SelectFeaturesBasedOnMutualInformation("TextFeature", "TextFeature", "Label", 5000))
.Append(Context.Transforms.NormalizeLpNorm("TextFeature", "TextFeature", Microsoft.ML.Transforms.LpNormNormalizingEstimatorBase.NormFunction.L2, true));
Error:
At NormalizeLpNorm, it fails with
Schema mismatch for input column 'TextFeature': expected Expected Single or known-size vector of Single, got VarVector
Metadata
Metadata
Assignees
Labels
P0Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.Priority of the issue for triage purpose: IMPORTANT, needs to be fixed right away.bugSomething isn't workingSomething isn't working