Yes, that branch fixes the issue.
Thanks.
Dan.
On 26 August 2012 11:42, Olivier Grisel wrote:
> Can you check whether this branch fixes the issue?
>
> https://github.com/scikit-learn/scikit-learn/pull/1060
>
> Would be good to include your failed examples as a non regression
> tests for this P
Can you check whether this branch fixes the issue?
https://github.com/scikit-learn/scikit-learn/pull/1060
Would be good to include your failed examples as a non regression
tests for this PR.
--
Olivier
--
Live Security
Hello everyone,
I have spotted some strange behaviour while generating stratified
shuffled splits. For certain values of the `test_size` parameter and
for imbalanced classes, some samples might get ignored and the
training indices might not include one class.
For example, using sklearn 0.11 and P