4 references to TextFeaturizingEstimator
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1805data = new TextFeaturizingEstimator(Env, "Features", new List<string> { "Text" },
Microsoft.ML.Transforms (3)
Text\TextCatalog.cs (1)
65=> new TextFeaturizingEstimator(Contracts.CheckRef(catalog, nameof(catalog)).GetEnvironment(),
Text\TextFeaturizingEstimator.cs (2)
410: this(env, outputColumnName, new[] { inputColumnName ?? outputColumnName }) 671var estimator = new TextFeaturizingEstimator(env, args.Columns.Name, args.Columns.Source ?? new[] { args.Columns.Name }, args);