An open API service indexing awesome lists of open source software.

https://github.com/voschezang/project-data-mining

Predict which hotels users are most likely to book
https://github.com/voschezang/project-data-mining

analytics data-science

Last synced: 6 days ago
JSON representation

Predict which hotels users are most likely to book

Awesome Lists containing this project

README

          

# Assignment 1

(this branch)[https://github.com/voschezang/Data-Mining/tree/A1]

# Assignment 2

Preprocess data with `clean_data.py` (fit + transform train/test data). Further process data with `clean_data_2*.py` (clustering and SVD).

The notebooks `A2-***.ipynb` show how to crossvalidata machine learning models and generate result-files. They should be self-explanatory.

Kaggle Expedia hotel recommedation challenge ([link](https://www.kaggle.com/c/vu-dmt-2assignment/))

Performance is measured using [Normalized Discounted Cumulative Gain (NDCG)@5](http://dalelane.co.uk/blog/?p=3403) (see also (https://en.wikipedia.org/wiki/Discounted_cumulative_gain)