You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joshua Taylor (JIRA)" <ji...@apache.org> on 2016/01/22 20:18:39 UTC

[jira] [Created] (SPARK-12965) Indexer setInputCol() doesn't resolve column names like DataFrame.col()

Joshua Taylor created SPARK-12965:
-------------------------------------

             Summary: Indexer setInputCol() doesn't resolve column names like DataFrame.col()
                 Key: SPARK-12965
                 URL: https://issues.apache.org/jira/browse/SPARK-12965
             Project: Spark
          Issue Type: Bug
          Components: ML, Spark Core
    Affects Versions: 1.6.0
            Reporter: Joshua Taylor


The setInputCol() method doesn't seem to resolve column names in the same way that other methods do.  E.g., Given a DataFrame df, {{df.col("`a.b`")}} will return a column.  On a StringIndexer indexer, {{indexer.setInputCol("`a.b`")}} produces leads to an indexer where fitting and transforming seem to have no effect.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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