-
- Downloads
[SPARK-8049] [MLLIB] drop tmp col from OneVsRest output
The temporary column should be dropped after we get the prediction column. harsha2010 Author: Xiangrui Meng <meng@databricks.com> Closes #6592 from mengxr/SPARK-8049 and squashes the following commits: 1d89107 [Xiangrui Meng] use SparkFunSuite 6ee70de [Xiangrui Meng] drop tmp col from OneVsRest output
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala 1 addition, 0 deletions.../scala/org/apache/spark/ml/classification/OneVsRest.scala
- mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala 9 additions, 0 deletions...a/org/apache/spark/ml/classification/OneVsRestSuite.scala
Please register or sign in to comment