You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are aligning the namespaces of the trainers and transforms main package, Microsoft.ML; and moving them from subcategories to the main root, we should probably do the same for the StaticPipe assembly and namespaces.
So potentially move things like:
Microsoft.ML.StaticPipe.Runtime
Microsoft.ML.HalLearners.StaticPipe
Microsoft.ML.Transforms.StaticPipe
Microsoft.ML.LightGBM.StaticPipe
to
Microsoft.ML.StaticPipe
The text was updated successfully, but these errors were encountered:
Well, given that they're based on extension methods, I'd say so for everytthing but Runtime.
Runtime though deals with structures for writing the static extensions. I might prefer to keep them in a separate nuget so they're not in people's faces.
However (and i know you know this as you've already put it in backlog) this deals with experimental code so it is not essential for v1 release.
ganik
added
the
P2
Priority of the issue for triage purpose: Needs to be fixed at some point.
label
May 23, 2019
As we are aligning the namespaces of the trainers and transforms main package,
Microsoft.ML
; and moving them from subcategories to the main root, we should probably do the same for the StaticPipe assembly and namespaces.So potentially move things like:
Microsoft.ML.StaticPipe.Runtime
Microsoft.ML.HalLearners.StaticPipe
Microsoft.ML.Transforms.StaticPipe
Microsoft.ML.LightGBM.StaticPipe
to
Microsoft.ML.StaticPipe
The text was updated successfully, but these errors were encountered: