cool hamsters never sleep

ValueError: The least populated class in y has only 1 member, which is too few. The minimum number of groups for any class cannot be less than 2. 본문

Today I Learned

ValueError: The least populated class in y has only 1 member, which is too few. The minimum number of groups for any class cannot be less than 2.

슈슈 susu 2022. 10. 5. 16:46
stratify=y_target

코드에 있는 stratify 를 삭제하면 오류가 발생하지 않는다.

Comments