weibozhao commented on code in PR #160:
URL: https://github.com/apache/flink-ml/pull/160#discussion_r1014970752
##########
flink-ml-python/pyflink/ml/lib/feature/normalizer.py:
##########
@@ -44,7 +44,7 @@ def __init__(self, java_params):
def set_p(self, value: float):
return typing.cast(_NormalizerParams, self.set(self.P, value))
- def get_p(self) -> bool:
+ def get_p(self) -> float:
Review Comment:
I have added a ut for this function.
--
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]