Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-20 Thread Joseph Bradley
Algorithm for Outlier Detection You could also use rdd.zipWithIndex() to create indexes. Anant If you reply to this email, your message will be added to the discussion below: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-20 Thread slcclimber
From: slcclimber [via Apache Spark Developers List] [hidden email] http://user/SendEmail.jtp?type=nodenode=9467i=1 Sent: Thursday, November 20, 2014 7:49 AM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection You could also use

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-19 Thread slcclimber
You could also use rdd.zipWithIndex() to create indexes. Anant -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880p9441.html Sent from the Apache Spark Developers List mailing list archive

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-19 Thread Ashutosh
) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection You could also use rdd.zipWithIndex() to create indexes. Anant If you reply to this email, your message will be added to the discussion below: http://apache-spark-developers-list.1001551.n3.nabble.com

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-18 Thread Ashutosh
List] ml-node+s1001551n9399...@n3.nabble.com Sent: Monday, November 17, 2014 10:45 AM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Ashutosh, The counter will certainly be an parellization issue when multiple nodes are used specially over

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-16 Thread slcclimber
= rdd.zip(index) Which zips the two RDD's in a parallelizable fashion. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880p9399.html Sent from the Apache Spark Developers List mailing list archive

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-13 Thread Ashutosh
: Tuesday, November 11, 2014 11:46 PM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Mayur, Libsvm format sounds good to me. I could work on writing the tests if that helps you? Anant On Nov 11, 2014 11:06 AM, Ashutosh [via Apache Spark Developers

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-13 Thread Meethu Mathew
] ml-node+s1001551n9287...@n3.nabble.com Sent: Tuesday, November 11, 2014 11:46 PM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Mayur, Libsvm format sounds good to me. I could work on writing the tests if that helps you? Anant On Nov 11, 2014

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-13 Thread Meethu Mathew
, November 11, 2014 11:46 PM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Mayur, Libsvm format sounds good to me. I could work on writing the tests if that helps you? Anant On Nov 11, 2014 11:06 AM, Ashutosh [via Apache Spark Developers List] [hidden

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-13 Thread Ashutosh
Apache Spark Developers List] ml-node+s1001551n9352...@n3.nabble.com Sent: Friday, November 14, 2014 11:42 AM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Hi, I have a doubt regarding the input to your algorithm. _http://www.linkedin.com/home

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-11 Thread Ashutosh
+s1001551n9239...@n3.nabble.com Sent: Saturday, November 8, 2014 12:52 PM To: Ashutosh Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection We should take a vector instead giving the user flexibility to decide data source/ type What do you mean by vector datatype exactly

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-11 Thread slcclimber
:* Saturday, November 8, 2014 12:52 PM *To:* Ashutosh Trivedi (MT2013030) *Subject:* Re: [MLlib] Contributing Algorithm for Outlier Detection We should take a vector instead giving the user flexibility to decide data source/ type What do you mean by vector datatype exactly? Mayur Rustagi Ph

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-11 Thread Ashutosh
Trivedi (MT2013030) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Mayur, Libsvm format sounds good to me. I could work on writing the tests if that helps you? Anant On Nov 11, 2014 11:06 AM, Ashutosh [via Apache Spark Developers List] [hidden email]/user/SendEmail.jtp?type

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-07 Thread Mayur Rustagi
-- *From:* slcclimber [via Apache Spark Developers List] ml-node+[hidden email] http://user/SendEmail.jtp?type=nodenode=9083i=0 *Sent:* Friday, October 31, 2014 10:09 AM *To:* Ashutosh Trivedi (MT2013030) *Subject:* Re: [MLlib] Contributing Algorithm for Outlier Detection You

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-11-04 Thread slcclimber
email] http://user/SendEmail.jtp?type=nodenode=9083i=0 *Sent:* Friday, October 31, 2014 10:09 AM *To:* Ashutosh Trivedi (MT2013030) *Subject:* Re: [MLlib] Contributing Algorithm for Outlier Detection You should create a jira ticket to go with it as well. Thanks On Oct 30, 2014 10:38 PM

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-30 Thread Ashutosh
) Subject: Re: [MLlib] Contributing Algorithm for Outlier Detection Ashutosh, A vector would be a good idea vectors are used very frequently. Test data is usually stored in the spark/data/mllib folder On Oct 30, 2014 10:31 PM, Ashutosh [via Apache Spark Developers List] [hidden email]/user

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-30 Thread Ashutosh
: [MLlib] Contributing Algorithm for Outlier Detection You should create a jira ticket to go with it as well. Thanks On Oct 30, 2014 10:38 PM, Ashutosh [via Apache Spark Developers List] [hidden email]/user/SendEmail.jtp?type=nodenode=9037i=0 wrote: ?Okay. I'll try it and post it soon with test case

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-28 Thread Ashutosh
, Ashutosh Kaushik -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880p8990.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-24 Thread Ashutosh
with these issues. Here is the JIRA opened for it. https://issues.apache.org/jira/browse/SPARK-4038 Regards, Ashutosh -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880p8935.html Sent from the Apache

[MLlib] Contributing Algorithm for Outlier Detection

2014-10-21 Thread Ashutosh
.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-21 Thread Xiangrui Meng
and guidance are welcome. Thanks, Ashutosh -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com

Re: [MLlib] Contributing Algorithm for Outlier Detection

2014-10-21 Thread Ashutosh
/jira/browse/SPARK-4038 Lets discuss it over there. Regards, Ashutosh -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/MLlib-Contributing-Algorithm-for-Outlier-Detection-tp8880p8894.html Sent from the Apache Spark Developers List mailing list archive