You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we should. Though, that Create mostly exists for dependency injection via component factories, entry-points, and whatnot. So that can totally be private. We also can keep the associated fields on the settings object internal, so we can add a way to configure them via estimators (as described in the comments) elsewhere, I think? What do you think? Good, bad?
machinelearning/src/Microsoft.ML.Transforms/Text/TextFeaturizingEstimator.cs
Line 141 in 5c00980
Currently if I want to play with Word extractor and Char extractor I need to do that via
machinelearning/src/Microsoft.ML.Transforms/Text/TextFeaturizingEstimator.cs
Line 497 in 5c00980
which stops me from hiding IDataTransform interface.
We should have proper way to set it up via Setting object.
Related to #1995
The text was updated successfully, but these errors were encountered: