SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2049
LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY
T.Mamatha, K.Sudeepa, K.Asha Nandini, S.Vaishnavi
Department of Computer Sciences, Sreenidhi Institute of Science and Technology
------------------------------------------------------------------------***------------------------------------------------------------------------
Abstract
In order to improve quality initiatives, healthcare
administration, and consumer education, it is critical to
track health outcomes. The data obtained from patients
who had large lung resections for primary lung cancer is
referred to as thoracic surgery. Attribute ranking and
selection are critical components of successful health
outcome prediction when using machine learning
algorithms.
Researchers used several procedures, such as early-stage
examinations, to determine the type of cancer before
symptoms appeared. The most relevant attributes are
identified using attribute ranking and selection, and the
duplicated and unnecessary attributes are removed from
the dataset.
The goal of our study is to look at patient mortality over
the course of a year after surgery. More precisely, we're
looking into the patients' underlying health issues, which
could be a powerful predictor of surgical-related mortality.
Keywords: Attribute ranking; Machine learning;
Prediction; Thoracic Surgery.
1 Introduction
The introduction of computer applications into the
medical industry has had a direct impact on doctors'
productivity and accuracy in recent years. One of these
applications is the study of health outcomes.
In most nations, cancer is now one of the leading causes of
mortality. Thoracic surgery is the most common operation
performed on lung cancer patients.
Massive datasets of cancer have been collected and made
available to medical professionals as a result of the
advancement of new tools in the field of medicine.
Many machine learning techniques such as KNN, Logistic
regression, random forest etc…are used to predict life
expectancy for post thoracic surgery.
Let's learn about the scientific and biological things
happen inside a human body. This way it becomes far
more easier to work the technical advancements. Thoracic
surgery is done when lungs stops working properly. In an
eloborated way, lungs stops exchanging of gases which is
obviously a death deal. Alveoli are the minute organs in
lungs which are critical for exchange of gases. When
alveoli fades or dies the septal cells also becomes dead
which inturn form a dead tissue what we generally call a
Tumor. What makes alveoli die? Many things especially
tobacco. Tobacco contains Nicotino carcinoma which is
deadly component. Tumor that is responsible for lung
cancer can be detected in CT scans which is common way
for detecting any kind of abnormality in humans. That is
why one of our 17 attributes is smoking criteria.
2 Related Work
Even though people are aware of how deadly a cancer can
be somehow they are always reckless and careless about
taking care. Lung cancer became very obvious that today
we are doing a project related to it as a development in
technology. Lung cancer cannot be cured but certainly can
be prevented and avoided. The most prevalent cause of
death after any sort of thoracic surgery is postoperative
respiratory problems.
The predictive models that are provided are based on
various supervised machine learning techniques including
logistic regression and Random forest as an aim to model
cancer risk or patient outcomes.
Their results indicated that simple logistic regression
technique is better or other machine learning techniques
with 81% prediction accuracy.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2050
Related works and previous works had made ways for lot
of advancements in lung cancer predictions which has lead
us to these great inventions. By this technological
development we can estimate the life span of certain
patient.
Machine learning is a advancement in coding which made
pretty much everything easier. Machine learning is
basically written in Python. We use jupyter notebook or
jupyter lab for implementation. In machine learning there
are three types of techniques named as Supervised,
Unsupervised and semi supervised. There are different
algorithms in each of these catogories. To name a few
Logistic Regression, SVM, decision trees, Random
Forest,KNN, K-Means ,Naive Bayes theorem etc. As per our
requirements we choose algorithms. We compare different
algorithms and stick with the one that gives highest
accuracy.
4 Existing method:
It has always been a difficult task to accurately predict the
life expectancy post an operation. The prediction depends
on several health factors of which some have a much
crucial role compared to the other factors.
A popular method used in the past was to analyze the CT
scan images of the lungs and predict based on the regular
check-ups.
In existing methods we made predictions about life
expectancy but that was not accurate. Some cases were so
out of prediction that lead to false hope for patients. But
now that has been covered with new advancements
Confusion matrix obtained:
In attributes we take there are many dimensions in a
single data set. For all the features e do feature scaling to
avoid or omit outliers. After feature scaling, with the
features we obtained we interpret graphs by comparing
every feature with every other feature. Then we do
confusion matrix based on these. In our case we took 1 for
death and 0 for death . This is a common method to assign
numericals for attributes to nullify the blanks in data set..
5 The Proposed Method
In order to improve quality initiatives, healthcare
administration, and consumer education, it is critical to
track health outcomes.
Since the data is huge and is complex for the model to
handle we remove certain attributes which are irrelevant
for the prediction.
The most relevant attributes are identified using attribute
ranking and selection, and the duplicated and unnecessary
attributes are removed from the dataset.
The goal of our model is to look at patient mortality over
the course of a year after surgery. More precisely, we're
looking into the patients' underlying health factors, which
could be a powerful predictor of surgical-related mortality.
In existing methods we made lot of progress in obtaining
more accuracy about predictions of life expectancy. We
not only eliminated unwanted attributes but considers
mean values of features. Mean values are more accurate
than singular values as they omit outliers. This is what
made this method different from previous method.
6 Research Methodology:
We ran our experiments on a system with a 2.30 GHZ
Intel(R) CoreTMi5 processor and 512 MB of RAM running
Microsoft Windows 10 Professional (SP2). We partition
the data set is into 2 different sized subsets. The analysis is
performed on 80% of subsets (training) and other the
analysis on 20% of subsets (testing).
Correlation:
The important aim of these methods is to omit irrelevant
attributes from the original set of attributes. In our work,
we use the attribute ranking methods Information Gain
(IG) attribute evaluation. Information Gain (IG) Attribute
Evaluation is used to evaluate the significance of an
attribute by calculate the Information Gain with respect to
the class. The bases of IG depend on entropy which
calculate the randomness of the system. Information Gain
can be measured by the following equation:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2051
IG(Class, Attribute) = H(Class) − H(Class|Attribute)
Where H is the entropy
It is problematic to estimate that a relevant attribute
should have different values between cases belong to
different classes and have the same value for cases from
the same class. The goal of this paper is to study the effect
of number of attributes on accuracy of machine learning
techniques for solving the problem for life expectancy
prediction for post thoracic surgery. Eliminating the
number of features and maximize the accuracy is required
to reducing the computational time of prediction
techniques. In this study, We used information gain,
ranking methods to lessen the number of features then we
studied the nature of techniques Simple Logistic
Regression, , and random forest and KNN after applying
the three ranking methods for life expectancy prediction
for post Thoracic Surgery. The quality of the proposed
methods is calculated by comparing the quality of Simple
Logistic Regression, random forest and KNN with and
without using attribute ranking methods prior.
Results:
Logistic Regression:
Accuracy: 85%
RandomForest:
Accuracy: 83%
7 Conclusion
To conclude that we got highest accuracy for simple
logistic regression gave highest accuracy when compared
with other two algorithms that are random forest and
KNN. We got accuracy of 85%. Even if have made all these
predictions it is always narrows down to one main criteria
that is care taken by individual. We can only give hope of
showing the numbers that they will live for . This
invention opens up for lot of scope for more developments.
We took algorithms of Logistic regression and Random
forest and KNN and all these algorithms are calculated
again with weights and without weights. With weights also
we got more accuracy through simple logistic regression.
The purpose of taking Random forest is to compare the
precision of simple logistic regression and Random forest.
Precision made by Random forest is nearly 2% . the
precision of logistic regression is constant through out the
experiment but Random forest is not constant.
References
[1] V. Sindhu, S. A. S. Prabha, S. Veni and M. Hemalatha.
(2014), “Thoracic surgery analysis using datamining
techniques”, International Journal of Computer
Technology & Applications, Vol. 5 pp.578-586.
[2] KonstantinaKourou , Themis P. Exarchos, Konstantinos
P. Exarchos, Michalis V. Karamouzis and Dimitrios I.
Fotiadisa. (2015), “Machine learning applications in cancer
prognosis and prediction”, Computational and Structural
Biotechnology Journal, Vol. 13,pp.8-17.
[3] KwetisheJoro Danjuma. (2015), “Performance
evaluation of machine learning
algorithms in post-operative life expectancy in the lung
cancer patients”, IJCSI International Journal of Computer
Science Issues, Vol. 12, No. 2, pp.189-199 .
[4] Joseph A. Cruz, David S. Wishart. (2006), “Applications
of machine learning in cancer prediction and prognosis”,
Cancer Informatics, Vol. 2, pp.59-77 2006.
[5] Mehdi Naseriparsa, Amir-Masoud Bidgoli and Touraj
Varaee. (2013), “A hybrid feature selection method to
improve performance of a group of classification
algorithms”, International Journal of Computer
Applications,Vol. 69, No. 17,pp.28-35.
[6] Pinar Yildirim. (2015), “Filter based feature selection
methods for prediction of risks in hepatitis disease”,
International Journal of Machine Learning and Computing,
Vol. 5, No. 4,pp. 258-263.
[7] Samina Khalid, TehminaKhalil and ShamilaNasreen.
(2014), “A survey of feature selection and feature
extraction techniques in machine learning”, Science and
Information Conference(SAI)

