-
Notifications
You must be signed in to change notification settings - Fork 42
Eliminate duplication between DataCube, VectorCube, ... #278
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
Labels
Comments
soxofaan
added a commit
that referenced
this issue
Mar 11, 2022
soxofaan
added a commit
that referenced
this issue
Mar 11, 2022
This was referenced Mar 14, 2022
soxofaan
added a commit
that referenced
this issue
Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking. Related to #278
soxofaan
added a commit
that referenced
this issue
Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking. Related to #278
soxofaan
added a commit
that referenced
this issue
Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking. Related to #278
soxofaan
added a commit
that referenced
this issue
Mar 17, 2022
Just use standard method instead of cumbersome PGNode hacking. Related to #278
soxofaan
added a commit
that referenced
this issue
Mar 18, 2022
soxofaan
added a commit
that referenced
this issue
Mar 18, 2022
soxofaan
added a commit
that referenced
this issue
Mar 18, 2022
Just use standard method instead of cumbersome PGNode hacking. Related to #278
soxofaan
added a commit
that referenced
this issue
Mar 18, 2022
soxofaan
added a commit
that referenced
this issue
Mar 18, 2022
Another use case: with |
also related to #402 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with addition of MlModel (5d074cb), we have now three classes that duplicate a lot of internals:
DataCube
VectorCube
MlModel
e.g. MlModel is more than 100 LoC, but only 10 is actually MlModel specific, the rest is copied from DataCube. In VectorCube it's even worse
I think these duplicated internals should be moved to a common base
The text was updated successfully, but these errors were encountered: