Data description
We will take the Housing dataset which contains information about different houses in Boston. We can also access this data from the scikit-learn library. There are 506 samples and 13 feature variables in this dataset. The objective is to predict the value of prices of the house using the given features.
https://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_boston.html
Ensemble Techniques for regression: