commit 5e25fbfcfcc77137f0063e78ff97bdb88b7a255d
parent efdfe8393ed098d425a531e76d81caf56e04899a
Author: Alexandre de Brébisson <adbrebs@users.noreply.github.com>
Date: Thu, 6 Aug 2015 14:32:37 -0400
Update README.md
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,4 @@
-Winning entry to the Kaggle ECML/PKDD destination competition.
-
-https://www.kaggle.com/c/pkdd-15-predict-taxi-service-trajectory-i
-
+Code of the winning entry to the Kaggle ECML/PKDD destination competition(https://www.kaggle.com/c/pkdd-15-predict-taxi-service-trajectory-i). Our approach is described there: http://arxiv.org/abs/1508.00021
## Dependencies
@@ -39,7 +36,7 @@ Here is a brief description of the Python files in the archive:
## How to reproduce the winning results?
-There is an helper script `prepare.sh` which might helps you (by performing steps 1-6 and some other checks), but if you encounter an error, the script will re-execute all the steps from the beginning (before the actual training, steps 2, 4 and 5 are quite long).
+There is an helper script `prepare.sh` which might help you (by performing steps 1-6 and some other checks), but if you encounter an error, the script will re-execute all the steps from the beginning (before the actual training, steps 2, 4 and 5 are quite long).
Note that some script expect the repository to be in your PYTHONPATH (go to the root of the repository and type `export PYTHONPATH="$PWD:$PYTHONPATH"`).