House Prices

Advanced Regression Techniques.

Posted by August 09, 2021 · 1 min read

Project:

House Prices

This Kaggle project is focused on the number of rooms, area, pool, extra… There are so many items to describe how we will evaluate the price of the house. Thinking about it, this project through machine learning evaluates the price of the houses.

house price analysis
Click here to see my Python Project.

house price analysis

    Programming Language:

  • Python
  • Pandas
  • Numpy
  • Seaborn
  • Sklearn_ensemble
  • sklearn_preprocessing(LabelEncoder)
  • scipy_special(boxcox1p)
  • scipy_stats(boxcox_normmax)