tree models in Apache Spark May 24, 2016 Tree models https://databricks.com/blog/2015/01/21/random-forests-and-boosting-in-mllib.html Read more
Multiboost on Spark 新浪微博 机器学习 April 13, 2015 如何利用Spark 做 multiple label classification http://www.csdn.net/article/2015-04-10/2824454 Github: https://github.com/BaiGang/spark_multiboost Read more
Spark documents February 03, 2015 Spark books and tutorials http://www.zhihu.com/question/23655827/answer/29611595 Read more
import spark.util.Vector " error not found value spark " September 10, 2014 Since Spark is a top project in Apache now. Change import spark.util.Vector To import org.apache.spark.util.Vector Read more