1. Learn
  2. /
  3. Courses
  4. /
  5. Advanced Deep Learning with Keras

Connected

Exercise

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.

Instructions

100 XP
  • Evaluate the model on the games_tourney_test data.
  • Recall that the model's inputs are 'home', 'seed_diff', and 'prediction' columns and the target column is 'score_diff'.