Better documentation and discoverability around Append and Transfomer Scope #3098
Labels
documentation
Related to documentation of ML.NET
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
As part of our public API, we support the ability to filter out parts of the estimator chain. The APIs that support this are not documented, nor do we provide any context in our Cookbooks. As we are doing an overall coverage of documentation/samples, I created this issue separately to ensure that it gets covered. Referencing from #3063, these are the two APIs that are used:
machinelearning/src/Microsoft.ML.Data/DataLoadSave/EstimatorChain.cs
Line 87 in db4ecc0
machinelearning/src/Microsoft.ML.Data/DataLoadSave/TransformerChain.cs
Line 145 in db4ecc0
It would also be very useful to have more information about why you would want to filter as well as what scenarios we are trying to address.
The text was updated successfully, but these errors were encountered: