-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Microsoft.ML.Transforms assembly lockdown #2648
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
|
||
namespace Microsoft.ML | ||
{ | ||
/// <summary> | ||
/// The catalog of projection transformations. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
transformers? #Pending There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is some troublesome language usage that we need to think about how to do. We are talking about transforming usage. And the way we do that is via There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I don't disagree with your suggestion, but I wouldn't insist on it, and I don't know that I see a strong reason for it, since the term usage seems appropriate in the (deliberately) vague context of this catalog. #Pending There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is part of the If we want to be more specific, since these are returning estimators, we should probably use that word instead. So in conclusion, if we want to be specific I would use "estimators" alternatively I would stick to "transformations". I would personally keep the word "transformations". #Pending |
||
/// </summary> | ||
public static class ProjectionCatalog | ||
{ | ||
/// <summary> | ||
|
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.
transformers? #Pending