zoukankan      html  css  js  c++  java
  • How to save money when traveling to Seattle

    Motivation

    Since 2008, guests and hosts have used Airbnb to travel in a more unique, personalized way.I want to use a dateset from Airbnb to help people make decision when traveling to Seattle.

    Part I: When is the busiest time of the year in Seattle?

    When we want to travel to a city, the first question come to our mind is when to travel.

    I counted the monthly bookings for Seattle,and find that Seattle is very busy in summer. If you want to travel in a more leisure way, you'd better not go to Seattle in summer

    Part II: What factors are house prices related to?

    Travel budget is an important part of travel planning.So i want to know what factors are house prices related to?

    By building a model to predict the house price, I find the most important factor is room type and neighbor.If you wan to reduce your travel budget, you'd better find a house in a cheap neighborhood and share with others.
    download.png

    Part III:Where can we find cheap house?

    I group the house by neighbor,and find Magnolia, Queen Anne and Downtown is the most expensive area. So if you want to reduce your travel budget, you should avoid to order a house in these places.

    download-1.png

    Conclusion

    Through my analysis, i found that summer is the busiest season. If you want to travel in a more leisure way, you'd better not go to Seattle in summer.

    By building a model to predict the price of house,i found that neighbourhood is the most important factor affecting housing prices. Magnolia, Queen Anne and Downtown is the most expensive area. So if you want to reduce your travel budget, you should avoid to order a house in these places.

    Analysis

    GitHub Link

  • 相关阅读:
    strtok() and strtod()
    quernation,euler,rotationmatrix之间的相互转换
    Ubuntu16.04+Ros+Usb_Cam ORB SLAM2
    windows10下VS2013搭建opencv2.4.9吐血之作
    深度学习之numpy.poly1d()函数
    matplotlib动态图subplots()和subplot()不同及参数
    python学习之matplotlib绘制动图(FuncAnimation()参数)
    javascipt——jQuery
    Javascript——(2)DOM
    linux nc 命令详解
  • 原文地址:https://www.cnblogs.com/JasonBUPT/p/11684600.html
Copyright © 2011-2022 走看看