모델 평가하기
이제 모델을 토너먼트 학습 데이터에 맞췄으니, 토너먼트 테스트 데이터로 평가해 보세요. 토너먼트 테스트 데이터에는 2010년 이후의 경기들이 포함되어 있다는 점을 기억하세요.
이 연습은 강의의 일부입니다
Keras로 배우는 Advanced Deep Learning
연습 안내
games_tourney_test데이터로 모델을 평가하세요.- 모델의 입력은
'home','seed_diff','prediction'열이고, 타깃 열은'score_diff'임을 기억하세요.
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Evaluate the model on the games_tourney_test dataset
print(____(games_tourney_test____,
games_tourney_test____, verbose=False))