More Related Content

Similar to LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY

Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningIRJET Journal
 
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMCARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMIRJET Journal
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction SystemIRJET Journal
 
Heart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsHeart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsIRJET Journal
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET Journal
 
Breast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningBreast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningIRJET Journal
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningIRJET Journal
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningIRJET Journal
 
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNINGPARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
Breast Cancer Prediction
Breast Cancer PredictionBreast Cancer Prediction
Breast Cancer PredictionIRJET Journal
 
IRJET- Exploring Colorectal Cancer Genes through Data Mining Techniques
IRJET- Exploring Colorectal Cancer Genes through Data Mining TechniquesIRJET- Exploring Colorectal Cancer Genes through Data Mining Techniques
IRJET- Exploring Colorectal Cancer Genes through Data Mining TechniquesIRJET Journal
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET Journal
 
IRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET Journal
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET Journal
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET Journal
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainAI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainIRJET Journal
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET Journal
 
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET Journal
 

Similar to LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY (20)

Multi Disease Detection using Deep Learning
Multi Disease Detection using Deep LearningMulti Disease Detection using Deep Learning
Multi Disease Detection using Deep Learning
 
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHMCARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
CARDIOVASCULAR DISEASE PREDICTION USING GENETIC ALGORITHM
 
