BaşlayınÜcretsiz başlayın

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.

Bu egzersiz, kursun bir parçasıdır

Advanced Deep Learning with Keras

Kursa Göz Atın

Egzersiz talimatları

  • 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'.

Uygulamalı etkileşimli egzersiz

Bu egzersizi bu örnek kodu tamamlayarak deneyin.

# Evaluate the model on the games_tourney_test dataset
print(____(games_tourney_test____,
               games_tourney_test____, verbose=False))
Kodu Düzenle ve Çalıştır