Question: 2c) Split the MR_tfidf_X and MR_y into training set and test set. Name these variables as: . MR_ train_tfidf_X and MR_train_tfidf _y for the training

2c) Split the MR_tfidf_X and MR_y into training set and test set. Name these variables as: . MR_ train_tfidf_X and MR_train_tfidf _y for the training set . MR test tfidf X and MR test tfidf y for the test set We will use the same 80/20 split as in part 1. You can use the same num_training variable from part 1 to split up the data. # YOUR CODE HERE raise NotImplementedError() 2c) Split the MR_tfidf_X and MR_y into training set and test set. Name these variables as: . MR_ train_tfidf_X and MR_train_tfidf _y for the training set . MR test tfidf X and MR test tfidf y for the test set We will use the same 80/20 split as in part 1. You can use the same num_training variable from part 1 to split up the data. # YOUR CODE HERE raise NotImplementedError()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
