diff options
author | AdeB <adbrebs@gmail.com> | 2015-06-21 14:44:51 -0400 |
---|---|---|
committer | AdeB <adbrebs@gmail.com> | 2015-06-21 14:44:51 -0400 |
commit | 294afc20266372ab8d9051ae5a42912be739d01a (patch) | |
tree | cf191fbf944ef0f604e4fd6772294a91f8d0c134 | |
parent | 0e52813a4e435cddeb80ec9972b2bf1fc791c0cc (diff) | |
download | taxi-294afc20266372ab8d9051ae5a42912be739d01a.tar.gz taxi-294afc20266372ab8d9051ae5a42912be739d01a.zip |
Import cPickle
-rwxr-xr-x | train.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env python2 +import cPickle import importlib import logging import operator |