aboutsummaryrefslogtreecommitdiff
path: root/model/mlp.py
Commit message (Expand)AuthorAgeFilesLines
* Use Mapping instead of extending TransformerÉtienne Simon2015-06-111-8/+8
* Add TaxiRemoveTestOnlyClients ; custom dumpmanager enabling multiprocessingAlex Auvolat2015-06-111-0/+3
* Fix typoAlex Auvolat2015-05-221-1/+1
* Add parametrizability for how the training data is presentedAlex Auvolat2015-05-221-4/+8
* Make indexing faster by indexing only one column and querying a rangeAlex Auvolat2015-05-221-2/+5
* Implement cut-based iteration scheme (SLOW!!!)Alex Auvolat2015-05-211-2/+3
* Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-181-0/+103