-
- Downloads
[SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace...
[SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace between label and features vector fix LabeledPoint parser when there is a whitespace between label and features vector, e.g. (y, [x1, x2, x3]) Author: Oleksiy Dyagilev <oleksiy_dyagilev@epam.com> Closes #6954 from fe2s/SPARK-8525 and squashes the following commits: 0755b9d [Oleksiy Dyagilev] [SPARK-8525][MLLIB] addressing comment, removing dep on commons-lang c1abc2b [Oleksiy Dyagilev] [SPARK-8525][MLLIB] fix LabeledPoint parser when there is a whitespace on specific position
Showing
- mllib/src/main/scala/org/apache/spark/mllib/util/NumericParser.scala 2 additions, 0 deletions...ain/scala/org/apache/spark/mllib/util/NumericParser.scala
- mllib/src/test/scala/org/apache/spark/mllib/regression/LabeledPointSuite.scala 5 additions, 0 deletions...org/apache/spark/mllib/regression/LabeledPointSuite.scala
- mllib/src/test/scala/org/apache/spark/mllib/util/NumericParserSuite.scala 7 additions, 0 deletions...cala/org/apache/spark/mllib/util/NumericParserSuite.scala
Loading
Please register or sign in to comment