GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/8152
[SPARK-9922] [ML] rename StringIndexerReverse to IndexToString
What `StringIndexerInverse` does is not strictly associated with
`StringIndexer`, and the name is not clearly describing the transformation.
Renaming to `IndexToString` might be better.
I also changed `invert` to `inverse` without arguments. `inputCol` and
`outputCol` could be set after.
@jkbradley @holdenk
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-9922
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8152.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 #8152
----
commit b9d8da42d0a00e6b34de340b7223f9140d7f04f6
Author: Xiangrui Meng <[email protected]>
Date: 2015-08-12T23:39:17Z
rename StringIndexerReverse to IndexToString
----
---
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]