Github user MLnick commented on the issue: https://github.com/apache/spark/pull/17090 It could also be I'm overthinking things - and we can mould the `RankingEvaluator` to accept both types of input - the array version: `(Array(predictions), Array(labels))` or the "exploded" version: `(label, prediction)`. In which case it doesn't really matter what call we make here, as long as we're consistent with it later.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org