Dataset from https://www.kaggle.com/himanshupoddar/zomato-bangalore-restaurants
- Import Libraries
- Read Data
- Check data
- Exploratory Data Analysis
- Plot Restaurant Names vs No of locations
- Plot Online vs Offline Orders
- Plot Book Table Facility Counts
- Plot location with highest no of restaurants
- Plot location with highest no of restaurant percentage
- Plot highest no of restaurant types in percentage
- Plot Restaurent type vs Rate
- Plot avg cost for 2 persons in percentage
- Plot most liked dish-type
- Get Correlation between different variables
- Create model to predict restaurant rating
- Create Dummies
- Create train and test data
- Linear Regression
- Ridge Regression
- Lasso Regression
- Random Forest
- Decision Tree
- SVM
- KNN
- ExtraTreesRegressor
- Actual vs Predcted Test Data for ExtraTreesRegressor
- Get most important features and their contribution in model
- Conclusion