Context
IA-AirBnB is a data project focused on turning raw Airbnb datasets from Lyon and Paris into a model-ready workflow.
Project
Data science pipeline for Airbnb price prediction using Lyon and Paris data, with preprocessing, analysis and linear regression models.
IA-AirBnB is a data project focused on turning raw Airbnb datasets from Lyon and Paris into a model-ready workflow.
The project explores how structured accommodation data can be cleaned, analyzed and used to predict prices with a simple, explainable baseline.
The workflow covers preprocessing, exploratory analysis, outlier handling, train/test split and linear regression modeling.
The architecture is a notebook/script-style data pipeline: load files, clean data, build features, train a baseline model and prepare evaluation outputs.
The verified scope is the data workflow described in the repository.
// TODO: add model metrics only after verifying them from the repository outputs.
// TODO: add screenshots or notebook/export previews.