Skip to content
  • Yanbo Liang's avatar
    a140dd77
    [SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.feature · a140dd77
    Yanbo Liang authored
    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.
    a140dd77
    [SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.feature
    Yanbo Liang authored
    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.
Loading