Introduction Exploratory Analysis Forecasting Orders Classifying Orders

Introduction

In this project data from a food delivery app is analysed with the purpose of generating insights and creating a prediction model. The data contains 18706 observations and 12 features as listed below.

Data Overview

The original data contains metrics related to order delivery and select weather metrics. The list below shows variables/features contained in the raw data.

Feature Engineering

In general, we use the available features to generate extra features that would be useful in providing insights either extra insights or could be used to enhance modelling algorithms.

Features such as USER_LAT, USER_LONG, VENUE_LAT, VENUE_LONG are used to compute the distance between the user and venue,

back to top