├── .gitattributes ├── .gitignore ├── README.md ├── ctrip14.ipynb ├── ctripfunc.py ├── prediction_lilei_20170320.txt ├── solution.py └── 果粒橙_说明文档.pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/README.md -------------------------------------------------------------------------------- /ctrip14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/ctrip14.ipynb -------------------------------------------------------------------------------- /ctripfunc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/ctripfunc.py -------------------------------------------------------------------------------- /prediction_lilei_20170320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/prediction_lilei_20170320.txt -------------------------------------------------------------------------------- /solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/solution.py -------------------------------------------------------------------------------- /果粒橙_说明文档.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shenweichen/ctrip14/HEAD/果粒橙_说明文档.pdf --------------------------------------------------------------------------------