zhengruifeng commented on code in PR #49649:
URL: https://github.com/apache/spark/pull/49649#discussion_r1928519819


##########
python/pyspark/ml/tests/test_feature.py:
##########
@@ -989,148 +990,22 @@ def test_target_encoder_binary(self):
             targetType="binary",
         )
         model = encoder.fit(df)
-        te = model.transform(df)

Review Comment:
   the old tests are actually identical with scala side, so I simplify it to 
mainly focus on save/load



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to