FRONT PAge (Aastha Mahajan)
FRONT PAge (Aastha Mahajan)
2021 – 2025
In Partial Fulfillment of the Requirements for the Award of the Degree of
BACHELOR OF TECHNOLOGY
IN
COMPUTER SCIENCE AND ENGINEERING
Submitted By
Aastha Mahajan (0701CS211001)
VI - Sem
Under the Guidance
Of
Mrs. Anjali More
It gives me immense pleasure to express my deepest sense of gratitude and sincere thanks to my
highly respected and esteemed guide Mrs. Anjali More (Assistant Professor) Department Computer
Science & Engineering Ujjain Engineering College, Ujjain (M.P) for their valuable guidance,
encouragement and help for completing this work. Their useful suggestion for this whole work and co-
operative are sincerely acknowledgement.
I also wish to express my gratitude’s to Mrs. Anjali More (Computer Science & Engineering)
for his kind hearted support and guidance. I would like to thanks my friends.
I wish also to express my indebtedness to my parents as well as my family member whose
blessing and support always helped me to face the challenges ahead.
At the end I would like to express my sincere thanks to all my friends and other who helped me
directly or indirectly during this project work.
Place: Ujjain
Date: …../…../ 2024
Aastha Mahajan
ABSTRACT
This project provides us an overview on how to predict house prices using various machine
learning models with the help of different python libraries. This proposed model considers as the most
accurate model used for calculating the house price and provides a most accurate prediction. This
provides a brief introduction which will be needed to predict the house price. This project consists of
what and how the house price model works with the assistance of machine learning technique using
scikit-learn and which datasets we will be using in our proposed model.
Predicting the price of a house helps for determine the selling price of the house in a particular region
and it help people to find the correct time to buy a home. In this task on House Price Prediction using
machine learning, our task is to use data to create a machine learning model to predict house prices in
the given region. We will implement a linear regression algorithm on our dataset. By using real world
data entities, we are going to predict the price of the house in that area. For better results we require
data pre-processing units to improve the efficiency of the model. for this project we are using
supervised learning, which is a part of machine learning. We have to go through different attributes of
the dataset.
1 Introduction 1
2 Objective 2
3 Background 3
5 Coding 8
6 Output 12
7 Future Scope 15
8 Conclusion 16
9 References 17