[ 
https://issues.apache.org/jira/browse/SPARK-23828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420938#comment-16420938
 ] 

Huaxin Gao commented on SPARK-23828:
------------------------------------

[~bryanc] Are you going to work on this yourself? If not, can I work on it? 

> PySpark StringIndexerModel should have constructor from labels
> --------------------------------------------------------------
>
>                 Key: SPARK-23828
>                 URL: https://issues.apache.org/jira/browse/SPARK-23828
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, PySpark
>    Affects Versions: 2.3.0
>            Reporter: Bryan Cutler
>            Priority: Minor
>
> The Scala StringIndexerModel has an alternate constructor that will create 
> the model from an array of label strings.  This should be in the Python API 
> also, maybe as a classmethod
> {code:java}
> model = StringIndexerModel.from_labels(['a', 'b']){code}
> See SPARK-15009 which added a similar constructor to CountVectorizerModel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to