Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22063#discussion_r213696131
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala ---
@@ -164,19 +164,15 @@ abstract class ClassificationModel[FeaturesType, M <:
ClassificationModel[Featur
var outputData = dataset
var numColsOutput = 0
if (getRawPredictionCol != "") {
- val predictRawUDF = udf { (features: Any) =>
--- End diff --
I apologize, that's my mistake. In the end it isn't related to TypeTags for
Any and that is not a difference. Thanks for your input, I think we are close.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]