index
:
taxi.git
master
Kaggle Taxi Destination Prediction Challnge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
/
mlp.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use new tvt dataset with option --tvt
Étienne Simon
2015-07-23
1
-7
/
+8
|
*
Can do test with batches of size >1
Alex Auvolat
2015-07-23
1
-1
/
+1
|
*
Batch shuffling
Alex Auvolat
2015-07-10
1
-7
/
+11
|
*
Add batch shuffle preprocessing step
Alex Auvolat
2015-07-06
1
-1
/
+8
|
*
More determinism
Alex Auvolat
2015-07-02
1
-0
/
+5
|
*
Model with only embeddings.
AdeB
2015-06-21
1
-0
/
+1
|
*
Use Mapping instead of extending Transformer
Étienne Simon
2015-06-11
1
-8
/
+8
|
*
Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessing
Alex Auvolat
2015-06-11
1
-0
/
+3
|
*
Fix typo
Alex Auvolat
2015-05-22
1
-1
/
+1
|
*
Add parametrizability for how the training data is presented
Alex Auvolat
2015-05-22
1
-4
/
+8
|
*
Make indexing faster by indexing only one column and querying a range
Alex Auvolat
2015-05-22
1
-2
/
+5
|
*
Implement cut-based iteration scheme (SLOW!!!)
Alex Auvolat
2015-05-21
1
-2
/
+3
|
*
Refactor models, clean the code and separate training from testing.
Étienne Simon
2015-05-18
1
-0
/
+103