Decision tree notes

From raju

Introduction

There are two types of decision trees - classification trees, regression trees

Ref:- https://en.wikipedia.org/wiki/Decision_tree_learning

spark

starting point - http://spark.apache.org/docs/latest/ml-classification-regression.html#decision-trees MLlib decision tree guide - http://spark.apache.org/docs/latest/mllib-decision-tree.html spark 1.5.2 - https://spark.apache.org/docs/1.5.2/ml-decision-tree.html - contains sample code.

external links