An open API service indexing awesome lists of open source software.

https://github.com/distributedsystemsgroup/yelp-ds

Semester project on the YELP dataset
https://github.com/distributedsystemsgroup/yelp-ds

Last synced: 2 months ago
JSON representation

Semester project on the YELP dataset

Awesome Lists containing this project

README

          

YELP-DS
=======

Semester project on the YELP dataset (https://www.yelp.com/dataset_challenge/dataset)

Basic set-up:
If you want to run this code, you need install scikit-learn (http://scikit-learn.org/stable/install.html) library.

Tips: Building scikit-learn with pip (This is usually the fastest way to install or upgrade to the latest stable release):
pip install --user --install-option="--prefix=" -U scikit-learn

Scikit-learn requires Numpy & Scipy, you must have both of them installed before installing scikit-learn. You can install these modules by:
$ sudo apt-get install python-numpy
$ sudo apt-get install python-scipy

======
If you want to discuss with us about this project, please send us an email to:

mai@eurecom.fr or
cai@eurecom.fr