Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Using Support Vector Machines and ARIMA to predict hotel cancellations

I’ve been working on a project lately to predict hotel cancellations using machine learning. Hotel cancellations are a significant pain point for the industry – the inherent unpredictability of cancellations leads to lost revenue and inefficient pricing of hotel rooms.

Using a public dataset for Portuguese hotels, I used SVM and ARIMA to 1) predict whether a customer would cancel based on select features (or customer attributes), and 2) determine the weekly fluctuations in cancellations. The latter involved significant data manipulation in pandas to structure all the data in weekly format, and ultimately the SVM demonstrated an AUC of 0.74, while SARIMA demonstrated an MDA (mean directional accuracy) of 81%.

You can find the write-up and repository here. Would be grateful for any feedback!

submitted by /u/plentyofnodes
[link] [comments]