zhengruifeng opened a new pull request #25510: [SPARK-28780][ML] Delete the incorrect setWeightCol method in LinearSVCModel URL: https://github.com/apache/spark/pull/25510 ### What changes were proposed in this pull request? Delete the incorrect method `def setWeightCol(value: Double): this.type = set(threshold, value)` in `LinearSVCModel` ### Why are the changes needed? `LinearSVCModel` should not provide this setter, moreover, this method is wrongly defined. ### Does this PR introduce any user-facing change? yes, a public method is removed ### How was this patch tested? existing suites
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
