Closed
Description
We currently have a few assemblies in our Microsoft.ML
nuget package that aren't part of what we want in our public API surface area.
These assemblies include:
- Microsoft.ML.Maml
- Microsoft.ML.ResultProcessor
- Microsoft.ML.PipelineInference
- Microsoft.ML.Sweeper
The last two may some day be part of our public API, but in their current form we don't want to expose them as public API.
We should remove these assemblies from our nuget package (maybe put them in a separate nuget package), so external users don't depend on these types. That way we are free to update the API until we are ready to ship it as an official API.
/cc @Zruty0 @TomFinley