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
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
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