You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2016/10/24 19:59:59 UTC

[jira] [Commented] (SPARK-7334) Implement RandomProjection for Dimensionality Reduction

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

Joseph K. Bradley commented on SPARK-7334:
------------------------------------------

[~sebalf] I'm sorry we weren't able to get your PR in.  I do appreciate your work on this!  Looking back, I believe the functionality in this JIRA should be a subset of what is in the PR for [SPARK-5992], so I'll go ahead and close this JIRA issue.  If you have time, feedback on the current PR for [SPARK-5992] would be very valuable.  Thanks very much.

> Implement RandomProjection for Dimensionality Reduction
> -------------------------------------------------------
>
>                 Key: SPARK-7334
>                 URL: https://issues.apache.org/jira/browse/SPARK-7334
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Sebastian Alfers
>            Priority: Minor
>
> Implement RandomProjection (RP) for dimensionality reduction
> RP is a popular approach to reduce the amount of data while preserving a reasonable amount of information (pairwise distance) of you data [1][2]
> - [1] http://www.yaroslavvb.com/papers/achlioptas-database.pdf
> - [2] http://people.inf.elte.hu/fekete/algoritmusok_msc/dimenzio_csokkentes/randon_projection_kdd.pdf
> I compared different implementations of that algorithm:
> - https://github.com/sebastian-alfers/random-projection-python



--
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