Well, you can predict the outcomes in the test dataset (using the Scoring Wizard), and you can summarize those outcomes, but since you can't evaluate the quality of the predictions without the survived variables, maybe the instructor wants your predictions dataset.
You can compare the predictions across the different estimated models. It would be interesting to see how well they agree.
------------------------------
Jon Peck
------------------------------
Original Message:
Sent: Wed May 22, 2024 11:00 AM
From: Hesham Dabbas
Subject: Using train dataset to predict the test dataset
good morning,
I am sure you are familiar with the titanic dataset predicting survival rate. I created regression model, one linear discriminant analysis model, one Naive Bayes model, and one K-Nearest Neighbor model to predict survival using the train set. I am suppose to predict the test set data using all four models. However, the test does not include the Survived variable. How can I complete this task?
------------------------------
Hesham Dabbas
------------------------------