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
- Host: GitHub
- URL: https://github.com/distributedsystemsgroup/yelp-ds
- Owner: DistributedSystemsGroup
- License: apache-2.0
- Created: 2014-09-24T12:00:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T23:56:56.000Z (over 10 years ago)
- Last Synced: 2025-02-17T17:42:15.964Z (over 1 year ago)
- Language: Python
- Size: 86.2 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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