├── .gitattributes ├── .gitignore ├── README.md ├── csv_to_vw.py ├── vw_command_line.txt └── vw_to_kaggle.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/README.md -------------------------------------------------------------------------------- /csv_to_vw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/csv_to_vw.py -------------------------------------------------------------------------------- /vw_command_line.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/vw_command_line.txt -------------------------------------------------------------------------------- /vw_to_kaggle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLWave/kaggle-criteo/HEAD/vw_to_kaggle.py --------------------------------------------------------------------------------