19 references to FeaturizeText
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
137
var pipeline = mlContext.Transforms.Text.
FeaturizeText
("Features",
Debugging.cs (1)
49
var pipeline = mlContext.Transforms.Text.
FeaturizeText
(
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
62
var featurizer = _mlContext.Transforms.Text.
FeaturizeText
(textColumn, new TextFeaturizingEstimator.Options()
StochasticDualCoordinateAscentClassifierBench.cs (1)
102
var text = _mlContext.Transforms.Text.
FeaturizeText
("WordEmbeddings", new TextFeaturizingEstimator.Options
Microsoft.ML.Samples (2)
Dynamic\TextTransform.cs (1)
51
.
FeaturizeText
(customizedColumnName,
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
71
var textPipeline = mlContext.Transforms.Text.
FeaturizeText
("Features",
Microsoft.ML.Tests (12)
Transformers\TextFeaturizerTests.cs (12)
52
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
76
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
106
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, null);
148
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options);
189
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
217
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
251
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
268
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
317
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
354
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
392
var pipeline = ML.Transforms.Text.
FeaturizeText
("Features", options, "A");
436
var feat = ML.Transforms.Text.
FeaturizeText
("Data", new TextFeaturizingEstimator.Options { OutputTokensColumnName = "OutputTokens" }, new[] { "text" });
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
65
/// <seealso cref="TextCatalog.
FeaturizeText
(TransformsCatalog.TextTransforms, string, Options, string[])"/>