-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API