├── .gitignore ├── LICENSE ├── README.md ├── criteo.py └── pymmh3.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swapniel99/criteo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swapniel99/criteo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swapniel99/criteo/HEAD/README.md -------------------------------------------------------------------------------- /criteo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swapniel99/criteo/HEAD/criteo.py -------------------------------------------------------------------------------- /pymmh3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swapniel99/criteo/HEAD/pymmh3.py --------------------------------------------------------------------------------