Skip to content

DataCommand classes shouldn't be part of the API #593

Closed
@eerhardt

Description

@eerhardt

Today we have classes like:

These classes are meant to be invoked from the MAML command line, and not from a normal "API" user.

However, this isn't possible to tell these shouldn't be used because these classes are in the same assembly as the "TextLoader" class (Microsoft.ML.Data.dll), which is obviously part of the core API and is shown in almost all examples.

We should decide what to do with these classes. If we should move them out into a separate assembly/nuget package/etc, so users aren't confused that they shouldn't be using them.

/cc @TomFinley @Zruty0

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIIssues pertaining the friendly API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions