Re: [Dev] [ML] Getting Error on executing sample of Java Client

2015-12-20 Thread Maheshakya Wijewardena
Hi, In order to run the model usage sample, first you have to create a model using the Machine Learner using the dataset (pima-indians-diabetes dataset) and the algorithm (Logistic-Regression) with response variable (Class) indicated in the sample. Then replace the downloaded-ml-model in src/main/

Re: [Dev] [ML] Getting Error on executing sample of Java Client

2015-12-19 Thread Nirmal Fernando
Thanks for reporting. Let us check. On Sun, Dec 20, 2015 at 11:09 AM, NIFRAS ISMAIL wrote: > Hi, > > I have use wso2 ML 1.0.1 to create the model. Now i need to build a java > client to read the model in my project. > > I have try to execute java client sample which is provided by carbon-ml > gi

[Dev] [ML] Getting Error on executing sample of Java Client

2015-12-19 Thread NIFRAS ISMAIL
Hi, I have use wso2 ML 1.0.1 to create the model. Now i need to build a java client to read the model in my project. I have try to execute java client sample which is provided by carbon-ml git repo of wso2. https://github.com/wso2/carbon-ml/tree/master/samples/model-usage The project is build su