CART 알고리즘,
Classification and Regression Tree,
Machine Learning,
MachineLearningInAction-09-RegressionTree,
기계 학습,
머신 러닝 인 액션,
트리,
회귀
머신 러닝 인 액션 책의 9장 내용 요약입니다. 트리를 이용한 회귀에 대해 다룹니다. 트리를 생성하는 알고리즘은 CART를 설명하고 있는데, CART(Classification and Regression Tree)에 대한 내용은 이전에 올린 http://javacan.tistory.com/entry/Programming-CI-Study-ch7-DecisionTree 글에서도 확인하실 수 있습니다.