Skip to content

Airbnb Seattle data exploration and pricing prediction

Notifications You must be signed in to change notification settings

LN5user/airbnb-seattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

The code was tested using Python version 3.9. For other necessary libraries please use requirements.txt

pip install -r requirements.txt

Project Motivation

For this project, it was of interest to investigate Seattle Airbn data and to better understand:

  1. How does the type of the property influenced the price ?
  2. How does the neighborhood have impact on price ?
  3. How well can we predict the price for premisses?

File Descriptions

There is one notebook available here to explore and analyse the questions above. The notebook contains all necessary information about the dataset, approaches as well as visualization and analysis to better follow up the results.

Since this analysis is limited to price, only listings.csv will be taken into consideration. The Data Set rights belongs to Airbnb and could be downloaded here

Results

The main findings of the code can be found at the post available here.

Licensing, Authors, Acknowledgements

Must give credit to Airbnb. You can find the Licensing for the data and more useful information at Airbnb here or at the Kaggle here. Great thanks to Udacity for their contribution during the process.

Copyright (C) 2021 June
TO THE FULLEST EXTENT PERMITTED UNDER APPLICABLE LAW, THE CODE COMPONENTS ARE PROVIDED BY THE AUTHORS, COPYRIGHT HOLDERS, CONTRIBUTORS, LICENSORS, “AS IS”.
DISCLAIMED ARE ANY REPRESENTATIONS OR WARRANTIES OF ANY KIND, WHETHER ORAL OR WRITTEN, WHETHER EXPRESS, IMPLIED, OR ARISING BY STATUTE, CUSTOM, COURSE OF DEALING, OR TRADE USAGE, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
IN NO EVENT WILL THE COPYRIGHT OWNER, CONTRIBUTORS, LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION). HOWEVER, CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE CODE COMPONENTS, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.