Skip to content

Recommend new restaurants to customers according to Yelp Dataset

Notifications You must be signed in to change notification settings

zhudhjen/yelp-recommendation-system

Repository files navigation

Recommendation System

Recommend businesses to users based on Yelp Dataset.

Installation

Install Miniconda (preferred) or Anaconda here.

Create a new python environment with requirements.txt.

conda create -n rec_sys --file requirements.txt

Activate the rec_sys environment.

source activate rec_sys

Note: The requirements.txt may not contain all required packages. Please use conda install if there is any missing package.

Documentations

Data Viewer

Sentiment Analyzer

Visualization

Evaluation

  • RMSE
  • ROC AUC
  • Precision-at-K (optional)

About

Recommend new restaurants to customers according to Yelp Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published