Re: Adding KNN to madlib

2016-12-13 Thread Kazmi,Auon H
Sure NJ. Thanks! Auon From: Nandish Jayaram <njaya...@pivotal.io> Sent: Tuesday, December 13, 2016 12:22:50 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi Auon, I do see the pull request, thank you! Folks in the community

Re: Adding KNN to madlib

2016-12-12 Thread Kazmi,Auon H
Hi NJ, I have done that. Please check if it is rightly done. Thanks, Auon From: Nandish Jayaram <njaya...@pivotal.io> Sent: Monday, December 12, 2016 6:28:38 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi Auon, Please pu

Re: Adding KNN to madlib

2016-12-12 Thread Nandish Jayaram
github id. Also, > should I push just KNN folder or the whole src/ folder of madlib? > > > > Regards, > > Auon > > > From: Kazmi,Auon H <aka...@ufl.edu> > Sent: Monday, December 5, 2016 8:32:38 PM > To: dev@madlib.incubator

Re: Adding KNN to madlib

2016-12-12 Thread Kazmi,Auon H
o: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi NJ, Thanks! I will do that. Regards, Auon From: Nandish Jayaram <njaya...@pivotal.io> Sent: Sunday, December 4, 2016 1:39:53 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to mad

Re: Adding KNN to madlib

2016-12-05 Thread Kazmi,Auon H
Hi NJ, Thanks! I will do that. Regards, Auon From: Nandish Jayaram <njaya...@pivotal.io> Sent: Sunday, December 4, 2016 1:39:53 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi Auon, That's great! I think the best way to

Re: Adding KNN to madlib

2016-11-25 Thread Kazmi,Auon H
Thanks NJ, I will move forward in the suggested way. Regards, Auon From: Nandish Jayaram <njaya...@pivotal.io> Sent: Wednesday, November 23, 2016 12:20:35 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hey Auon, Starting wit

Re: Adding KNN to madlib

2016-11-23 Thread Nandish Jayaram
n > case of regression)? Can you give an example of output? > > > > > > Regards, > > Auon Haidar > > > From: Kazmi,Auon H <aka...@ufl.edu> > Sent: Friday, November 18, 2016 3:16:00 AM > To: dev@madlib.incubator.apache.org >

Re: Adding KNN to madlib

2016-11-22 Thread Kazmi,Auon H
value in case of regression)? Can you give an example of output? Regards, Auon Haidar From: Kazmi,Auon H <aka...@ufl.edu> Sent: Friday, November 18, 2016 3:16:00 AM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Hi NJ, Thanks fo

Re: Adding KNN to madlib

2016-11-18 Thread Kazmi,Auon H
ct: Re: Adding KNN to madlib Hi Auon, Defining the interface is a good start for k-NN. I have slightly modified your interface to help it conform with other MADlib algorithms' interfaces. Note that the output for each new data point is not the 'k' nearest neighbors, but either a classification or regr

Re: Adding KNN to madlib

2016-11-16 Thread Nandish Jayaram
gt; > Thanks, > > Auon Haidar > > > From: Frank McQuillan <fmcquil...@pivotal.io> > Sent: Tuesday, November 15, 2016 1:30:53 PM > To: dev@madlib.incubator.apache.org > Subject: Re: Adding KNN to madlib > > Auon, > > Tha

Re: Adding KNN to madlib

2016-11-15 Thread Kazmi,Auon H
uil...@pivotal.io> Sent: Tuesday, November 15, 2016 1:30:53 PM To: dev@madlib.incubator.apache.org Subject: Re: Adding KNN to madlib Auon, Thanks for working on kNN for MADlib. Can you expand a little bit on your note, and post the interface that you are thinking about and description of the arg

Re: Adding KNN to madlib

2016-11-15 Thread Frank McQuillan
Auon, Thanks for working on kNN for MADlib. Can you expand a little bit on your note, and post the interface that you are thinking about and description of the arguments? Then people can comment on that. Thanks, Frank On Tue, Nov 15, 2016 at 9:30 AM, Nandish Jayaram

Re: Adding KNN to madlib

2016-11-15 Thread Nandish Jayaram
Hi Auon, Great going with your first version of k-NN implementation. Some useful links for coding guidelines are at (see Developer Documentation): https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61319606 MADilb has something called as install-checks for basic testing. You can

Adding KNN to madlib

2016-11-14 Thread Kazmi,Auon H
Hi, I am a first year Computer Science graduate student at University of Florida working on implementing KNN in Madlib. I am ready with a first version of it but I don't know how to proceed with testing and adding it to Madlib platform. Also, I am not clear on what standards do I have to