IniziaInizia gratis

Predicting on test data

Now that you've trained the model on the train set, let's apply the model to the test data, make predictions, and evaluate the predictions. Recall that having a separate test set here simulates the gathering of a "new" independent dataset to test our model's predictive performance on.

The datasets train and test, and the trained model, train_model_2 are available in your workspace.

Questo esercizio fa parte del corso

Modeling with Data in the Tidyverse

Visualizza il corso

Esercizio pratico interattivo

Prova a risolvere questo esercizio completando il codice di esempio.

# Make predictions on test set
___
Modifica ed esegui il codice