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