zero323 commented on a change in pull request #35124:
URL: https://github.com/apache/spark/pull/35124#discussion_r809182131



##########
File path: python/pyspark/ml/classification.py
##########
@@ -679,20 +682,20 @@ class LinearSVC(_JavaClassifier, _LinearSVCParams, 
JavaMLWritable, JavaMLReadabl
     def __init__(

Review comment:
       If class uses `@keyword_only` decorators, you'll have to add 
   
   ```python
   _input_kwargs: Dict[str, Any]
   ```
   at the beginning of the class body.




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