GitHub user yanboliang opened a pull request:
https://github.com/apache/spark/pull/8313
[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```.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yanboliang/spark spark-10027
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8313.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8313
----
commit 5c1c4453b0b5b3e87fdc569d92a98475ca07e459
Author: Yanbo Liang <[email protected]>
Date: 2015-08-19T11:15:06Z
add missing method for ml.feature
commit 953ca82a50a90ca948f9b0dd158a8437972f8477
Author: Yanbo Liang <[email protected]>
Date: 2015-08-19T14:53:23Z
add HasHandleInvalid
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]