From 7456cd148d999b871279879c34deae2d170df422 Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Fri, 21 Jul 2017 16:00:53 -0400 Subject: [PATCH] Add "Discover structure behind data with decision trees" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af7e280..9537edc 100644 --- a/README.md +++ b/README.md @@ -893,6 +893,8 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf) - [What is Deviance in context of Decision Trees?](http://stats.stackexchange.com/questions/6581/what-is-deviance-specifically-in-cart-rpart) +- [Discover structure behind data with decision trees](http://vooban.com/en/tips-articles-geek-stuff/discover-structure-behind-data-with-decision-trees/) - Grow and plot a decision tree to automatically figure out hidden rules in your data + - Comparison of Different Algorithms - [CART vs CTREE](http://stats.stackexchange.com/questions/12140/conditional-inference-trees-vs-traditional-decision-trees)