-
- Downloads
[SPARK-2679] [MLLib] Ser/De for Double
Added a set of serializer/deserializer for Double in _common.py and PythonMLLibAPI in MLLib. Author: Doris Xin <doris.s.xin@gmail.com> Closes #1581 from dorx/doubleSerDe and squashes the following commits: 86a85b3 [Doris Xin] Merge branch 'master' into doubleSerDe 2bfe7a4 [Doris Xin] Removed magic byte ad4d0d9 [Doris Xin] removed a space in unit a9020bc [Doris Xin] units passed 7dad9af [Doris Xin] WIP
Showing
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 23 additions, 0 deletions...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- mllib/src/test/scala/org/apache/spark/mllib/api/python/PythonMLLibAPISuite.scala 8 additions, 0 deletions...g/apache/spark/mllib/api/python/PythonMLLibAPISuite.scala
- python/pyspark/mllib/_common.py 45 additions, 3 deletionspython/pyspark/mllib/_common.py
Please register or sign in to comment