Closed
Description
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