juliale-15 commented on a change in pull request #892:
URL: https://github.com/apache/systemml/pull/892#discussion_r415299048
##########
File path: src/main/python/systemds/matrix/operation_node.py
##########
@@ -229,3 +233,10 @@ def moment(self, moment, weights: DAGNode = None) ->
'OperationNode':
unnamed_inputs.append(weights)
unnamed_inputs.append(moment)
return OperationNode(self.sds_context, 'moment', unnamed_inputs,
output_type=OutputType.DOUBLE)
+
+ def lm(self, y: DAGNode, **kwargs) -> 'OperationNode':
Review comment:
Hi, do you have any suggestion on how the file should be called?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]