-
- Downloads
[SPARK-3961] [MLlib] [PySpark] Python API for mllib.feature
Added completed Python API for MLlib.feature Normalizer StandardScalerModel StandardScaler HashTF IDFModel IDF cc mengxr Author: Davies Liu <davies@databricks.com> Author: Davies Liu <davies.liu@gmail.com> Closes #2819 from davies/feature and squashes the following commits: 4f48f48 [Davies Liu] add a note for HashingTF 67f6d21 [Davies Liu] address comments b628693 [Davies Liu] rollback changes in Word2Vec efb4f4f [Davies Liu] Merge branch 'master' into feature 806c7c2 [Davies Liu] address comments 3abb8c2 [Davies Liu] address comments 59781b9 [Davies Liu] Merge branch 'master' of github.com:apache/spark into feature a405ae7 [Davies Liu] fix tests 7a1891a [Davies Liu] fix tests 486795f [Davies Liu] update programming guide, HashTF -> HashingTF 8a50584 [Davies Liu] Python API for mllib.feature
Showing
- docs/mllib-feature-extraction.md 85 additions, 0 deletionsdocs/mllib-feature-extraction.md
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 47 additions, 2 deletions...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- mllib/src/main/scala/org/apache/spark/mllib/feature/VectorTransformer.scala 11 additions, 0 deletions...la/org/apache/spark/mllib/feature/VectorTransformer.scala
- mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala 2 additions, 2 deletions.../main/scala/org/apache/spark/mllib/feature/Word2Vec.scala
- python/pyspark/mllib/feature.py 342 additions, 53 deletionspython/pyspark/mllib/feature.py
- python/pyspark/mllib/linalg.py 12 additions, 4 deletionspython/pyspark/mllib/linalg.py
Please register or sign in to comment