In this project the Bangalore restaurant data analysis is done. Main motive of this project is to get a model to predict the rating of the restaurdent rating using the features of the restaurant like menu items, location, price range etc.
So, in this dataset is used of Kaggle. For the analysis of the data it's 3 versions are used:
- Original Dataset.
- By Dropping least useful attributes.
- Class Balanced Dataset.
So, in this two tasks have been done first where reviewer's data have generated and another where reviewer's data haven't been taken.
Following Methods have been used:
- Voting Feature Selector using LinearRegression, RFE, Ridge, Lasso & RandomForestRegressor and dropping the attributes whose Mean Ranking is <= 0.35.
- Using Xgboost feature importance ranking.
All Right Reserved to Repository Owner.