Skip to content

This repository explores the prediction of house prices in Boston using the well-known Boston Housing Dataset. The project utilizes XGBoost, a powerful and efficient gradient boosting library, for building the predictive model.

Notifications You must be signed in to change notification settings

Prarabdha14/boston-house-pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Key Features:

Data Exploration and Preprocessing: Includes data loading, cleaning, feature engineering, and exploratory data analysis (EDA).

XGBoost Model Training: Trains an XGBoost regression model on the Boston Housing Dataset.

Hyperparameter Tuning: Implements techniques like grid search or random search to optimize model hyperparameters for better performance.

Model Evaluation: Evaluates model performance using metrics such as Mean Squared Error (MSE), Root Mean Squared Error (RMSE), R-squared, and Mean Absolute Error (MAE).

About

This repository explores the prediction of house prices in Boston using the well-known Boston Housing Dataset. The project utilizes XGBoost, a powerful and efficient gradient boosting library, for building the predictive model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published