Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-08 Thread Mahesh Dananjaya
should be given in double fomat.i wrote it wrong when i document it.thank you. On Wed, Jun 8, 2016 at 1:48 PM, Mahesh Dananjaya <dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > you can find the details of the queries in this ReadMe [1]. i have add > some changes . so previ

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-08 Thread Mahesh Dananjaya
n into carbon-ml siddhi > extension. Please also do a similar implementation for logistic regression > as well because we need to have a streaming version for classification as > well. > > Best regards. > > > > On Tue, Jun 7, 2016 at 5:50 PM, Mahesh Dananjaya < > dan

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-07 Thread Mahesh Dananjaya
, strikeouts, errors) select * insert into regResults; regrads, Mahesh. [1] https://github.com/dananjayamahesh/GSOC2016/tree/master/gsoc On Mon, Jun 6, 2016 at 6:31 PM, Mahesh Dananjaya <dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > As we have discussed the architecture of the pr

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-06 Thread Mahesh Dananjaya
On Sat, Jun 4, 2016 at 8:50 PM, Mahesh Dananjaya <dananjayamah...@gmail.com> wrote: > Hi Maheshkya, > If you want to run it please use following queries. > 1. StreamingLInearRegression > > from Stream4InputStream#streaming:streaminglr(0, 2, 0.95, salary, rbi, > walks, strike

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-12 Thread Mahesh Dananjaya
You need to >> create a stream with attributes: mse double, beta1 double, ... >> and point to that from the publisher. >> >> >> >> On Wed, Jun 8, 2016 at 1:48 PM, Mahesh Dananjaya < >> dananjayamah...@gmail.com> wrote: >> >>> Hi Mahes

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-03 Thread Mahesh Dananjaya
ng reports to my repo [1]. > > Whats the file name? :) > > Btw, can you compile simple doc (gdoc) with the above results, and bring > everything to one place? That way it is easy to compare, and keep track. > > Thanks, > Supun > > On Fri, Jun 3, 2016 at 7:23 PM, Mahesh D

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-03 Thread Mahesh Dananjaya
/master/gsoc On Sat, Jun 4, 2016 at 10:39 AM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi supun, > Though i pushed it yesterday, there was some problems with the network. > now you can see them in the repo location [1].I added some Matlab plot you > can see the patter th

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-04 Thread Mahesh Dananjaya
or less). This is great IMO! > > On Sat, Jun 4, 2016 at 10:51 AM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Maheshakya, >> As you requested i can change other parameters as well such as feature >> size(p). Initially i did it with p=3;sure thing. Anyw

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-04 Thread Mahesh Dananjaya
, walks, strikeouts, errors) select * insert into regResults; in both case the first parameter let you to decide which learning methos you want, moving window, batch processing or time based model learning. BR, Mahesh. On Sat, Jun 4, 2016 at 8:45 PM, Mahesh Dananjaya <dananjayamah...@gmail.

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-14 Thread Mahesh Dananjaya
Hi Maheshakya, May i seperately put the classes to ml and extensions in carbon-core. I can put Streaming Extensions to extensions and Algorithms/StreamingLinear Regression and StreamingKMeans in ml core. what is the suitable format. I will commit my changes today as seperate branch in my forked

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-14 Thread Mahesh Dananjaya
ke a change. > > > On Tue, Jun 14, 2016 at 12:22 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Maheshakya, >> May i seperately put the classes to ml and extensions in carbon-core. I >> can put Streaming Extensions to extensions and Algorithm

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-14 Thread Mahesh Dananjaya
in the target folder to the jar name in the plugins > folder then replace (Make sure, otherwise will not work). > Your updates will be there in the CEP after this. > > Best regards. > > On Tue, Jun 14, 2016 at 2:37 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wro

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-14 Thread Mahesh Dananjaya
Hi Maheshakya, the above error is due to a simple mistake of not providing my local p2 repo.Now it is working and i debugged the StreamingLinearRegression model cep. regards, Mahesh. On Tue, Jun 14, 2016 at 3:19 PM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Maheshakya

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-15 Thread Mahesh Dananjaya
Hi Maheshakya, I pushed the StreamingLinearRegression modules into my forked carbon-ml repo at branch wso2_gsoc_ml6_cml [1]. I am working on persisting model.thank you. Mahesh. [1] https://github.com/dananjayamahesh/carbon-ml On Tue, Jun 14, 2016 at 5:56 PM, Mahesh Dananjaya <dananjaya

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-03 Thread Mahesh Dananjaya
; Great. Sent those asap so that we can proceed. > > Best regards. > > On Sun, May 29, 2016 at 6:56 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> >> Hi maheshakay, >> I have implemented the linear regression with cep siddhi event

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-04 Thread Mahesh Dananjaya
you. regards, Mahesh. [1] http://spark.apache.org/docs/latest/streaming-programming-guide.html [2] http://spark.apache.org/docs/latest/mllib-clustering.html On Sat, Jun 4, 2016 at 10:51 AM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Maheshakya, > As you requested i can

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-26 Thread Mahesh Dananjaya
so2/siddhi/blob/master/modules/siddhi-extensions/timeseries/src/main/java/org/wso2/siddhi/extension/timeseries/linreg/RegressionCalculator.java >> [2] >> https://github.com/wso2/siddhi/blob/master/modules/siddhi-extensions/timeseries/src/main/java/org/wso2/siddhi/extension/timeseries/l

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-27 Thread Mahesh Dananjaya
] https://docs.wso2.com/display/CEP400/Writing+a+Custom+Stream+Processor+Extension On Thu, May 26, 2016 at 2:58 PM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Maheshakya, > today i got the siddhi and debug the math extention. then did some changes > and check. Now i am

[Dev] Fwd: Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-29 Thread Mahesh Dananjaya
/tree/master/gsoc On Fri, May 27, 2016 at 12:56 PM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi maheshkaya, > i have written some siddhi extension and trying to develop a one for my > one. In time series example in the [1], can you please explain me the input > form

[Dev] Fwd: Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
-- Forwarded message -- From: Mahesh Dananjaya <dananjayamah...@gmail.com> Date: Tue, Jun 21, 2016 at 5:08 PM Subject: Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner To: Maheshakya Wijewardena <mahesha...@wso2.com> H

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
Hi Maheshakya, If i built the carbon-ml then product-ml and point new p2 repository to cep features, do i need to copy that org.wso2.carbon.ml.siddhi.extension1.1. thing into cep_home/repository/component/... place. regards, Mahesh. On Thu, Jun 16, 2016 at 6:39 PM, Mahesh Dananjaya

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
n 22, 2016 at 10:24 AM, Maheshakya Wijewardena < > mahesha...@wso2.com> wrote: > >> Hi Mahesh, >> >> In your output stream, you need to list all the attributes that are >> returned from the streamlinreg function: mse, intercept, beta1, >> Can you try

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-22 Thread Mahesh Dananjaya
real time from other sources or directly as data generating from remote server as JSON or etc... What format the database should be.This is just for my knowledge.thank you. regards, Mahesh. On Wed, Jun 22, 2016 at 10:59 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Nirmal

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
<nir...@wso2.com> wrote: > Hi Mahesh, > > Can you summarize the work we have done so far and the remaining work > items please? > > Thanks. > > On Tue, Jun 21, 2016 at 5:56 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Maheshak

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-21 Thread Mahesh Dananjaya
, 2016 at 5:08 PM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > > -- Forwarded message ------ > From: Mahesh Dananjaya <dananjayamah...@gmail.com> > Date: Tue, Jun 21, 2016 at 5:08 PM > Subject: Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-14 Thread Mahesh Dananjaya
13, 2016 at 6:30 PM, Maheshakya Wijewardena <mahesha...@wso2.com > wrote: > Hi Mahesh, > > You don't have to look into carbon-ml. > > Best regards. > > On Sun, Mar 13, 2016 at 5:49 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi mahesha

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-31 Thread Mahesh Dananjaya
, Mahesh. On Fri, Mar 25, 2016 at 10:40 PM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > Thank you very much for the support given during the last couple of > weeks.I have finally submitted the proposal to the site.And i am looking > forward to contr

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-07 Thread Mahesh Dananjaya
en implementing this, we need to pay attention to other parameters of > incremental learning such as data horizon and data obsolescence (indicated > in the project ideas page). > We need to discuss on how to add these with CEP event streams. I have > added Suho into the threa

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-08 Thread Mahesh Dananjaya
apache.org/docs/latest/api/java/org/apache/spark/mllib/clustering/KMeansModel.html> >>> model) >>>- for K means >>> >>> With the help of these methods, we can train models again with newly >>> arriving data, keeping the characteristics learn

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-03 Thread Mahesh Dananjaya
(Support Vector machines), Neural networks, LS classification and ML(Maximum likelihood). give me sometime to see how wso2 architecture works.then i can come up with good architecture.thank you. BR, Mahesh. On Wed, Mar 2, 2016 at 2:41 PM, Mahesh Dananjaya <dananjayamah...@gmail.com> wrote:

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-02 Thread Mahesh Dananjaya
.1/mllib-linear-methods.html#streaming-linear-regression > [7] > https://spark.apache.org/docs/1.4.1/mllib-clustering.html#streaming-k-means > > On Wed, Mar 2, 2016 at 1:19 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi all, >> I am interest

[Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-01 Thread Mahesh Dananjaya
suggest. I have been going through your documents.thank you. regards, Mahesh Dananjaya. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] GSOC2016: Proposal 6: [ML]

2016-03-01 Thread Mahesh Dananjaya
suggest. I have been going through your documents.thank you. regards, Mahesh Dananjaya. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-05 Thread Mahesh Dananjaya
ml > [3] > http://spark.apache.org/docs/latest/api/java/org/apache/spark/mllib/classification/LogisticRegressionWithSGD.html > [4] https://docs.wso2.com/display/CEP310/Working+with+Event+Streams > [5] https://docs.wso2.com/display/CEP310/Working+with+Execution+Plans > > On Fri, Mar 4, 2016

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-28 Thread Mahesh Dananjaya
> > [3] https://github.com/wso2/carbon-ml > > [4] https://github.com/wso2/product-ml > > [5] https://dzone.com/articles/how-debug-wso2-carbon-kernel > > > On Mon, Apr 25, 2016 at 3:33 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >&g

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-27 Thread Mahesh Dananjaya
> > On Wed, Apr 27, 2016 at 12:09 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi maheshakya, >> Do we need to build carbon kernal by source before we build CEP by >> source (https://github.com/wso2/carbon-kernel ) .Or is it inside those >

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-27 Thread Mahesh Dananjaya
nts/extensions/org.wso2.carbon.ml.siddhi.extension > > [3] https://github.com/wso2/carbon-ml > > [4] https://github.com/wso2/product-ml > > [5] https://dzone.com/articles/how-debug-wso2-carbon-kernel > > > On Mon, Apr 25, 2016 at 3:33 PM, Mahesh Dananjaya < > dana

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-27 Thread Mahesh Dananjaya
topped. >> >> I think there is some issue in the way you have started the CEP. >> >> You should be able to build the products as you will be working with >> components having snapshots versions. >> >> Regards >> Suho >> >> On Wed, Apr 27, 20

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-25 Thread Mahesh Dananjaya
/github.com/wso2/carbon-ml/tree/master/components/extensions/org.wso2.carbon.ml.siddhi.extension > > [3] https://github.com/wso2/carbon-ml > > [4] https://github.com/wso2/product-ml > > [5] https://dzone.com/articles/how-debug-wso2-carbon-kernel > > > On Mon,

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-17 Thread Mahesh Dananjaya
Hi Maheshakya, Did you check the repo. I will add recent works today.And also i was going through the Java docs related to spark streaming work. It is with that scala API. thank you. regards, Mahesh. On Tue, May 17, 2016 at 10:11 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote:

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-17 Thread Mahesh Dananjaya
> What we want to do is having the similar algorithms that support CEP event > streams with siddhi. > > Best regards. > > On Wed, May 18, 2016 at 9:38 AM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Maheshakya, >> Did you check the repo

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-21 Thread Mahesh Dananjaya
/display/CEP310/Writing+a+Custom+Function [3] https://docs.wso2.com/display/CEP310/Writing+a+Custom+Window [4] https://docs.wso2.com/display/CEP400/Writing+Extensions+to+Siddhi On Thu, May 19, 2016 at 12:08 PM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, &g

[Dev] [cep][ml][gsoc-6]Capturing event stream with a specified window size for ml

2016-05-21 Thread Mahesh Dananjaya
Hi all, i am currenl working on the gsoc project "Predictive analytics with online data for WSO2 Machine Learner " with wso2 ML and cep

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-19 Thread Mahesh Dananjaya
well. Coding period begins on next Monday, so it's better > to get overall feedback from others and discuss more about the project. Let > me know convenient time slots for you. I'll arrange a meeting with ML team. > > Best regards. > > On Wed, May 18, 2016 at 9:53 AM, Mahesh D

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-21 Thread Mahesh Dananjaya
/Writing+a+Custom+Aggregate+Function On Sat, May 21, 2016 at 2:44 PM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Maheshakya, > It is very interesting that i have found that somethings that can make use > of our work. In the cep 4.0 documentation there is a Custom Str

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-21 Thread Mahesh Dananjaya
; i am going through this one. Please check whether we can use. WIll there be any compatibility or support issue? regards, Mahesh. [1] https://docs.wso2.com/display/CEP400/Writing+a+Custom+Stream+Processor+Extension On Sat, May 21, 2016 at 11:52 AM, Mahesh Dananjaya < dananjayamah...@gmail.

Re: [Dev] [cep][ml][gsoc-6]Capturing event stream with a specified window size for ml

2016-05-23 Thread Mahesh Dananjaya
> Best regards. > > On Mon, May 23, 2016 at 3:06 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi suho, >> in my project machine learning models are incrementally being trained. >> Therefore real time data is taken into my design as mini bat

Re: [Dev] [cep][ml][gsoc-6]Capturing event stream with a specified window size for ml

2016-05-23 Thread Mahesh Dananjaya
ho > > On Sat, May 21, 2016 at 11:44 AM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi all, >> i am currenl working on the gsoc project "Predictive analytics with >> online data for WSO2 Machine Learner >> <https://docs.wso2.com/

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-16 Thread Mahesh Dananjaya
on some coding to collect mini batches from data streams.thank you. regards, Mahesh. [1]https://github.com/dananjayamahesh/GSOC2016 On Tue, May 17, 2016 at 10:10 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > I have gone through the Java Docs and run some

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-16 Thread Mahesh Dananjaya
etc.) from the previous > window to use in the current window. Ask what can be the most suitable > option for this among the set of siddhi extensions given. > > Best regards. > > [1] > https://docs.wso2.com/display/CEP400/Inbuilt+Windows#InbuiltWindows-lengthlength > [2]

[Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-11 Thread Mahesh Dananjaya
-- Forwarded message -- From: Mahesh Dananjaya <dananjayamah...@gmail.com> Date: Wed, May 11, 2016 at 1:43 PM Subject: Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner To: Maheshakya Wijewardena <mahesha...@wso2.com> Hi Mahes

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-02 Thread Mahesh Dananjaya
/releases/4.2.0/ URL those features are not visible in the CEP.Is that not he most recent one. BR, Mahesh. [1] https://docs.wso2.com/display/ML110/WSO2+CEP+Extension+for+ML+Predictions#WSO2CEPExtensionforMLPredictions-Siddhisyntaxfortheextension On Mon, May 2, 2016 at 11:28 AM, Mahesh Dananjaya

[Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-02 Thread Mahesh Dananjaya
he ML features. > > Best regards. > > On Mon, May 2, 2016 at 12:24 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Maheshakya, >> Since i already have carbon-ml built in my pc can i use my local >> repository to install those features in to

[Dev] GSoC 2016: [ML][CEP] Proposal 6, discussion @ Fri May 6, 2016

2016-05-07 Thread Mahesh Dananjaya
HI Maheshakya, first of all thank you for the discussion. I could possibly solved couple of doubts regarding the project. I think i get some idea about the work flow of Carbon-ML, product-ml, product-cep and apache spark MLLib algorithms. It was a good discussion and thank you for the invitation

[Dev] [ml][cep][gsoc-6] Initial Project Meeting-Predictive Analysis with online data

2016-05-25 Thread Mahesh Dananjaya
Hi Maheshakya, this is the one i need to post.please check. Today we had a initial project meeting with wso2 ml team. what we discussed architecture, best approaches and scope of the entire project. As i underestood there will be three main component in the design. 1. CEP Siddhi Extension for the

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-27 Thread Mahesh Dananjaya
On Fri, Jul 22, 2016 at 3:17 PM, Srinath Perera <srin...@wso2.com> wrote: > Hi Mahesh, > > On Thu, Jul 21, 2016 at 2:10 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi All, >> I am onto connecting cep streams with samoa streams to data a

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-31 Thread Mahesh Dananjaya
only when this is running with cep. Do i need to add anything on the cep side to underestand samoa in cep side.can you please help me with this.thank you. regards, Mahesh. On Wed, Jul 27, 2016 at 3:59 PM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Srinath, > > &quo

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-07-26 Thread Mahesh Dananjaya
/master/gsoc/samoa/streaming/src/main/java/org/gsoc/samoa/streaming On Tue, Jul 26, 2016 at 10:25 AM, Nirmal Fernando <nir...@wso2.com> wrote: > Hi Mahesh, > > What's the status of the project? > > On Thu, Jul 14, 2016 at 10:28 AM, Mahesh Dananjaya < > dananjayamah..

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-03 Thread Mahesh Dananjaya
Hi Mahesh, > > On Thu, Jul 21, 2016 at 2:10 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi All, >> I am onto connecting cep streams with samoa streams to data analysis >> using samoa framework. To connect samoa with cep siddhi event streams w

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-10 Thread Mahesh Dananjaya
plan and calling only one algorithm at a > time. > > Btw, it would be easy for us to reproduce the issue and check whats > happening, if you can include all dependencies inside the jar itself. > Otherwise, it's a nightmare to find and add the missing dependencies one by > one. >

[Dev] GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-13 Thread Mahesh Dananjaya
Hi Maheshakaya, IMO Internal structure on samoa is more like CEP for streaming handle [1].thank you. BR, Mahesh. [1] https://samoa.incubator.apache.org/documentation/SAMOA-Topology.html ___ Dev mailing list Dev@wso2.org

Re: [Dev] GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-13 Thread Mahesh Dananjaya
Hi Maheshakya, I am building and running samoa to see its functionality. In samoa still we have limited supports in algorithms. Samoa supports only classification and clustering with streams. It also use kind of StreamProcessor, like the one we use in StreamProcessor extension. I was getting

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-07-13 Thread Mahesh Dananjaya
On Wed, Jun 22, 2016 at 11:51 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > can i give external data sources like data from database , data from HDFS > to generate events in the cep event simulator rather than giving a file. i > saw &quo

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-21 Thread Mahesh Dananjaya
://github.com/dananjayamahesh/GSOC2016/tree/master/gsoc/samoa/streaming/src/main/java/org/gsoc/samoa/streaming On Mon, Jul 18, 2016 at 11:40 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi Maheshakya, > Samoa modules built as topologies that connect streams with

[Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-16 Thread Mahesh Dananjaya
-- Forwarded message -- From: Mahesh Dananjaya <dananjayamah...@gmail.com> Date: Sun, Jul 17, 2016 at 11:18 AM Subject: Re: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration To: Maheshakya Wijewardena <mahesha...

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-07-18 Thread Mahesh Dananjaya
u please share your samoa project? > > On Sun, Jul 17, 2016 at 11:19 AM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> >> -- Forwarded message -- >> From: Mahesh Dananjaya <dananjayamah...@gmail.com> >> Date: Sun, Jul

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-06-29 Thread Mahesh Dananjaya
Fernando <nir...@wso2.com> wrote: > Thanks Mahesh, could you post the same to dev@ and loop Srinath too. > srin...@wso2.com > > On Wed, Jun 29, 2016 at 3:23 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi NIrmal, >> These a

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-05 Thread Mahesh Dananjaya
6 at 12:30 PM, Supun Sethunga <sup...@wso2.com> wrote: > Hi Mahesh, > > samoa dependency version in siddhi-extension should be > *0.4.0-incubating-SNAPSHOT*. That should solve the issue > > Regards, > Supun > > On Thu, Aug 4, 2016 at 11:50 AM, Mahesh Dananjaya < &

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-05 Thread Mahesh Dananjaya
Hi Nirmal, can those things be caused by permission requirements? BR, Mahesh. On Fri, Aug 5, 2016 at 5:39 PM, Mahesh Dananjaya <dananjayamah...@gmail.com> wrote: > Hi Nirmal, > Yes i have added samoa dependencies in carbon-ml and it is working fine. > These exceptions are co

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-05 Thread Mahesh Dananjaya
016 at 12:20 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Supun, >> This is the error i am getting while run the extension in the cabon-ml >> side, >> plase reffer to link [1] for the class. >> >> ERROR >> {org.wso2.carb

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-07 Thread Mahesh Dananjaya
gt; Please use the point form. > > Thanks. > > On Fri, Aug 5, 2016 at 6:43 PM, Mahesh Dananjaya < > dananjayamah...@gmail.com> wrote: > >> Hi Nirmal, >> can those things be caused by permission requirements? >> BR, >> Mahesh. >> >> On

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-07 Thread Mahesh Dananjaya
.Thread.run(Thread.java:745) thank you. Mahesh. On Mon, Aug 8, 2016 at 10:49 AM, Mahesh Dananjaya <dananjayamah...@gmail.com > wrote: > Hi Srinath and Nirmal, > I have integrated the my samoa predictive analysis topologies with the cep > with siddhi extension developed. As you asked

Re: [Dev] "[ml][cep][gsoc-2016]Samoa vs Spark.Which is good for streaming?"

2016-07-04 Thread Mahesh Dananjaya
Hi Srinath, Yes , Mahout has algorithms that can be used for streaming applications such as SGD. They have listed their algorithms in [1]. And IMO in Samoa they have implement some streaming applications based on those algorithms . Seems to be they are still on it. you can see couple of such

[Dev] "[ml][cep][gsoc-2016]Samoa vs Spark.Which is good for streaming?"

2016-07-04 Thread Mahesh Dananjaya
Hi Maheshakya, As i sent you before there are several options other than spark that we can used for our purpose [1]. I wen t through Samoa up to some extent. [2] Samoa is the streaming extension for ML framework Mahout [4] . Mahout is basically using hadoop framework and has lots of counterparts

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-03 Thread Mahesh Dananjaya
ther the dependencies are defined correctly (group > Id's, versions etc). > > Alternatively, it seems there is a samoa released version in mvn repo. > Maybe you could try that one as well. But that's v0.3.0.. > > [1] https://mvnrepository.com/artifact/org.apache.samoa > > On

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-04 Thread Mahesh Dananjaya
whether the dependencies are defined correctly (group >> Id's, versions etc). >> >> Alternatively, it seems there is a samoa released version in mvn repo. >> Maybe you could try that one as well. But that's v0.3.0.. >> >> [1] https://mvnrepository.com/artifac

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-11-23 Thread Mahesh Dananjaya
> -A " + numberOfAttributes + " ) " + > "-l > (org.apache.samoa.learners.classifiers.rules.HorizontalAMRulesRegressor " + > "-r 9 -p " + parallelism + ")"; > > > > On Wed, Nov 23, 2016 at 2:40 PM, Jayan Vidanapathir