Re: Using GLM-predict

2015-12-10 Thread Sourav Mazumder
Hi Niketan, Thanks for the exaplanation. While trying out the new build from github I'm facing issue. I downloaded the zip from github and rebuilt the package using 'mvn clean package'. The first thing I noticed that in the target folder there is no .tar files for the distribution (like system-

Re: DML transform() function

2015-12-10 Thread Deron Eriksson
Hi Shirish, Thank you for the explanation. That clears everything up. I misinterpreted the meaning of the error message. I'll add that useful table to the documentation. Deron On Wed, Dec 9, 2015 at 5:59 PM, Shirish Tatikonda < shirish.tatiko...@gmail.com> wrote: > Hi Deron, > > As the error

Re: Using GLM-predict

2015-12-10 Thread Niketan Pansare
Hi Sourav, >> The first thing I noticed that in the target folder there is no .tar files for the distribution (like system-ml-0.9.0-SNAPSHOT-distrib.tar.gz). This was created previously when I downloaded the previous version form the github. We added maven profiles in the commit " https://github

Re: Using GLM-predict

2015-12-10 Thread Sourav Mazumder
Thanks a lot Niketan. It worked. Finally I could create something end to end. Couple of suggestions - 1. If someway we can make the ID related part transparent (handled by System ML internally) to end user/data scientists it would be very helpful for them. 2. API documentation of MLContext is re

Neural Net

2015-12-10 Thread Sourav Mazumder
Hi, i could not see mention of Neural Net algorithm in the Algorithm Reference in System ML documentation. Is it supported ? Or can a DML script for neural net be developed using the DML language ? Regards, Sourav