pysca / KDD-Cup-2019-CAMMTR

Context-Aware Multi-Modal Transportation Recommendation

Home Page:https://dianshi.baidu.com/competition/29/rule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDD-Cup-2019-CAMMTR

Competition Website

Context-Aware Multi-Modal Transportation Recommendation

File Structure

.
├── Code # 代码
│   ├── ExploratoryDataAnalysis.ipynb # EDA
│   ├── FeatureEngineering # 数据处理和特征工程
│   │   ├── train_queries_processing.ipynb
│   │   ├── train_plans_processing.ipynb
│   │   └── ...
│   │
│   ├── Models # 模型
│   │   ├── lightgbm.ipynb
│   │   ├── xgboost.ipynb
│   │   └── ...
│   │
│   └── Pipline # 最终的pipline
│   │   ├── pipline.py
│   │   └── ...
│   │   
│   └──  Utilities # json解析代码
│
├── Data # 数据文件
│   ├── data_set_phase1
│   │   ├── profiles.csv
│   │   ├── test_plans.csv
│   │   ├── test_queries.csv
│   │   ├── train_clicks.csv
│   │   ├── train_plans.csv
│   │   └── train_queries.csv
│   └── submit.csv
│
├── Config # 配置文件夹
│   └── *.json
│
├── .git
│
├── .gitignore
│
└── README.md

Reference

About

Context-Aware Multi-Modal Transportation Recommendation

https://dianshi.baidu.com/competition/29/rule


Languages

Language:Jupyter Notebook 97.8%Language:Python 2.2%