-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove SubComponent #852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove SubComponent #852
Conversation
Working towards dotnet#585
And one minor comment change to remove a SubComponent reference.
using Xunit; | ||
using Float = System.Single; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Float [](start = 6, length = 5)
can we remove this silly thing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff thanks @eerhardt .
This change completely removes SubComponent from ML.NET product, and moves it to the test code (since it is so heavily used there).
This PR builds on top of #817, so the first commit can be reviewed on that PR.