-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement Linear Regression for hybrid_flink mode #4
Comments
I am looking into the flink and hybrid_flink execution modes, @carabolic is working on the necessary instructions. |
I added a test that allows us to run the Linear Regression DML script (direct solver). For I think we should also get the
The other instructions are MatrixScalarArithmeticInstructions ("*" and "/") that we should already have. We might need to add the ArithmeticInstruction abstraction similar to Spark. I think getting this to work in |
It turns out that the number of Flink instructions increases significantly during recompilation for the Should we add these or make the PR only for the |
it could actually be a bug that I introduced... I am investigating! 👓 |
Unfortunately I think it's not a bug, same happens for Spark. So we can either implement all missing instructions for the |
I think this is done and we should focus on testing and cleanup now. One thing that we should resolve for the PR is #15 - when running in |
In order to create the first PR, we should identify the required implementation work for an end-to-end execution of LinregCG / LinregCG and discuss how to split the work here.
It would be best if both of you @fschueler & @carabolic have a look at this (I can only assign one :).
The text was updated successfully, but these errors were encountered: