aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use os.path.join and close filesÉtienne Simon2015-05-1810-14/+29
* Refactor models, clean the code and separate training from testing.Étienne Simon2015-05-1825-469/+475
* Use signed integer.Étienne Simon2015-05-172-15/+15
* Add support for dropout in joint modelAlex Auvolat2015-05-131-0/+15
* Add NaN protectionAlex Auvolat2015-05-131-10/+18
* Add visualizer.Étienne Simon2015-05-1110-0/+1557
* Add method to TaxiDataset to easily extract a dictionaryÉtienne Simon2015-05-111-0/+5
* Add model with hidden layers specific to time/dest prediction.Alex Auvolat2015-05-081-0/+55
* Add scaling factor between two costs in joint modelAlex Auvolat2015-05-082-2/+9
* Add model for a network that predicts both time and destination.Alex Auvolat2015-05-083-17/+165
* Fusion AddFirstK and AddLastK transformers, and add 'input_time' field.Alex Auvolat2015-05-083-24/+11
* Add target class based model for time prediction (seems to work)Alex Auvolat2015-05-073-3/+111
* Add Bokeh plottingAlex Auvolat2015-05-061-0/+2
* Fix floatX!=float32 in hdf5 creationÉtienne Simon2015-05-064-12/+9
* Move weights init to config files ; fix s/time/travel_timeAlex Auvolat2015-05-0615-99/+86
* Adapt Alexandre's model to the new interfaceÉtienne Simon2015-05-052-7/+9
* Merge branch 'master' of github.com:adbrebs/taxiAdeB2015-05-0521-258/+334
|\
| * Clean data module and generalize use of hdf5.Étienne Simon2015-05-0521-258/+334
* | New hyperparameters. Training error is monitored.AdeB2015-05-053-2/+108
|/
* Add models for time predictioAdd models for time predictionAlex Auvolat2015-05-0516-32/+152
* Add day type and taxi idAlex Auvolat2015-05-055-9/+75
* Remove enums from hdf5Étienne Simon2015-05-051-13/+9
* Add date/time transformer and new model that uses itAlex Auvolat2015-05-057-94/+95
* Refactor architecture so that embedding sizes can be easily changed.Alex Auvolat2015-05-057-52/+95
* New config (added a hidden layer), small changes to train.pyAlex Auvolat2015-05-052-2/+27
* Fix itAlex Auvolat2015-05-042-5/+1
* Add model with predefined target classesAlex Auvolat2015-05-044-3/+104
* Restructure model & configAlex Auvolat2015-05-044-62/+76
* Mew data analysis tool: clustering of arrival points.Alex Auvolat2015-05-044-13/+40
* Fix hdf5 converterÉtienne Simon2015-05-041-21/+31
* FixesAlex Auvolat2015-05-043-10/+10
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-05-042-6/+13
|\
| * Add equirectangular distanceÉtienne Simon2015-05-021-5/+11
| * Change origin_call idsÉtienne Simon2015-04-291-1/+2
* | Add make_valid_cutAlex Auvolat2015-05-041-0/+40
* | Add TaxiGenerateSplitsAlex Auvolat2015-05-043-16/+73
|/
* FixAlex Auvolat2015-04-293-6/+7
* Fix CSV id normalizationAlex Auvolat2015-04-292-11/+24
* Fix CSV import (partially)Alex Auvolat2015-04-293-34/+43
* Performance improvementAlex Auvolat2015-04-291-1/+2
* Fix dumping and loadingAlex Auvolat2015-04-293-25/+52
* Fixes.Alex Auvolat2015-04-292-8/+21
* Debug.Alex Auvolat2015-04-293-13/+24
* Adapt model to hdf5 dataset. WIPÉtienne Simon2015-04-295-100/+108
* Add script for generation of map of destination points only.Alex Auvolat2015-04-292-0/+35
* Fix hdf5 polyline conversionÉtienne Simon2015-04-291-3/+3
* Add data converter to hdf5Étienne Simon2015-04-291-0/+118
* Support polylines with <5 pointsAlex Auvolat2015-04-284-18/+38
* Add function for applying modelAlex Auvolat2015-04-285-17/+98
* Add normalizationAlex Auvolat2015-04-272-7/+21