Skip to content

Modify API for FeaturizeText ? #2460

Closed
Closed

Description

In the MLContext for the text featurizer, the input column names are taken as a IEnumerable

public static TextFeaturizingEstimator FeaturizeText(this TransformsCatalog.TextTransforms catalog,
string outputColumnName,
IEnumerable<string> inputColumnNames,
TextFeaturizingEstimator.Options options)

#2394 (comment) recommends making them params instead.

Should we modify this API ?

@sfilipi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions