[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-13 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319839#comment-14319839
 ] 

Sean Owen commented on SPARK-5726:
--

Go ahead and change it; my guess is that Xiangrui is OK with that too but he 
can comment too.

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla
Assignee: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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



[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-13 Thread Octavian Geagla (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320514#comment-14320514
 ] 

Octavian Geagla commented on SPARK-5726:


Ok, I've made the change on the PR.  Thanks, Sean!

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla
Assignee: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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



[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-12 Thread Sean Owen (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319182#comment-14319182
 ] 

Sean Owen commented on SPARK-5726:
--

You can ignore this comment, but I wonder if it would be even more immediately 
recognized if called ElementwiseProduct or something like that, as that's all 
the Hadamard product is right?

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla
Assignee: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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



[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-12 Thread Xiangrui Meng (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319163#comment-14319163
 ] 

Xiangrui Meng commented on SPARK-5726:
--

This is a nice feature. I like the name `HadamardProduct` better than 
`HadamardScaler`. The former is more explicit though it always reminds me the 
Hadamard transform. Could you submit a PR?

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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



[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-12 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319471#comment-14319471
 ] 

Apache Spark commented on SPARK-5726:
-

User 'ogeagla' has created a pull request for this issue:
https://github.com/apache/spark/pull/4580

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla
Assignee: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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



[jira] [Commented] (SPARK-5726) Hadamard Vector Product Transformer

2015-02-12 Thread Octavian Geagla (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319475#comment-14319475
 ] 

Octavian Geagla commented on SPARK-5726:


I like the name ElementwiseProduct also, it seems easier to understand.  The PR 
above does not have the name changed, but I'd like to change it if there are no 
objections.

 Hadamard Vector Product Transformer
 ---

 Key: SPARK-5726
 URL: https://issues.apache.org/jira/browse/SPARK-5726
 Project: Spark
  Issue Type: Improvement
  Components: ML, MLlib
Reporter: Octavian Geagla
Assignee: Octavian Geagla

 I originally posted my idea here: 
 http://apache-spark-developers-list.1001551.n3.nabble.com/Any-interest-in-weighting-VectorTransformer-which-does-component-wise-scaling-td10265.html
 A draft of this feature is implemented, documented, and tested already.  Code 
 is on a branch on my fork here: 
 https://github.com/ogeagla/spark/compare/spark-mllib-weighting
 I'm curious if there is any interest in this feature, in which case I'd 
 appreciate some feedback.  One thing that might be useful is an example/test 
 case using the transformer within the ML pipeline, since there are not any 
 examples which use Vectors.



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

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