jrmccluskey commented on code in PR #31026:
URL: https://github.com/apache/beam/pull/31026#discussion_r1571282486


##########
sdks/python/apache_beam/ml/transforms/tft.py:
##########
@@ -291,6 +291,41 @@ def apply_transform(
     return output_dict
 
 
+@register_input_dtype(float)
+class ScaleToGaussian(TFTOperation):
+  def __init__(
+      self,
+      columns: List[str],
+      elementwise: bool = False,
+      name: Optional[str] = None):
+    """
+    This function applies a scaling transformation on the given columns

Review Comment:
   done as part of the docstring update



-- 
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]

Reply via email to