Skip to content

Mark EntryPoints classes and APIs as internal #2582

@eerhardt

Description

@eerhardt

We have a few classes in Microsoft.ML.Core that are public, but they shouldn't be.

public abstract class TransformModel

public abstract class PredictorModel

Basically, anything under the Microsoft.ML.EntryPoints namespace should be internal.

This is OK, because anything that uses EntryPoints already has InternalsVisibleTo.

@TomFinley @glebuk @ganik @shauheen

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