Project Final
Project Final
1.SRINITHA S
2.SUJA G
3.SRI KARISHMA
CONTENTS
Abstract
Introduction
Problem definition and scope
Methodology
Modelling
Evaluation Metrices
Requirement specification
References
ABSTRACT
Breast cancer is the most common and deadly type of cancer in the world.
There are two types of breast cancer, Malignant and Beningn. The former is harmful,
malignant, ability to infect other organs, and classified as cancerous. The latter is
non-invasive, not harmful, and not spread to other organs.
PROBLEM DEFINITION AND SCOPE
Develop a machine learning model to classify breast cancer tumors as malignant or
benign based on features extracted from Fine needle aspiration.
Identify relevant features such as tumor size, shape, texture, and margin, as well as
patient demographic information.
Split the dataset into training, validation, and test sets, ensuring that each set
contains a representative distribution of malignant and benign cases.
METHODOLOGY
1.Dataset collection :
The dataset is collected from Fine needle aspiration ,that is a type of biopsy
procedure .
2.Data preprocessing :
Imputing missing values.
Standardizing the values.
5.Result analysis :
Based on the new data model shows the particular tumor is
malignant or benign.
0 indicates Malignant .
1 indicates benign .
MODELLING:
This measures the proportion of correctly classified instances out of the total
instances.
Accuracy = (TP + TN)/ (TP + TN + FP + FN)
2.Precision :
In the context of breast cancer classification, precision tells us the proportion of
correctly identified cancer cases among all cases predicted as positive. A higher
precision indicates fewer false positives.
Recall tells us the proportion of correctly identified cancer cases among all
actual cancer cases. A higher recall indicates fewer false negatives.
Recall = TP / TP + FN
4.F1 Score :
The F1 score is the harmonic mean of precision and recall, and it provides
a balance between the two metrics.
HARWARE SOFTWARE
https://youtu.be/bFh1umUDaGc?si=jrm4w7zQWbjDQO2r
https://www.cancer.org/cancer/types/breast-cancer/screening-tests-and-early-
detection/breast-biopsy/fine-needle-aspiration-biopsy-of-the-breast.html
https://www.geeksforgeeks.org/understanding-logistic-regression/
THANK YOU.....