Skip to content

affo/sand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for sand Project

Install

Install python-virtualenv:

$ sudo easy_install pip
$ sudo pip install virtualenv

Create a virtual environment and install requirements:

$ virtualenv venv
$ source sandrc
$ pip install -r requirements.txt # if you want to install both, use requirements-dev.txt

Run tests

$ make test

Push charts to Plotly

Before specifying --plot while using the CLI, follow the instructions here: https://plot.ly/python/user-guide/#Step-6.

README for page_rank Project

Every line of code listed below supposes that you cd page_rank.

Install

Install python-virtualenv:

$ sudo easy_install pip
$ sudo pip install virtualenv

Create a virtual environment and install requirements:

$ virtualenv venv
$ source pagerankrc
$ pip install -r requirements.txt

Install maven and docker and run make it_build to install the requirements for the iterative version of PageRank.

The Makefile

You can:

  • Generate the dataset from re.public@polimi: make dataset
  • Launch the stochastic PageRank: make stochastic
  • Launch the iterative PageRank: make iterative

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published