Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 761 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 761 Bytes

Airbnb berlin price prediction

About the project

This project aims to predict the price of a night's accommodation offered on the short-term rental website Airbnb in the city of Berlin.

Table of Contents

Getting Started

Prerequisites

  1. Clone the repository
git clone https://github.com/flaviendeseure/Airbnb_berlin_price_prediction.git
  1. Install python libraries
pip install -r requirements.txt

Notebook

Simply launch the notebook on jupyter!

(back to top)