For this homework, use the world happiness dataset.
We want to predict the SWL-index attribute (prediction target) from the other predicting attributes: continent, life-expectancy, GDP-per-capita, access-to-education-score. Note that the attribute country identifies each data instance uniquely and as such will be disregarded in our analysis. It is provided just for context.
build regression tree: True unpruned: True useUnsmoothed: True default values for the remaining parametersRecord the tree in your report.
build regression tree: True unpruned: False useUnsmoothed: True default values for the remaining parametersRecord the tree in your report [5 points].
build regression tree: False unpruned: True useUnsmoothed: True default values for the remaining parametersRecord the tree in your report.
build regression tree: False unpruned: False useUnsmoothed: True default values for the remaining parametersRecord the tree in your report [5 points].