Skip to content

Zen204/airbnb-availability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Predicting Airbnb Availability

This program is designed to predict whether an Airbnb listing is available using machine learning techniques. The project leverages feature engineering, data preprocessing, and supervised learning models to achieve accurate predictions.

Features

  • Data Preprocessing: Handles missing data, encodes categorical variables, and scales numerical features for optimal model performance.
  • Feature Engineering: Extracts relevant features to improve prediction accuracy.
  • Modeling: Trains and evaluates supervised learning models to predict Airbnb availability.
  • Visualization: Includes plots to analyze data trends and model performance.

Requirements

To run the notebook, you need the following dependencies:

  • Python 3.7+
  • Jupyter Notebook or JupyterLab
  • pandas
  • numpy
  • scikit-learn
  • matplotlib
  • seaborn

Install the required libraries using the following command:

pip install -r requirements.txt

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/airbnb-availability-predictor.git
  2. Navigate to the project directory:

    cd airbnb-availability-predictor
  3. Launch Jupyter Notebook:

    jupyter notebook Listings_Availability.ipynb
  4. Run the cells in the notebook sequentially to:

    • Load and preprocess the data
    • Perform exploratory data analysis (EDA)
    • Train and evaluate machine learning models

Dataset

The dataset includes Airbnb listings with various features such as location, price, and previous booking history. These attributes are used to predict the availability status of a listing.

Note: Ensure you have the required dataset in the specified location before running the notebook. Replace the placeholder path in the notebook with your actual dataset path.

Results

The notebook provides:

  • A detailed analysis of features impacting availability.
  • Performance metrics (e.g., accuracy, precision, recall) of the trained models.
  • Visualizations to understand data distribution and model predictions.

Contributing

Contributions are welcome! If you have ideas for improving the project or adding new features, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Thank you to my mentors at MIT for all their support throughout this learning process!

About

A machine learning model that predicts Airbnb listing availability, utilizing feature engineering and supervised learning techniques to improve guest experience and optimize host management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors