Re: [scikit-learn] Bugs in Tree.py

2016-11-29 Thread Joel Nothman
"percentages" should be "fractions" or "proportions". On 30 November 2016 at 05:44, Nelson Liu wrote: > Hi, > I think this is working as the docs say; 1 is an integer and is thus > treated as a raw number of samples. If you wanted a percentage value of > 100%, you'd have to pass in the float 1.0

Re: [scikit-learn] Bugs in Tree.py

2016-11-29 Thread Nelson Liu
Hi, I think this is working as the docs say; 1 is an integer and is thus treated as a raw number of samples. If you wanted a percentage value of 100%, you'd have to pass in the float 1.0. I recall a related issue being raised here: https://github.com/scikit-learn/scikit-learn/issues/7603 Also, I d