Giter Site home page Giter Site logo

zillowbnb's Introduction

zillowbnb_logo

Build Status Coverage Status

Zillowbnb

Background

Homeowners and potential home buyers often rely on Zillow’s Zestimate to estimate the market price of houses. The Zestimate predicts a home’s value using publicly available housing data and a proprietary machine learning formula. It serves as a starting point for homeowners who are looking to sell their property and enables home buyers to gain a better understanding of the market.

Such a feature would be similarly useful to predict the market rental price of a short-term rental unit on Airbnb. A guest could compare the price of an Airbnb listing to its predicted price to know if they are getting a good deal. A host could easily determine a good price to list their unit.

Installation

  1. Clone the repo
  2. Create a new python environmet using the command:
    conda env create zillowbnb
  3. Activate zillowbnb by using the command:
    conda activate zillowbnb
  4. Install the required python packages using:
    pip install –r requirements.txt

Directory Structure

Zillowbnb/
  |- data/
     |- Seattle.joblib.dat
     |- Seattle_low.joblib.dat
     |- calendar_price_averages.csv
     |- clean_listings.csv
     |- clean_predicted.csv
     |- reviews_sa_summarized.csv
     |- seattle_merged.csv
  |- docs/
     |- Component_Specification.pdf
     |- Functional_Specification.pdf
     |- Technology Review.pdf
     |- zillowbnb.jpg
  |- examples/
     |- User_Guide.pdf
  |- zillowbnb/
     |- submodule/
        |- __init__.py
        |- constants.py
        |- convert_to_matrix.py
        |- detect_outliers.py
        |- example.py
        |- get_calendar_summary.py
        |- get_cleaned_listings.py
        |- get_data.py
        |- host_predict.py
        |- price_prediction.py
        |- sentiment.py
        |- train_model.py
     |- test/
        |- __init__.py
        |- submodule_path.py
        |- test_convert_to_matrix.py
        |- test_detect_outliers.py
        |- test_get_calendar_summary.py
        |- test_get_cleaned_listings.py
        |- test_get_data.py
        |- test_host_predict.py
        |- test_price_prediction.py
        |- test_sentiment.py
        |- test_train_model.py
     |- __init__.py
     |- zillowbnb.py
  |- .coveragerc
  |- .travis.yml
  |- LICENSE
  |- README.md
  |- requirements.txt
  |- setup.py

How to Use/Examples

Use the User Guide to get you started.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.