Skip to content

Application of Machine Learning Regression to Housing Data.

Notifications You must be signed in to change notification settings

pierogio/ML_regressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

ML_regressions

forthebadge made-with-python
Made withJupyter

What is this project about.

After conducting an exploratory data analysis (EDA) and thorough data visualization, we are poised to leverage the power of supervised machine learning to predict housing prices. The goal is to compare the performance of these algorithms and visualize the results. Through the application of machine learning, our objective is to draw accurate conclusions about the process.

Algorithms Used and Compared

In our analysis, we've employed and compared the following machine learning algorithms:

  • Linear Regression
  • Ridge Regression
  • k-Nearest Neighbors (KNN)
  • Random Forest