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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
