zkaoudi commented on PR #576: URL: https://github.com/apache/incubator-wayang/pull/576#issuecomment-2909282627
I agree with @mspruc. The operator should return the model and not Void. Also this operator should have two inputs as it's a BinaryToUnaryOperator: double[] and Double. The first one is the X (data) and the second one Y should be the labels, if I'm not mistaken. See for instance here: https://github.com/apache/incubator-wayang/blob/main/wayang-commons/wayang-basic/src/main/java/org/apache/wayang/basic/operators/LinearRegressionOperator.java Shouldn't it be a similar input/output? -- 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]
