ECON 570 Problem Set 2
ECON 570 Problem Set 2 1 Decision Trees A. Load the Boston house prices dataset with the load_boston method from the module sklearn.datasets. What is the target variable and what are the features? B. Import the class DecisionTreeRegressor from the module sklearn.tree. Using 5- fold cross-validation, plot the training error and test error as you … Read more