cool hamsters never sleep
Setting a random_state has no effect since shuffle is False. You should leave random_state to its default (None), or set shuffle=True. 본문
Today I Learned
Setting a random_state has no effect since shuffle is False. You should leave random_state to its default (None), or set shuffle=True.
슈슈 susu 2022. 10. 7. 13:52kf 에 shuffle이 없다면 shuffle = True 로 넣어주면 된다.
만약 있는데 False 라면 True로 바꿔줘야 한다.
'Today I Learned' 카테고리의 다른 글
점핏 비전공자 개발자 QNA (0) | 2022.10.11 |
---|---|
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. (0) | 2022.10.05 |
[Windows] 주피터 노트북에서 파이썬 버전 확인하기 (0) | 2022.10.05 |
2022 제4회 W-AI[와이]포럼 "디지털 생태계, 글로벌 트렌드와 여성" (0) | 2022.09.28 |
엑셀에서 날짜의 요일 표시 (0) | 2022.09.26 |
Comments