from sklearn.cross_validation import train_test_split
(X)
from sklearn.model_selection import train_test_split
(ㅇ)
'Machine learning' 카테고리의 다른 글
subplot() subplots() 여러표 위치 선정 (0) | 2020.02.12 |
---|---|
uniform(2,3,10) --> 2~3사이 수에서 10개 랜덤으로 추출 (0) | 2020.02.12 |
iteritems() 의 기능 (0) | 2020.02.12 |
legend() 함수 기능 (0) | 2020.02.11 |
np.linspace()의 기능 // 같은 간격으로 나눠 주는 함수 (0) | 2020.02.11 |