-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Concat estimator with pigsty extensions for ConcatWith, AsVector #881
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
// REVIEW: Note that the presence of this thing is a temporary measure only. | ||
// If it is cleaned up by code complete so much the better, but if not we will | ||
// have to wait a little bit. | ||
internal sealed class ConcatTransformer : ITransformer, ICanSaveModel |
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.
Can we have issue, so this wouldn't be buried inside code?
In reply to: 216526746 [](ancestors = 216526746)
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'm already working on concat transformer
In reply to: 216746880 [](ancestors = 216746880,216526746)
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 can confirm this, @Zruty0 will clean up my mess. 😃
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.
This is a version of the ConcatEstimator. It is functional but will require future work in future especially w.r.t. its transformer. Related to #632.