Evaluate the model
Now that you've fit your model to the tournament training data, evaluate it on the tournament test data. Recall that the tournament test data contains games from after 2010.
Latihan ini merupakan bagian dari kursus
Advanced Deep Learning with Keras
Instruksi latihan
- Evaluate the model on the
games_tourney_testdata. - Recall that the model's inputs are
'home','seed_diff', and'prediction'columns and the target column is'score_diff'.
Latihan interaktif langsung praktik
Cobalah latihan ini dengan melengkapi kode contoh ini.
# Evaluate the model on the games_tourney_test dataset
print(____(games_tourney_test____,
games_tourney_test____, verbose=False))