Giter Site home page Giter Site logo

vjrahil / zomato-restaurant-rating Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.11 MB

Designed a model that help in predicting the rating of restaurants from different countries based on different features.Learnt about the importance of data handling.

Jupyter Notebook 99.30% Python 0.70%

zomato-restaurant-rating's Introduction

File descriptions:

  1. code.ipynb -> contains the main code for our model
  2. code.py -> same as code.ipynb
  3. report -> report of our project
  4. test_X -> testing data for our trained model
  5. test_Y -> desired output for test_X
  6. zomato.csv -> complete dataset for our model

Dataset Source

https://www.kaggle.com/shrutimehta/zomato-restaurants-data#zomato.csv

Analysis of Dataset

Our dataset consists of various attributes such as ‘Restaurant ID’, ‘Restaurant Name’, ‘Country Code’, ‘City’, ‘Address’, ‘Locality’, ‘Locality Verbose’, ‘Longitude’, ‘Latitude’, ‘Cuisines’, ‘Average Cost for two’, ‘Currency’, ‘Has Table booking’, ‘Has Online delivery’, ‘Is delivering now’, ‘Switch to order menu’, ‘Price range’, ‘Aggregate rating’, ‘Rating color’, ‘Rating text’ and ‘Votes’. We thought of all the attributes that would be important for deciding the rating of a restaurant and finally used ‘Average Cost for two’, ‘Price range’ and ‘Votes’ to find the rating of the restaurants which resulted in good accuracy of the model.

Accuracy

1)After using random forest using these ‘Average Cost for two' and ‘Votes’ , we get an accuracy of 0.93.

2)After using random forest using these ‘Average Cost for two' ,'Price Range' and ‘Votes’ , we get an accuracy of 0.935.

zomato-restaurant-rating's People

Contributors

vjrahil avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.