You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/27 11:46:13 UTC

[GitHub] [flink-ml] zhipeng93 commented on pull request #90: [FLINK-27093] Add Transformer and Estimator of LinearRegression

zhipeng93 commented on PR #90:
URL: https://github.com/apache/flink-ml/pull/90#issuecomment-1110903992

   @yunfengzhou-hub Thanks for the insightful comments.
   After some digging into the Spark/Alink code, I just relized that different linear models may also have different model data. So I gave up on the base linear model.
   
   I have re-organized the PR and extracted `Optimizer` and `LossFunc`. Moreover, I have created `SGD` optimizer and loss function to extract the common logic. Please take a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org