Giter VIP home page Giter VIP logo

restaurant-visitor-prediction's Introduction

Restaurant visitor prediction

The visitor_prediction.R script in this repository analyzes restaurant data from January 2017 to March 2017 of restaurants in Japan to make predictions for April 2017 using machine learning models. The script includes the creation of test and training datasets, training the machine learning model, and making a prediction for April 2017.

Requirements

The R script requires the following packages:

library(RMySQL)
library(stringr)
library(plyr)
library(dplyr)
library(tidyverse)

In order to set up the database you have to run the project.sql file, for running SQL files I use MySQL Workbench. After setting up the database you can query and extract data in the R script.

Guide

In the get_data() function change the parameters of the dbConnect() with the credentials to access the database, the name of the database and the host. After setting these up you should be able to query and extract data from the database.

  mydb = dbConnect(
    MySQL(), 
    user="root",
    password="password",
    dbname="ITDAproject",
    host="localhost"
  )

restaurant-visitor-prediction's People

Contributors

kerim-kilic avatar

Watchers

 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.