The model based on Decision Tree algorithm predicts the number of food orders for various cities for a meal delivery company.
Decision Tree Model trained on train.csv The evaluation metric used is 100*RMSLE where RMSLE is Root of Mean Squared Logarithmic Error across all entries in the test set. Feature selection using Pearson correlation matrix. Hyperparametric tuning isnt done.