Re: Fraud management system implementation

2014-07-28 Thread Sandy Ryza
+user list bcc: dev list It's definitely possible to implement credit fraud management using Spark. A good start would be using some of the supervised learning algorithms that Spark provides in MLLib (logistic regression or linear SVMs). Spark doesn't have any HMM implementation right now. Sean

Re: Fraud management system implementation

2014-07-28 Thread Nicholas Chammas
This sounds more like a user list question. This is the dev list, where people discuss things related to contributing code and such to Spark. On Mon, Jul 28, 2014 at 10:15 AM, jitendra shelar < jitendra.shelar...@gmail.com> wrote: > Hi, > > I am new to s

Fraud management system implementation

2014-07-28 Thread jitendra shelar
Hi, I am new to spark. I am learning spark and scala. I had some queries. 1) Can somebody please tell me if it is possible to implement credit card fraud management system using spark? 2) If yes, can somebody please guide me how to proceed. 3) Shall I prefer Scala or Java for this implementation