-
- Downloads
[SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.feature
Missing method of ml.feature are listed here: ```StringIndexer``` lacks of parameter ```handleInvalid```. ```StringIndexerModel``` lacks of method ```labels```. ```VectorIndexerModel``` lacks of methods ```numFeatures``` and ```categoryMaps```. Author: Yanbo Liang <ybliang8@gmail.com> Closes #8313 from yanboliang/spark-10027.
Showing
- python/pyspark/ml/feature.py 26 additions, 5 deletionspython/pyspark/ml/feature.py
- python/pyspark/ml/param/_shared_params_code_gen.py 4 additions, 1 deletionpython/pyspark/ml/param/_shared_params_code_gen.py
- python/pyspark/ml/param/shared.py 29 additions, 2 deletionspython/pyspark/ml/param/shared.py
Loading
Please register or sign in to comment