Create Optimal Hotel Recommendations
Data set:found at Kaggle:Expedia Hotel Recommendations& Train.csv
Requirements:
·Write a one-page summary of your approach in getting to your prediction methods.
·Use a combination ofR and Pythonin your coding answer inR Markdown file.
Task:
All online travel agencies are scrambling to meet the Artificial Intelligence driven personalization standard set by Amazon and Netflix. In addition, the world of online travel has become a highly competitive space where brands try to capture our attention (and wallet) with recommending, comparing, matching, and sharing. For this project, we aim to create the optimal hotel recommendations for Expedia’s users that are searching for a hotel to book. For this project, you need to predict which “hotel cluster” the user is likely to book, given his (or her) search details. In doing so, you should be able to demonstrate your ability to use four different algorithms (of your choice). The data set can be found atKaggle: Expedia Hotel Recommendations. To get you started, I would suggest you use train.csv which captured the logs of user behavior, and destinations.csv which contains information related to hotel reviews made by users.
Create Optimal Hotel Recommendations Data set: found at Kaggle: Expedia Hotel Recommendations & Train.csv Requirements: · Write a one-page summary of your approach in getting to your prediction methods. · Use a combination of R and Python in your coding answer in R Markdown file. Task: All online travel agencies are scrambling to meet the Artificial Intelligence driven personalization standard set by Amazon and Netflix. In addition, the world of online travel has become a highly competitive space where brands try to capture our attention (and wallet) with recommending, comparing, matching, and sharing. For this project, we aim to create the optimal hotel recommendations for Expedia’s users that are searching for a hotel to book. For this project, you need to predict which “hotel cluster” the user is likely to book, given his (or her) search details. In doing so, you should be able to demonstrate your ability to use four different algorithms (of your choice). The data set can be found at Kaggle: Expedia Hotel Recommendations. To get you started, I would suggest you use train.csv which captured the logs of user behavior, and destinations.csv which contains information related to hotel reviews made by users.