If we are given a dataset, then we need to split the dataset into training and test sets before we run a machine learning model on the dataset. The machine learning model is then trained using the training set. And the test set is used to measure the performance of...