-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove value tuples from public TransformCatalog APIs #2641
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
Conversation
using Microsoft.Data.DataView; | ||
using Microsoft.ML.Data; | ||
using Microsoft.ML.Transforms; | ||
|
||
namespace Microsoft.ML | ||
{ | ||
public sealed class SimpleColumnInfo |
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.
SimpleColumnInfo [](start = 24, length = 16)
I think @rogancarr has issue where he don't like ColumnInfo name. #2554
I wonder how much he would hate this one.
SimpleMapping
,SimplePair
?
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.
No strong opinion, I just think that we should have a conversation about naming these things :)
In reply to: 258285683 [](ancestors = 258285683)
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.
How about ColumnNamePair
or something similar? I think something containing 'mapping' or 'pair' would be too general, wouldn't it?
Or I could leave it as SimpleColumnInfo
and add a comment about it in the issue so we can change it when we find a good name for ColumnInfo
?
In reply to: 258297894 [](ancestors = 258297894,258285683)
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.
I added mention of this column to #2554.
Let's merge this one, and figure out proper naming in that issue.
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.
Fixes #2581 .