Python task
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 vary the parameter … Read more