aboutsummaryrefslogtreecommitdiff
path: root/data.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt model to hdf5 dataset. WIPÉtienne Simon2015-04-291-2/+2
* Support polylines with <5 pointsAlex Auvolat2015-04-281-5/+9
* Add function for applying modelAlex Auvolat2015-04-281-3/+9
* Add normalizationAlex Auvolat2015-04-271-0/+4
* Add validation set ; fix lat/lonAlex Auvolat2015-04-271-1/+7
* Make TaxiData more flexible.Alex Auvolat2015-04-271-13/+21
* Implement HDist, transformer that selects k at a random position.Alex Auvolat2015-04-271-4/+4
* forgot to replace PREFIX.AdeB2015-04-251-1/+1
* Correct a few typos.AdeB2015-04-251-7/+12
* It kind of works (at least it does something now)Alex Auvolat2015-04-241-4/+6
* Connect model with data streamAlex Auvolat2015-04-241-2/+4
* Make TaxiData accept multiple filesÉtienne Simon2015-04-241-11/+37
* Add data iteratorsÉtienne Simon2015-04-241-0/+100