keystone icon indicating copy to clipboard operation
keystone copied to clipboard

KMeans

Open etrain opened this issue 9 years ago • 2 comments

Call into MLlib

etrain avatar Apr 13 '15 21:04 etrain

Hi, I'm getting confused as to the relationship between MLLib and Keystone?

ktham avatar May 29 '15 21:05 ktham

KeystoneML is a project designed to help people construct end-to-end machine learning pipelines at scale (e.g. do multiple levels of feature extraction before calling into a supervised learning algorithm) while MLlib is a collection of well-tested machine learning algorithms that are optimized to run fast on Spark. The projects are complimentary and we call into MLlib where appropriate.

KeystoneML is a research project to help us understand the right way to build systems that support large scale machine learning - it's not yet "production ready" but we are happy to help users who are interested in trying it out!

etrain avatar May 29 '15 21:05 etrain