Skip to content

Consider removing Sweeper, PipelineInference, and ResultProcessor assemblies from Microsoft.ML nuget #689

Closed
@eerhardt

Description

@eerhardt

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

Metadata

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