taxi

Winning entry to the Kaggle taxi competition
git clone https://esimon.eu/repos/taxi.git
Log | Files | Refs | README

commit 733aa0d57ae89c4dc3bfe054755e87bbead6f6eb
parent f6d2c6fc47f93b158b70b5c0c9a45324041ca4d5
Author: Étienne Simon <esimon@esimon.eu>
Date:   Thu, 21 May 2015 19:21:08 +0000

Remove useless n_end_pts from configs.

Diffstat:
Mconfig/dest_simple_mlp_2_cs.py | 1-
Mconfig/dest_simple_mlp_2_cswdt.py | 1-
Mconfig/dest_simple_mlp_2_noembed.py | 1-
Mconfig/dest_simple_mlp_tgtcls_0_cs.py | 1-
Mconfig/dest_simple_mlp_tgtcls_1_cs.py | 1-
Mconfig/dest_simple_mlp_tgtcls_1_cswdt.py | 1-
Mconfig/dest_simple_mlp_tgtcls_1_cswdtx.py | 1-
Mconfig/dest_simple_mlp_tgtcls_1_cswdtx_alexandre.py | 1-
Mconfig/joint_simple_mlp_tgtcls_111_cswdtx.py | 1-
Mconfig/joint_simple_mlp_tgtcls_111_cswdtx_bigger.py | 1-
Mconfig/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py | 1-
Mconfig/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py | 1-
Mconfig/joint_simple_mlp_tgtcls_1_cswdtx.py | 1-
Mconfig/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py | 1-
Mconfig/time_simple_mlp_1.py | 1-
Mconfig/time_simple_mlp_2_cswdtx.py | 1-
Mconfig/time_simple_mlp_tgtcls_2_cswdtx.py | 1-
17 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/config/dest_simple_mlp_2_cs.py b/config/dest_simple_mlp_2_cs.py @@ -5,7 +5,6 @@ from model.dest_simple_mlp import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_2_cswdt.py b/config/dest_simple_mlp_2_cswdt.py @@ -5,7 +5,6 @@ from model.dest_simple_mlp import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_2_noembed.py b/config/dest_simple_mlp_2_noembed.py @@ -5,7 +5,6 @@ from model.dest_simple_mlp import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_tgtcls_0_cs.py b/config/dest_simple_mlp_tgtcls_0_cs.py @@ -8,7 +8,6 @@ from model.dest_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_tgtcls_1_cs.py b/config/dest_simple_mlp_tgtcls_1_cs.py @@ -8,7 +8,6 @@ from model.dest_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_tgtcls_1_cswdt.py b/config/dest_simple_mlp_tgtcls_1_cswdt.py @@ -8,7 +8,6 @@ from model.dest_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_tgtcls_1_cswdtx.py b/config/dest_simple_mlp_tgtcls_1_cswdtx.py @@ -8,7 +8,6 @@ from model.dest_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/dest_simple_mlp_tgtcls_1_cswdtx_alexandre.py b/config/dest_simple_mlp_tgtcls_1_cswdtx_alexandre.py @@ -8,7 +8,6 @@ from model.dest_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx.py b/config/joint_simple_mlp_tgtcls_111_cswdtx.py @@ -8,7 +8,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger.py @@ -8,7 +8,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 10 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 10 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_bigger_dropout.py @@ -8,7 +8,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 10 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 10 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py @@ -11,7 +11,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_1_cswdtx.py b/config/joint_simple_mlp_tgtcls_1_cswdtx.py @@ -8,7 +8,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py b/config/joint_simple_mlp_tgtcls_1_cswdtx_bigger.py @@ -8,7 +8,6 @@ from model.joint_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 7 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 7 n_valid = 1000 diff --git a/config/time_simple_mlp_1.py b/config/time_simple_mlp_1.py @@ -5,7 +5,6 @@ from model.time_simple_mlp import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/time_simple_mlp_2_cswdtx.py b/config/time_simple_mlp_2_cswdtx.py @@ -5,7 +5,6 @@ from model.time_simple_mlp import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000 diff --git a/config/time_simple_mlp_tgtcls_2_cswdtx.py b/config/time_simple_mlp_tgtcls_2_cswdtx.py @@ -5,7 +5,6 @@ from model.time_simple_mlp_tgtcls import Model, Stream n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory -n_end_pts = 5 n_valid = 1000