├── README.md ├── api ├── README.md └── images │ └── teams-access-tokens.png ├── baseline ├── README.md ├── model.py ├── parser.py ├── recommendation_worker.py └── xgb.py └── online-evaluation ├── README.md ├── baseline ├── Readme.md ├── model.py ├── online_schedule.py ├── parser.py └── recommendation_worker.py └── img └── timeline.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/README.md -------------------------------------------------------------------------------- /api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/api/README.md -------------------------------------------------------------------------------- /api/images/teams-access-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/api/images/teams-access-tokens.png -------------------------------------------------------------------------------- /baseline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/baseline/README.md -------------------------------------------------------------------------------- /baseline/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/baseline/model.py -------------------------------------------------------------------------------- /baseline/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/baseline/parser.py -------------------------------------------------------------------------------- /baseline/recommendation_worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/baseline/recommendation_worker.py -------------------------------------------------------------------------------- /baseline/xgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/baseline/xgb.py -------------------------------------------------------------------------------- /online-evaluation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/README.md -------------------------------------------------------------------------------- /online-evaluation/baseline/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/baseline/Readme.md -------------------------------------------------------------------------------- /online-evaluation/baseline/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/baseline/model.py -------------------------------------------------------------------------------- /online-evaluation/baseline/online_schedule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/baseline/online_schedule.py -------------------------------------------------------------------------------- /online-evaluation/baseline/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/baseline/parser.py -------------------------------------------------------------------------------- /online-evaluation/baseline/recommendation_worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/baseline/recommendation_worker.py -------------------------------------------------------------------------------- /online-evaluation/img/timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/recsyschallenge/2017/HEAD/online-evaluation/img/timeline.png --------------------------------------------------------------------------------