Multiple Disease Prediction System
Multiple Disease Prediction SystemMultiple Disease Prediction System
Multiple Disease Prediction System
 
Heart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsHeart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning Algorithms
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of Diabetes
 
Breast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningBreast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine Learning
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep Learning
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine Learning
 
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNINGPARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
 
Breast Cancer Prediction
Breast Cancer PredictionBreast Cancer Prediction
Breast Cancer Prediction
 
IRJET- Exploring Colorectal Cancer Genes through Data Mining Techniques
IRJET- Exploring Colorectal Cancer Genes through Data Mining TechniquesIRJET- Exploring Colorectal Cancer Genes through Data Mining Techniques
IRJET- Exploring Colorectal Cancer Genes through Data Mining Techniques
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
IRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain Tumor
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine Learning
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainAI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
 
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...IRJET-  	  Comparative Study of Machine Learning Models for Alzheimer’s Detec...
IRJET- Comparative Study of Machine Learning Models for Alzheimer’s Detec...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 

LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2049 LIFE EXPECTANCY PREDICTION FOR POST THORACIC SURGERY T.Mamatha, K.Sudeepa, K.Asha Nandini, S.Vaishnavi Department of Computer Sciences, Sreenidhi Institute of Science and Technology ------------------------------------------------------------------------***------------------------------------------------------------------------ Abstract In order to improve quality initiatives, healthcare administration, and consumer education, it is critical to track health outcomes. The data obtained from patients who had large lung resections for primary lung cancer is referred to as thoracic surgery. Attribute ranking and selection are critical components of successful health outcome prediction when using machine learning algorithms. Researchers used several procedures, such as early-stage examinations, to determine the type of cancer before symptoms appeared. The most relevant attributes are identified using attribute ranking and selection, and the duplicated and unnecessary attributes are removed from the dataset. The goal of our study is to look at patient mortality over the course of a year after surgery. More precisely, we're looking into the patients' underlying health issues, which could be a powerful predictor of surgical-related mortality. Keywords: Attribute ranking; Machine learning; Prediction; Thoracic Surgery. 1 Introduction The introduction of computer applications into the medical industry has had a direct impact on doctors' productivity and accuracy in recent years. One of these applications is the study of health outcomes. In most nations, cancer is now one of the leading causes of mortality. Thoracic surgery is the most common operation performed on lung cancer patients. Massive datasets of cancer have been collected and made available to medical professionals as a result of the advancement of new tools in the field of medicine. Many machine learning techniques such as KNN, Logistic regression, random forest etc…are used to predict life expectancy for post thoracic surgery. Let's learn about the scientific and biological things happen inside a human body. This way it becomes far more easier to work the technical advancements. Thoracic surgery is done when lungs stops working properly. In an eloborated way, lungs stops exchanging of gases which is obviously a death deal. Alveoli are the minute organs in lungs which are critical for exchange of gases. When alveoli fades or dies the septal cells also becomes dead which inturn form a dead tissue what we generally call a Tumor. What makes alveoli die? Many things especially tobacco. Tobacco contains Nicotino carcinoma which is deadly component. Tumor that is responsible for lung cancer can be detected in CT scans which is common way for detecting any kind of abnormality in humans. That is why one of our 17 attributes is smoking criteria. 2 Related Work Even though people are aware of how deadly a cancer can be somehow they are always reckless and careless about taking care. Lung cancer became very obvious that today we are doing a project related to it as a development in technology. Lung cancer cannot be cured but certainly can be prevented and avoided. The most prevalent cause of death after any sort of thoracic surgery is postoperative respiratory problems. The predictive models that are provided are based on various supervised machine learning techniques including logistic regression and Random forest as an aim to model cancer risk or patient outcomes. Their results indicated that simple logistic regression technique is better or other machine learning techniques with 81% prediction accuracy.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2050 Related works and previous works had made ways for lot of advancements in lung cancer predictions which has lead us to these great inventions. By this technological development we can estimate the life span of certain patient. Machine learning is a advancement in coding which made pretty much everything easier. Machine learning is basically written in Python. We use jupyter notebook or jupyter lab for implementation. In machine learning there are three types of techniques named as Supervised, Unsupervised and semi supervised. There are different algorithms in each of these catogories. To name a few Logistic Regression, SVM, decision trees, Random Forest,KNN, K-Means ,Naive Bayes theorem etc. As per our requirements we choose algorithms. We compare different algorithms and stick with the one that gives highest accuracy. 4 Existing method: It has always been a difficult task to accurately predict the life expectancy post an operation. The prediction depends on several health factors of which some have a much crucial role compared to the other factors. A popular method used in the past was to analyze the CT scan images of the lungs and predict based on the regular check-ups. In existing methods we made predictions about life expectancy but that was not accurate. Some cases were so out of prediction that lead to false hope for patients. But now that has been covered with new advancements Confusion matrix obtained: In attributes we take there are many dimensions in a single data set. For all the features e do feature scaling to avoid or omit outliers. After feature scaling, with the features we obtained we interpret graphs by comparing every feature with every other feature. Then we do confusion matrix based on these. In our case we took 1 for death and 0 for death . This is a common method to assign numericals for attributes to nullify the blanks in data set.. 5 The Proposed Method In order to improve quality initiatives, healthcare administration, and consumer education, it is critical to track health outcomes. Since the data is huge and is complex for the model to handle we remove certain attributes which are irrelevant for the prediction. The most relevant attributes are identified using attribute ranking and selection, and the duplicated and unnecessary attributes are removed from the dataset. The goal of our model is to look at patient mortality over the course of a year after surgery. More precisely, we're looking into the patients' underlying health factors, which could be a powerful predictor of surgical-related mortality. In existing methods we made lot of progress in obtaining more accuracy about predictions of life expectancy. We not only eliminated unwanted attributes but considers mean values of features. Mean values are more accurate than singular values as they omit outliers. This is what made this method different from previous method. 6 Research Methodology: We ran our experiments on a system with a 2.30 GHZ Intel(R) CoreTMi5 processor and 512 MB of RAM running Microsoft Windows 10 Professional (SP2). We partition the data set is into 2 different sized subsets. The analysis is performed on 80% of subsets (training) and other the analysis on 20% of subsets (testing). Correlation: The important aim of these methods is to omit irrelevant attributes from the original set of attributes. In our work, we use the attribute ranking methods Information Gain (IG) attribute evaluation. Information Gain (IG) Attribute Evaluation is used to evaluate the significance of an attribute by calculate the Information Gain with respect to the class. The bases of IG depend on entropy which calculate the randomness of the system. Information Gain can be measured by the following equation:
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2051 IG(Class, Attribute) = H(Class) − H(Class|Attribute) Where H is the entropy It is problematic to estimate that a relevant attribute should have different values between cases belong to different classes and have the same value for cases from the same class. The goal of this paper is to study the effect of number of attributes on accuracy of machine learning techniques for solving the problem for life expectancy prediction for post thoracic surgery. Eliminating the number of features and maximize the accuracy is required to reducing the computational time of prediction techniques. In this study, We used information gain, ranking methods to lessen the number of features then we studied the nature of techniques Simple Logistic Regression, , and random forest and KNN after applying the three ranking methods for life expectancy prediction for post Thoracic Surgery. The quality of the proposed methods is calculated by comparing the quality of Simple Logistic Regression, random forest and KNN with and without using attribute ranking methods prior. Results: Logistic Regression: Accuracy: 85% RandomForest: Accuracy: 83% 7 Conclusion To conclude that we got highest accuracy for simple logistic regression gave highest accuracy when compared with other two algorithms that are random forest and KNN. We got accuracy of 85%. Even if have made all these predictions it is always narrows down to one main criteria that is care taken by individual. We can only give hope of showing the numbers that they will live for . This invention opens up for lot of scope for more developments. We took algorithms of Logistic regression and Random forest and KNN and all these algorithms are calculated again with weights and without weights. With weights also we got more accuracy through simple logistic regression. The purpose of taking Random forest is to compare the precision of simple logistic regression and Random forest. Precision made by Random forest is nearly 2% . the precision of logistic regression is constant through out the experiment but Random forest is not constant. References [1] V. Sindhu, S. A. S. Prabha, S. Veni and M. Hemalatha. (2014), “Thoracic surgery analysis using datamining techniques”, International Journal of Computer Technology & Applications, Vol. 5 pp.578-586. [2] KonstantinaKourou , Themis P. Exarchos, Konstantinos P. Exarchos, Michalis V. Karamouzis and Dimitrios I. Fotiadisa. (2015), “Machine learning applications in cancer prognosis and prediction”, Computational and Structural Biotechnology Journal, Vol. 13,pp.8-17. [3] KwetisheJoro Danjuma. (2015), “Performance evaluation of machine learning algorithms in post-operative life expectancy in the lung cancer patients”, IJCSI International Journal of Computer Science Issues, Vol. 12, No. 2, pp.189-199 . [4] Joseph A. Cruz, David S. Wishart. (2006), “Applications of machine learning in cancer prediction and prognosis”, Cancer Informatics, Vol. 2, pp.59-77 2006. [5] Mehdi Naseriparsa, Amir-Masoud Bidgoli and Touraj Varaee. (2013), “A hybrid feature selection method to improve performance of a group of classification algorithms”, International Journal of Computer Applications,Vol. 69, No. 17,pp.28-35. [6] Pinar Yildirim. (2015), “Filter based feature selection methods for prediction of risks in hepatitis disease”, International Journal of Machine Learning and Computing, Vol. 5, No. 4,pp. 258-263. [7] Samina Khalid, TehminaKhalil and ShamilaNasreen. (2014), “A survey of feature selection and feature extraction techniques in machine learning”, Science and Information Conference(SAI)