July 30, 2023

Introduction

This Kaggle competition is to predict house prices in Ames, Iowa, based on various features of the houses. The dataset used for this competition was from Kaggle - House Prices: Advanced Regression Techniques.

I created an ensemble model which consists of diverse regression algorithms to enhance the predictive performance.

Achievement

Datasets

To prepare the data for modeling, I performed data cleaning and handled missing values by imputing them appropriately.

Language and libraries

Language : Python

Libraries :