When specifying the input columns, `TextFeaturizer` specifies an `IEnumerable<string>`. The standard in the API is to specify a `string[]`. This API should be updated to be consistent with the others. If we prefer `IEnumerable`, then we should switch all the other APIs.