Re: [scikit-learn] Original source for DecisionTreeClassifier Implementation

2016-07-17 Thread Andreas Mueller
On 07/12/2016 12:31 AM, Praveen Gollakota wrote: Hello, I was curious if anyone has an original source or paper from which the decision trees were implemented in scikit learn. I see general references for Elements of Statistical Learning and other references but no specific mention of which

Re: [scikit-learn] Original source for DecisionTreeClassifier Implementation

2016-07-11 Thread Maniteja Nandana
Hi, I am a novice here and am not aware of the exact source for implementation. Probably one of the core devs can answer it. But to my knowledge, it implements an optimised version of CART. The information regarding the algorithms and complexity can be found in http://scikit-learn.org/stable/modul

[scikit-learn] Original source for DecisionTreeClassifier Implementation

2016-07-11 Thread Praveen Gollakota
Hello, I was curious if anyone has an original source or paper from which the decision trees were implemented in scikit learn. I see general references for Elements of Statistical Learning and other references but no specific mention of which version of algorithm is actually implemented. I couldn