Re: [Dev] GSoC project for building an ensemble of models

2016-03-24 Thread Supun Sethunga
Hi Anurag, Please submit your final proposal to GSoC, before the deadline. Regards, Supun On Tue, Mar 22, 2016 at 11:12 PM, Supun Sethunga wrote: > Hi Anurag, > > Looks good! May be you can also improve the diagram to reflect the > description of the three methods (which is

Re: [Dev] GSoC project for building an ensemble of models

2016-03-22 Thread Supun Sethunga
Hi Anurag, Looks good! May be you can also improve the diagram to reflect the description of the three methods (which is right above the diagram). Anyway, please create the final proposal and submit before Friday, 25th. Regards, Supun On Tue, Mar 22, 2016 at 1:52 PM, Anurag Kashyap

Re: [Dev] GSoC project for building an ensemble of models

2016-03-21 Thread Supun Sethunga
Hi Anurag, We have added a few comments. Can you please fix those and share the updated one? Thanks, Supun On Mon, Mar 21, 2016 at 1:29 PM, Nirmal Fernando wrote: > Thanks. > > On Mon, Mar 21, 2016 at 1:27 PM, Anurag Kashyap > wrote: > >> Hi, >> I've

Re: [Dev] GSoC project for building an ensemble of models

2016-03-20 Thread Supun Sethunga
Hi Anurag, Have you started on the project proposal? If so, could you please share it (the draft) with us? Thanks, On Mon, Mar 21, 2016 at 10:03 AM, Nirmal Fernando wrote: > > > On Mon, Mar 21, 2016 at 10:01 AM, Supun Sethunga wrote: > >> Hi Anurag, >> >>

Re: [Dev] GSoC project for building an ensemble of models

2016-03-20 Thread Nirmal Fernando
On Mon, Mar 21, 2016 at 10:01 AM, Supun Sethunga wrote: > Hi Anurag, > > Can you help me figure out the significance of the serialVersionUID field? > > > All the algorithm classes including the one you mentioned implement the > Serializable interface (Because these generated

Re: [Dev] GSoC project for building an ensemble of models

2016-03-20 Thread Supun Sethunga
Hi Anurag, Can you help me figure out the significance of the serialVersionUID field? All the algorithm classes including the one you mentioned implement the Serializable interface (Because these generated models can be exported and imported as java objects). "serialVersionUID" is used when

Re: [Dev] GSoC project for building an ensemble of models

2016-03-14 Thread Supun Sethunga
Hi Anurag, Yes, the master branch is using java 8, hence you can use lambda expressions. Regards, Supun On Mon, Mar 14, 2016 at 3:24 PM, Anurag Kashyap wrote: > Hi Supun, > One more question. I couldn't find if the version of Java being used is > Java 8 or a previous

Re: [Dev] GSoC project for building an ensemble of models

2016-03-07 Thread Supun Sethunga
[Adding WSO2 Developers mailing list] Hi Anurag, Please find my comments inline. First, which boosting model are we going to target-Ada boosting or some > other model, or various models? You can pick any method as you wish. Second, what method would you suggest I use to combine the results

Re: [Dev] GSoC project for building an ensemble of models

2016-03-06 Thread Supun Sethunga
Hi Anurag, Thank you for your interest in the above project. You can start by getting to know the Machine Learner product by downloading it and running it (Please use link [1] to download). Official documentation [2] will help you on using the product. You can find the source code base at [3] and