Data preprocessing

Impute missing values

The dataset has no missing values -> So there is no need of imputation here

Create new features

Handle categorical values

Drop features that are not required

Treat 'vendor_id' as an object

Transform target feature

Model Building

Baseline model

Linear Regression Model

Decision Tree Model