Would you need to use one-hot encoding for this variable? Why or why not? Explain and take the appropriate action.
Data Loading Q1. Load the data from the source file and set up the target y and predictors X as expected by scikit-learn. 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 […]