교차 검증의 또 다른 장점은 분할을 한 번 했을 때보다 데이터를 더 효과적으로 사용할 수 있다
는 점입니다.
train
_
test
_
split
를 사용하면 보통 데이터 중
75
%를 훈련 세트로 사용하고
25
%
를 평가에 사용합니다.
5
-겹 교차 검증을 사용하면 매 반복에서
4
/
5
의 데이터, 즉
80
%를 모델
학습에 사용합니다.
10
-겹 교차 검증이라면 데이터의
9
/
10
인
90
%를 모델 학습에 사용합니다.
많은 데이터는 보통 더 정확한 모델을 만들어냅니다.
교차 검증의 주요 단점은 연산 비용이 늘어난다는 것입니다. 모델을
k
개 만들어야 하므로 데이
터를 한 번 나눴을 때보다 대략
k
배 더 느립니다.
3
NOTE
_
교차 검증이 새로운 데이터에 적용할 모델을 만드는 방법이 아니라는 점을 잊지 마세요. 교차 검증
함수는 모델을 반환하지 않습니다.
cross
_
val
_
score
함수를 호출하면 내부적으로 여러 모델이 만들어지지만,
교차 검증의 목적은 단지 주어진 데이터셋에 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.