aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean data module and generalize use of hdf5.Étienne Simon2015-05-0521-258/+334
* 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
* A reasonnable neural network, only it doesn't work.Alex Auvolat2015-04-271-9/+19
* Add validation set ; fix lat/lonAlex Auvolat2015-04-275-7/+62
* Make TaxiData more flexible.Alex Auvolat2015-04-271-13/+21
* Implement HDist, transformer that selects k at a random position.Alex Auvolat2015-04-274-16/+54
* Increase resolution of the map.AdeB2015-04-251-3/+3
* forgot to replace PREFIX.AdeB2015-04-251-1/+1
* Data analysis updated for the new Dataset class. Coordinates are saved in a l...AdeB2015-04-253-1/+58
* Correct a few typos.AdeB2015-04-251-7/+12
* It kind of works (at least it does something now)Alex Auvolat2015-04-243-14/+25
* Connect model with data streamAlex Auvolat2015-04-242-15/+24
* Fix typo in transformersÉtienne Simon2015-04-241-1/+1
* Add basic transformersÉtienne Simon2015-04-241-0/+25
* Make TaxiData accept multiple filesÉtienne Simon2015-04-241-11/+37
* Add simple unfinished blocks modelAlex Auvolat2015-04-245-2/+116
* Merge branch 'master' of github.com:adbrebs/taxiAlex Auvolat2015-04-241-0/+100
|\
| * Add data iteratorsÉtienne Simon2015-04-241-0/+100
* | Add histogram producing script.Alex Auvolat2015-04-243-0/+31
|/
* Initial commitAlexandre de Brébisson2015-04-241-0/+57