You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:35:52 UTC

[jira] [Resolved] (SPARK-7492) Convert LocalDataFrame to LocalMatrix

     [ https://issues.apache.org/jira/browse/SPARK-7492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-7492.
---------------------------------
    Resolution: Incomplete

> Convert LocalDataFrame to LocalMatrix
> -------------------------------------
>
>                 Key: SPARK-7492
>                 URL: https://issues.apache.org/jira/browse/SPARK-7492
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib, SQL
>            Reporter: Burak Yavuz
>            Priority: Major
>              Labels: bulk-closed
>
> Having a method like, 
> {code:java}
> Matrices.fromDataFrame(df)
> {code}
> would provide users the ability to perform feature selection with DataFrames.
> Users will be able to chain operations like below:
> {code:java}
> import org.apache.spark.mllib.linalg.Matrices
> import org.apache.spark.mllib.stat.Statistics
> import org.apache.spark.sql.DataFrame
> val df = ... // the DataFrame
> val contingencyTable = df.stat.crosstab(col1, col2)
> val ct = Matrices.fromDataFrame(contingencyTable)
> val result: ChiSqTestResult = Statistics.chiSqTest(ct)
> {code}



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

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