0% found this document useful (0 votes)
25 views1 page

Lab 14 Open Ended

This lab aims to understand how house features relate to house prices by performing statistical analysis and predictive modeling on a housing dataset. The objectives are to explore the data, predict house prices using two models to minimize error between predicted and actual prices, and understand relevant Python libraries. Students are encouraged to find and modify online code to help solve the problem. The housing dataset is available from a Kaggle link provided. An online tutorial on house price prediction using deep learning is recommended reading.

Uploaded by

zk9041407
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Lab 14 Open Ended

This lab aims to understand how house features relate to house prices by performing statistical analysis and predictive modeling on a housing dataset. The objectives are to explore the data, predict house prices using two models to minimize error between predicted and actual prices, and understand relevant Python libraries. Students are encouraged to find and modify online code to help solve the problem. The housing dataset is available from a Kaggle link provided. An online tutorial on house price prediction using deep learning is recommended reading.

Uploaded by

zk9041407
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIVERSITY OF ENGINEERING AND TECHNOLOGY PESHAWAR, JALOZAI CAMPUS

Lab 14: Open Ended


Lab Title: EE-271 “OOP & Data Structures Lab”

Note: Using the internet is encouraging for finding relevant code and modifying it for the problem at
hand.

Date: Thursday, December 28, 2023 Time: 10 min/ Task

Problem Statement

This Lab aims to understand the statistical analysis that will help understand the relationship
between house features and how these variables are used to predict house prices.

Objective

 Understand the structure of different libraries based on the concepts developed throughout
this lab.

 Explorative Data Analysis (EDA).

 Predict the house price.

 Using two models to minimize the difference between predicted and actual rating.

Dataset:

The dataset is available on Kaggle, and you can get it from the following link.

 https://www.kaggle.com/datasets/harlfoxem/housesalesprediction

Recommended Reading:

Many tutorials, video lectures, and blogs are available online.

 https://towardsdatascience.com/house-prices-prediction-using-deep-learning-
dea265cc3154

You might also like