zhengruifeng opened a new pull request, #58560: URL: https://github.com/apache/spark/pull/58560
### What changes were proposed in this pull request? Correct the `ProbabilisticClassificationModel` Scaladoc table for the case where raw prediction, probability, and prediction output columns are all enabled. The table now shows that `raw2probabilityColumn` and `raw2predictionColumn` both consume the output of `predictRawColumn`. ### Why are the changes needed? The existing table incorrectly presents probability and prediction generation as a serial chain. `ProbabilisticClassificationModel.transform` builds both columns directly from the raw-prediction column. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Not tested because this is a Scaladoc-only change. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
