-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: lazy tensor datatype #139
Conversation
How to solve the issue with the cloning for the preprocessing eventually: We can create a special PipeOp / Graph class where there is only a We can then maybe use this for the internal graph to do away with all the deep clones that we don't need in 99% of the cases. |
Maybe: when augment is TRUE, input shape must be equal to output shape (are there cases where this is a restriction?) |
Things to do:
|
* Fix substitution bug (by removing these shenanigans) * Implements DataDescriptor as R6 * Removes the "." from some "private" fields (collapsed with DataDescriptor, as R6 classes use . only for private methods but these fields should be accessible)
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.
fix stuff
We need this from mlr3pipelines: mlr-org/mlr3pipelines#737