Skip to content

Commit 84517d2

Browse files
Merge pull request #2870 from smty2018/boston
Boston Housing Price Prediction with CatBoost
2 parents 44719dd + 8caa487 commit 84517d2

File tree

2 files changed

+350
-0
lines changed

2 files changed

+350
-0
lines changed

Predicting Boston Housing Prices using CatBoost Regression/Predicting_Boston_Housing_Prices_using_CatBoost_Regression (1).ipynb

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Boston Housing Price Prediction with CatBoost
2+
3+
This project focuses on predicting housing prices in the Boston area using the CatBoost regression algorithm. The dataset used in this project contains various attributes related to housing, and the goal is to develop a model that can accurately predict housing prices based on these attributes using the powerful CatBoost regressor.
4+
5+
Dataset
6+
7+
The dataset used in this project is the [Boston Housing Dataset](http://lib.stat.cmu.edu/datasets/boston). It contains information about various housing attributes such as crime rate, zoning, industry proportion, and more. The target variable is the median value of owner-occupied homes in $1000s.
8+
9+
Requirements
10+
11+
- Python 3.x
12+
- pandas
13+
- numpy
14+
- scikit-learn
15+
- catboost

0 commit comments

Comments
 (0)