How many new variables would you get as a result of this one-hot encoding? Explain.

Data Loading Q1.  Load the data from the source file and set up the target y and predictors X as expected by scikitlearn. Train-Test Split Q2. ) Create a train-test 80-20 split of the data while maintaining the same target value proportion in each of the training and testing partition. You should use the training […]