Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 836 Bytes

File metadata and controls

18 lines (13 loc) · 836 Bytes

Big-Data-and-Analytics--Project-3

Multiple Linear Regression and Logistic Regression using the Boston housing dataset

Repository containing Python data science project of my Big Data course from the University of Newcastle (Uon) Master of Data Science Degree. Presented in the form of Jupyter Notebooks.

The project covered the material from Lectures 1-7 and includes:

1: Dataset Import and Preparation
2: Regression
2.1: Create a new categorical variable
2.2: Create a set of dummy variables
I have reported the regression results and interpreted with my own words.

3 : Classification
I have reported the logistic regression results and interpreted with my own words.
3.1 Avaliation of model performance
3.3 Confunsion matrix and interpretation of sensitivity, specificity, and accuracy.