Question 18
house.data.shape will give the count of number of rows and columns for features and labels(target) both
house.target_names will give the name of the target column
house.data.head() will show last 5 rows of the data
house.feature_names will give a list of names of the columns of the feature matrix