Skip to content

A basic Machine Learning model in python to predict the rent in Germany based on scrapped data from Immoscout24 provided by Kaggle.

Notifications You must be signed in to change notification settings

varghese-ascalonic/Germany-Rent-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Germany Rent Predictor

A model using linear regression to predict the rent in Germany from kaggle data.

Model

The dataset obtained from kaggle had almost 45 columns. But the most relavent columns were the region where the apartment is located and the area in square meter available. The areas currently supported are :

  • Schleswig Holstein
  • Berlin
  • Bayern
  • Brandenburg
  • Sachsen
  • Sachsen Anhalt
  • Nordrhein Westfalen
  • Mecklenburg Vorpommern
  • Hamburg
  • Rheinland Pfalz
  • Hessen

Initially, only relationship between the area and rent was explored. But that model did not perform well. The the region was also integrated.

Applications

Do you think the rent you are paying is reasonable? Input the amenities of your residential and the model will calculate the expected rent based on listings.

About

A basic Machine Learning model in python to predict the rent in Germany based on scrapped data from Immoscout24 provided by Kaggle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published