-
- Downloads
[SPARK-8092] [ML] Allow OneVsRest Classifier feature and label column names to be configurable.
The base classifier input and output columns are ignored in favor of the ones specified in OneVsRest. Author: Ram Sriharsha <rsriharsha@hw11853.local> Closes #6631 from harsha2010/SPARK-8092 and squashes the following commits: 6591dc6 [Ram Sriharsha] add documentation for params b7024b1 [Ram Sriharsha] cleanup f0e2bfb [Ram Sriharsha] merge with master 108d3d7 [Ram Sriharsha] merge with master 4f74126 [Ram Sriharsha] Allow label/ features columns to be configurable
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/OneVsRest.scala 16 additions, 1 deletion.../scala/org/apache/spark/ml/classification/OneVsRest.scala
- mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala 24 additions, 0 deletions...a/org/apache/spark/ml/classification/OneVsRestSuite.scala
Please register or sign in to comment