0% found this document useful (0 votes)
10 views9 pages

Internship Front

Uploaded by

hrosingh13579
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)
10 views9 pages

Internship Front

Uploaded by

hrosingh13579
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/ 9

“PYTHON FOR DATA SCIENCE”

INTERNSHIP REPORT

Submitted to partial fulfillment of the requirements for the award


of

Bachelor of
Engineering in
Electronics and Communication Engineering
Submitted to

Visvesvaraya Technological University


Belagavi, Karnataka, 590 018

Submitted By

Shreya
Belgaumkar
(2KE21EC099)

Under the Guidance of


Mrs. Anusha Reddy

Department of Electronics and Communication Engineering


(NBA Accredited)

K. L. E. SOCIETY’S
K. L. E. INSTITUTE OF
TECHNOLOGY,
Hubballi-27
2023-24
K. L. E. SOCIETY’S
K. L. E. INSTITUTE OF TECHNOLOGY,

Department of Electronics and communication


engineering

CERTIFICATE

This is to certify that the project work entitled “Python for Data Science” is a
bonafide work carried out by Shreya Belgaumkar (2KE21EC099) in partial fulfilment for
the award of degree of Bachelor of Engineering in VI Semester ‘A’ division, Electronics and
Communication Engineering of Visvesvaraya Technological University, Belagavi, during the
year 2023-24. It is certified that all corrections/suggestions indicated for internal assessment
have been incorporated in the report deposited in the department library. The internship report
has been approved as it satisfies the academic requirements in respect of project work
prescribed for the said degree.

Mrs. Anusha Reddy Dr. G.A. Bidkar


(Guide) (HOD)

Name of Examiners:

1.

2.

i
DECLARATION

I, Shreya Belgaumkar (2KE21EC099), student of 6th Semester B.E., K.L.E.


Institute ofTechnology, Hubballi, hereby declare that the internship project work has been
carried out and submitted in partial fulfillment of the requirements for the VI Semester
degree of Bachelor of Engineering in Electronics and Communication Engineering of
Visvesvaraya Technological University, Belagavi during academic year 2023-2024.

Date: 09-08-2024 Shreya Belgaumkar


Place: Hubballi (2KE21EC099)

ii
ACKNOWLEDGEMENT

On the successful completion of this project work, I would like to acknowledge and
extend my heartfelt gratitude to the following people who supported me to complete the
project.

I am thankful to my guide Mr. Chetan S, Department of Electronics and Communication


Engineering for his encouragement, effective guidance and valuable suggestions right
from the beginning of the project till its completion, without which this project work
would not have been accomplished. I am greatly indebted to him.

I am also thankful to Dr. G.A.Bidkar, Head of Electronics and Communication


Engineering Department, who has given valuable suggestions during the work and his
moral support and encouragement.

My sincere gratitude to our beloved principal Dr. Manu T.M, for providing an ideal
atmosphere to pursue our objectives under his able administration.

I am also thankful to Dr. Yerriswamy, Dean Academics, for creating right kind of milieu
and giving moral support.

I also thank my parents and all my friends wholeheartedly who have rendered their help,
motivation and support to accomplish this project.

Shreya Belgaumkar (2KE21EC099)

iii
ABSTRACT

Spam email remains a persistent challenge, demanding sophisticated


countermeasures. This research proposes a novel approach to spam detection that
integrates advanced machine learning techniques with meticulous feature
engineering. By comprehensively analyzing email metadata, including header
information, subject lines, and textual content, we extract discriminative features to
accurately classify emails as spam or legitimate. Our model undergoes rigorous
evaluation using standard performance metrics, aiming to achieve high detection
accuracy while minimizing false positives. The proposed system is anticipated to
significantly enhance email security and user experience by effectively filtering out
unwanted and potentially harmful messages.

Our proposed model incorporates a combination of text preprocessing,


feature selection, and state-of-the-art classification algorithms to optimize detection
accuracy while minimizing false positives and false negatives. Through rigorous
evaluation using standard performance metrics, we aim to demonstrate the
effectiveness of our approach in mitigating the impact of spam. The successful
implementation of this system is expected to enhance email security, improve user
experience, and reduce the economic burden associated with spam.

iv
APPENDIX

K.L.E. SOCIETY’S
K.L.E. INSTITUTE OF TECHNOLOGY
Department of Electronics and communication
Engineering

v
CONTENTS
Certificate

Declaration

Acknowledgemen

t Abstract

Appendix

SL CHAPTER NAME PAGE NO


NO
1 Company Profile 1
1.1 About Company 1
1.2 About Department 1
1.3 Objectives 2
2 Task Performed 3
2.1 Introduction to python 3
2.2 Python features and service 4
2.3 Conditional Statements 8
2.4 Python Libraries 9
2.5 Data frames in python 11
2.6 Matplotlib and Seaborn 13
3 Project using Data Science 16
3.1 Project using Data Science 16
4 Conclusion and Future scope 21
4.1 Conclusion 21
4.2 Future Scope 22
References 23

vi
LIST OF FIGURES

FIGURE FIGURE NAME PAGE


NO NO
3.1.1 Process for Importing Stopwords 17
3.1.2 Spam and Ham Dataset 17
3.1.3 An example email present in the dataset 18
3.1.4 Confusion Matrix 19

LIST OF TABLES

TABLE NO TABLE NAME PAGE


NO
2.1 Weekly Tasks performed 3

vii

You might also like