https://github.com/luispedro/lisbon-dream
Lisbon Dream Team submission
https://github.com/luispedro/lisbon-dream
Last synced: 2 months ago
JSON representation
Lisbon Dream Team submission
- Host: GitHub
- URL: https://github.com/luispedro/lisbon-dream
- Owner: luispedro
- Created: 2012-08-04T16:51:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T11:02:33.000Z (over 12 years ago)
- Last Synced: 2025-01-19T06:43:42.665Z (over 1 year ago)
- Language: Python
- Size: 837 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=================
Lisbon Dream Team
=================
This is the Lisbon DREAM challenge team repository. It contains code for our
solution and the writeup.
Instructions
------------
Start by running the following command::
./getdata.sh
this will download the starting data for you.
Running the Code
----------------
If you have ``pip`` installed, you should be able to use the following commands
to install all the dependencies::
pip install numpy
pip install milk
pip install scipy
pip install jug
pip install scikit-learn
Now, you can run the code::
cd sources
jug execute
If you have multiple processors, just run multiple ``jug execute`` jobs; e.g.,
for 4 processors::
jug execute &
jug execute &
jug execute &
jug execute &
wait
Results will appear in a ``results.txt`` file.