#title Python - Extremely Randomized Trees
[[TableOfContents]]

==== 개요 ====
random forest 알고리즘에서 cut point도 random으로 하자는 알고리즘이다. random forest보다 성능이 좋다?

==== 참고자료 ====
 * http://idatamining.net/blog/?p=2239