[ https://issues.apache.org/jira/browse/SPARK-23828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-23828: ------------------------------------ Assignee: Apache Spark > 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 > Assignee: Apache Spark > 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