Skip to content

Commit 034033d

Browse files
author
artur.sniegowski
committed
multivariable regression model to predict house prices
1 parent 59fc194 commit 034033d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,14 @@ The main libraries used in this analysis were:</br>
7171
[Plotly](https://plotly.com/python/), it's Python graphing library, makes interactive, publication-quality graphs.</br>
7272
[Matplotlib](https://matplotlib.org/) is a comprehensive library for creating static, animated, and interactive visualisations in Python.</br>
7373
[SciPy](https://docs.scipy.org/doc/scipy/index.html) is an open-source software for mathematics, science, and engineering (for calculating the t-statistic and the p-value).</br>
74+
75+
## 10_Predict_House_Prices
76+
In this project, we will use data from the UCI ML housing dataset, https://archive.ics.uci.edu/ml/machine-learning-databases/housing/. This data set includes 14 characteristics describing the housing market in the Boston area in the 1970s.
77+
We will analyse the data, and based on that, we will build a multivariable regression model to predict house prices in this area. We will divide the data set into two categories: one that will be used to train or find the parameters for our multivariable linear regression, and the other that will be used for testing.
78+
The price will be the target value, and the rest of the characteristics (13 in total, like CRIM (crime rate), RM (number of rooms), and NOX (pollution)) will be used as factors to determine the price.
79+
The features will be analysed and checked to see if they are sufficient for predicting house prices.
80+
The main libraries used in this analysis were:</br>
81+
[Seaborn](https://seaborn.pydata.org/index.html), which is based on Matplotlib for generating different kinds of charts.</br>
82+
[Plotly](https://plotly.com/python/), it's Python graphing library, makes interactive, publication-quality graphs.</br>
83+
[Matplotlib](https://matplotlib.org/) is a comprehensive library for creating static, animated, and interactive visualisations in Python.</br>
84+
[SciPy](https://docs.scipy.org/doc/scipy/index.html) is an open-source software for mathematics, science, and engineering (for calculating the t-statistic and the p-value).</br>

0 commit comments

Comments
 (0)