Apache Spark Machine Learning Tutorial

#artificialintelligence 

Editor's Note: Don't miss our upcoming Free Code Friday on July 1st. Carol will give an overview of machine learning with Apache Spark's MLlib, and you'll also learn how MLlib decision trees can be used to predict flight delays. Decision trees are widely used for the machine learning tasks of classification and regression. In this blog post, I'll help you get started using Apache Spark's MLlib machine learning decision trees for classification. In general, machine learning may be broken down into two classes of algorithms: supervised and unsupervised.