Re: Lambda and Kappa CCO

2017-04-09 Thread Trevor Grant
Specifically, I hacked together a Lambda Streaming CCO with Spark and Flink for a demo for my upcoming FlinkForward talk. Will post code once I finish it / strip all my creds out. In short- the lack of serialization in Mahout incore vectors/matrices makes handing off / dealing with them somewhat

Re: Lambda and Kappa CCO

2017-04-09 Thread Andrew Palumbo
Pat- What can we do from the mahout side? Would we need any new data structures? Trevor and I were just discussing some of the troubles of near real time matrix streaming. From: Pat Ferrel Sent: Monday, March 27, 2017 2:42:55 PM To:

Current Naive Bayes Java Examples

2017-04-09 Thread vawael
Hi, I'm currently trying to get into Mahout in order to get some Naive Bayes classification running using Java. Now I'm not sure if I've overlooked something, but I wasn't able to find simple examples, which were also somewhat current, as I'm also trying to use the latest release (0.12). The