SlideShare a Scribd company logo
Sensitivity and Specificity
in Predictive Modeling
Sarajit Poddar
7 June 2015
Solving Workforce Problems using Analytics
Sensitivity
1. When a Predictive Model is applied on a Real Life data, Sensitivity is the
Probability to “Selecting” up the Correct outcome.
2. For instance, a Predictive Model is developed to identify Higher
Performer Employees who are likely to leave within 6 months, Sensitivity
is the probability to “identifying someone who will actually leave”.
3. Sensitivity is also called the “True Positive Rate”.
Specificity
1. When applying the Predictive Model on a Real Life data, Specificity is
the Probability to “Rejecting” up the Incorrect outcome.
2. For instance, when the Predictive Model of identifying High Performer
attrition, Specificity is the probability to “not identifying someone who will
not leave”.
3. Sensitivity is also called the “True Negative Rate”.
Trade-off between Sensitivity and
Specificity
1. Sensitivity: When we are too cautious with identifying the potential leavers,
we may end up including in out pool someone who will not leave. Thus, we
will end up having a bigger pool of identified employees, than it should. If
Organisation is devising initiatives for preventing the attrition, it may have to
allocate more fund than required, to address this. Thus, while sensitivity is
high, the specificity is low.
2. Specificity: When the organisation wants to restrict the pool size, it may
have more stringent selection condition. While it will not select the “non-
leavers”, it may also miss out on “potential leavers”. Thus, while specificity
is high, the sensitivity is low.
“Thus one needs to judge, what is more
important for addressing the issue at hand. If
losing high-performing Sales Employees is
going to cost the company more (opportunity
cost), perhaps increasing sensitivity is going to
be more effective.”
False Positive (Type 1 Error)
If the predictive algorithm ends up selecting a high performer
who has no “flight risk”, this called “False Positive”. It is
“Positive” because, the selection action has happened. It is
“False” because, the employee selected does not belong to the
Target group.
Target group = High performers having high “flight-risk”.
False Negative (Type 2 Error)
If the predictive algorithm fails to select a high performer who
has significant “flight risk”, this called “False Negative”. It is
“Negative” because, someone from the Target group is “not
selected”. It is “False” because, the employee not-selected
belongs to the Target group.
Target group = High performers having high “flight-risk”.
Actual Positive Actual Negative
TestOutcome
Negative
True
Positive
False
Positive
False
Negative
True
NegativeTestOutcome
Positive
Re-visiting the Errors
Type 1 Error (False Positive)
Selecting a member outside
the Target group
Relaxed selection algorithm,
with large filters to allow
someone outside the target
group.
Type 2 Error (True Negative)
Failure to select a member
within the Target group.
Stringent selection algorithm,
with small filters to dis-allow
someone even within the target
group.
Applying the
Concept to Talent
Acquisitionin
Sensitivity & Specificity
Sensitivity
Probability of “Selecting” High quality
candidates.
Increasing Sensitivity can mean,
relaxing the selection parameters, thus
allowing selection of “poor quality
candidates”.
Decreasing Sensitivity can mean
putting stringent selection parameters,
potentially losing out on “good quality
candidates”
Specificity
Probability of “Not Selecting” Poor
quality candidates.
Increasing Specificity can mean,
putting stringent selection parameters,
thus increasing the chance of rejecting
“poor quality candidates”.
Decreasing Specificity can mean
relaxing the selection parameters, thus
failing to reject “poor quality
candidates”
Type 1 and Type 2 Errors
Type 1 Error (False
Positive)
Selecting “Poor quality
candidates”.
Relaxed selection
algorithm.
Type 2 Error (True
Negative)
Rejecting “High Quality
Candidates”.
Stringent selection
algorithm.
Important Ratios
Important Ratios
1. True positive rate (TPR), Sensitivity = Σ True positive
/ Σ Condition positive
2. True negative rate (TNR), Specificity = Σ True
negative / Σ Condition negative
3. False positive rate (FPR), Fall-out = Σ False positive
/ Σ Condition negative
4. False negative rate (FNR), Miss rate = Σ False
negative / Σ Condition positive
5. Accuracy (ACC) = Σ True positive + Σ True negative
/ Σ Total population
6. Prevalence = Σ Condition positive / Σ Total
population
7. Positive predictive value (PPV), Precision = Σ True
positive / Σ Test Outcome Positive
8. False discovery rate (FDR) = Σ False positive / Σ
Test Outcome Positive
9. False omission rate (FOR) = Σ False negative / Σ
Test Outcome Negative
10.Negative predictive value (NPV) = Σ True negative /
Σ Test Outcome Negative
11.Positive likelihood ratio (LR+) = TPR / FPR
12.Negative likelihood ratio (LR−) = FNR / TNR
13.Diagnostic odds ratio (DOR) = LR+ / LR−
Source: Wikipedia
Condition
Positive
Condition
Negative
TestOutcome
Positive
TestOutcome
Negative
10 200
90 600
Scenario: Suppose, out of 1000 sales employees, 100 are
high performers. 10 among the high performers have left the
company in last 6 months. While 200 among the remaining
employees have left. If an Predictive Algorithm is built which
can predict this, what are the various ratios?
High
Performers
Not High
Performers
Leftthe
Company
Stayedinthe
Company
True positive rate (TPR), Sensitivity = Σ
True positive / Σ Condition positive
= 10 / 100 = 0.1
True negative rate (TNR), Specificity = Σ
True negative / Σ Condition negative
= 600 / 800 = 0.75
False positive rate (FPR), Fall-out = Σ
False positive / Σ Condition negative
= 200 / 800 = 0.25
False negative rate (FNR), Miss rate = Σ
False negative / Σ Condition positive
= 90 / 100 = 0.9
Accuracy (ACC) = (Σ True positive + Σ
True negative) / Σ Total population
= 610 / 1000 = 0.61
Prevalence = Σ Condition positive / Σ
Total population
= 100/ 1000 = 0.1
Positive predictive value (PPV), Precision
= Σ True positive / Σ Test Outcome
Positive
= 10 / 210 = 0.04
False discovery rate (FDR) = Σ False
positive / Σ Test Outcome Positive
= 200 / 210 = 0.1
False omission rate (FOR) = Σ False
negative / Σ Test Outcome Negative
= 90 / 690 = 0.13
Negative predictive value (NPV) = Σ True
negative / Σ Test Outcome Negative
= 600 / 690 = 0.87
Positive likelihood ratio (LR+) = TPR /
FPR
= 0.1 / 0.25 = 0.4
Negative likelihood ratio (LR−) = FNR /
TNR
= 0.9 / 0.75 = 1.33
Diagnostic odds ratio (DOR) = LR+ / LR−
= 0.4 / 1.33 = 0.30
True
Positive
False
Positive
False
Negative
True
Negative
Illustration
Thank you

More Related Content

Viewers also liked

Sensitivity, specificity, positive and negative predictive
Sensitivity, specificity, positive and negative predictiveSensitivity, specificity, positive and negative predictive
Sensitivity, specificity, positive and negative predictive
Musthafa Peedikayil
 
Diagnosis, sensitivity and specificity
Diagnosis, sensitivity and specificityDiagnosis, sensitivity and specificity
Diagnosis, sensitivity and specificity
CLBSVHTTCNCKH
 
Predictive value and likelihood ratio
Predictive value and likelihood ratio Predictive value and likelihood ratio
Predictive value and likelihood ratio
Abino David
 
Sensitivity, specificity and likelihood ratios
Sensitivity, specificity and likelihood ratiosSensitivity, specificity and likelihood ratios
Sensitivity, specificity and likelihood ratios
Chew Keng Sheng
 
Validity of a screening test
Validity of a screening testValidity of a screening test
Validity of a screening test
drkulrajat
 
Sensitivity & Specificity ( Andy Ni)
Sensitivity &  Specificity ( Andy  Ni)Sensitivity &  Specificity ( Andy  Ni)
Sensitivity & Specificity ( Andy Ni)
ayi Furqon
 
Diagnotic and screening tests
Diagnotic and screening testsDiagnotic and screening tests
Diagnotic and screening tests
jfwilson2
 
Statistical analysis definitions
Statistical analysis definitionsStatistical analysis definitions
Statistical analysis definitions
Happykumar Kagathara
 
Outbreak Investigation
Outbreak InvestigationOutbreak Investigation
Outbreak Investigation
Perez Eric
 
05 diagnostic tests cwq
05 diagnostic tests cwq05 diagnostic tests cwq
05 diagnostic tests cwq
Sumit Prajapati
 
Outbreak investigation
Outbreak investigationOutbreak investigation
Outbreak investigation
Amandeep Kaur
 
Outbreak investigation
Outbreak investigationOutbreak investigation
Outbreak investigation
Dr. Faisal Al Haddad
 
Epidemiological study designs
Epidemiological study designsEpidemiological study designs
Epidemiological study designs
Ismail Qamar
 
Clinical epidemiology
Clinical epidemiologyClinical epidemiology
Clinical epidemiology
Priyamadhaba Behera
 
Screening
ScreeningScreening
Types of epidemics and epidemic investigations
Types of epidemics and epidemic investigationsTypes of epidemics and epidemic investigations
Types of epidemics and epidemic investigations
Tarek Tawfik Amin
 
outbreak investigation - types of epidemics and investigating them
outbreak investigation - types of epidemics and investigating themoutbreak investigation - types of epidemics and investigating them
outbreak investigation - types of epidemics and investigating them
Timiresh Das
 
DIstinguish between Parametric vs nonparametric test
 DIstinguish between Parametric vs nonparametric test DIstinguish between Parametric vs nonparametric test
DIstinguish between Parametric vs nonparametric test
sai prakash
 

Viewers also liked (18)

Sensitivity, specificity, positive and negative predictive
Sensitivity, specificity, positive and negative predictiveSensitivity, specificity, positive and negative predictive
Sensitivity, specificity, positive and negative predictive
 
Diagnosis, sensitivity and specificity
Diagnosis, sensitivity and specificityDiagnosis, sensitivity and specificity
Diagnosis, sensitivity and specificity
 
Predictive value and likelihood ratio
Predictive value and likelihood ratio Predictive value and likelihood ratio
Predictive value and likelihood ratio
 
Sensitivity, specificity and likelihood ratios
Sensitivity, specificity and likelihood ratiosSensitivity, specificity and likelihood ratios
Sensitivity, specificity and likelihood ratios
 
Validity of a screening test
Validity of a screening testValidity of a screening test
Validity of a screening test
 
Sensitivity & Specificity ( Andy Ni)
Sensitivity &  Specificity ( Andy  Ni)Sensitivity &  Specificity ( Andy  Ni)
Sensitivity & Specificity ( Andy Ni)
 
Diagnotic and screening tests
Diagnotic and screening testsDiagnotic and screening tests
Diagnotic and screening tests
 
Statistical analysis definitions
Statistical analysis definitionsStatistical analysis definitions
Statistical analysis definitions
 
Outbreak Investigation
Outbreak InvestigationOutbreak Investigation
Outbreak Investigation
 
05 diagnostic tests cwq
05 diagnostic tests cwq05 diagnostic tests cwq
05 diagnostic tests cwq
 
Outbreak investigation
Outbreak investigationOutbreak investigation
Outbreak investigation
 
Outbreak investigation
Outbreak investigationOutbreak investigation
Outbreak investigation
 
Epidemiological study designs
Epidemiological study designsEpidemiological study designs
Epidemiological study designs
 
Clinical epidemiology
Clinical epidemiologyClinical epidemiology
Clinical epidemiology
 
Screening
ScreeningScreening
Screening
 
Types of epidemics and epidemic investigations
Types of epidemics and epidemic investigationsTypes of epidemics and epidemic investigations
Types of epidemics and epidemic investigations
 
outbreak investigation - types of epidemics and investigating them
outbreak investigation - types of epidemics and investigating themoutbreak investigation - types of epidemics and investigating them
outbreak investigation - types of epidemics and investigating them
 
DIstinguish between Parametric vs nonparametric test
 DIstinguish between Parametric vs nonparametric test DIstinguish between Parametric vs nonparametric test
DIstinguish between Parametric vs nonparametric test
 

Similar to Sensitivity and Specificity in Predictive Modeling

Model Evaluation Matrix: Accuracy, precision and recall
Model Evaluation Matrix: Accuracy, precision and recallModel Evaluation Matrix: Accuracy, precision and recall
Model Evaluation Matrix: Accuracy, precision and recall
Megha Sharma
 
04 performance metrics v2
04 performance metrics v204 performance metrics v2
04 performance metrics v2
Anne Starr
 
Performance Metrics, Baseline Model, and Hyper Parameter
Performance Metrics, Baseline Model, and Hyper ParameterPerformance Metrics, Baseline Model, and Hyper Parameter
Performance Metrics, Baseline Model, and Hyper Parameter
IndraFransiskusAlam1
 
Confusion matrix and classification evaluation metrics
Confusion matrix and classification evaluation metricsConfusion matrix and classification evaluation metrics
Confusion matrix and classification evaluation metrics
Minesh A. Jethva
 
Lecture-12Evaluation Measures-ML.pptx
Lecture-12Evaluation Measures-ML.pptxLecture-12Evaluation Measures-ML.pptx
Lecture-12Evaluation Measures-ML.pptx
GauravSonawane51
 
Machine learning session5(logistic regression)
Machine learning   session5(logistic regression)Machine learning   session5(logistic regression)
Machine learning session5(logistic regression)
Abhimanyu Dwivedi
 
Fairness and Bias in Machine Learning
Fairness and Bias in Machine LearningFairness and Bias in Machine Learning
Fairness and Bias in Machine Learning
Surya Dutta
 
Performance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning AlgorithmsPerformance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning Algorithms
Kush Kulshrestha
 
Important Classification and Regression Metrics.pptx
Important Classification and Regression Metrics.pptxImportant Classification and Regression Metrics.pptx
Important Classification and Regression Metrics.pptx
Chode Amarnath
 
Inferential statistics.ppt
Inferential statistics.pptInferential statistics.ppt
Inferential statistics.ppt
Nursing Path
 
Selecting and Developing Top Performers
Selecting and Developing Top PerformersSelecting and Developing Top Performers
Selecting and Developing Top Performers
Susan Rochester
 
Magic Of Great Information - Selection Process
Magic Of Great Information - Selection ProcessMagic Of Great Information - Selection Process
Magic Of Great Information - Selection Process
kippseidl
 
Superior Performance the Info Gap
 Superior Performance the Info Gap Superior Performance the Info Gap
Superior Performance the Info Gap
Marie Allouche
 
Magic Of Implementation Session 1
Magic Of Implementation Session 1Magic Of Implementation Session 1
Magic Of Implementation Session 1
JerriSeidl
 
business research management
business research management business research management
business research management
ApneetSaini
 
Fahim Karim: Attrition Prevention
Fahim Karim: Attrition PreventionFahim Karim: Attrition Prevention
Fahim Karim: Attrition Prevention
Edunomica
 
Assessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's GuideAssessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's Guide
Megan Verbakel
 
What So Funny About Proportion Testv3
What So Funny About Proportion Testv3What So Funny About Proportion Testv3
What So Funny About Proportion Testv3
ChrisConnors
 
6. sample size v3
6. sample size   v36. sample size   v3
6. sample size v3
Ashok Kulkarni
 
Statistics
StatisticsStatistics
Statistics
fracpractice
 

Similar to Sensitivity and Specificity in Predictive Modeling (20)

Model Evaluation Matrix: Accuracy, precision and recall
Model Evaluation Matrix: Accuracy, precision and recallModel Evaluation Matrix: Accuracy, precision and recall
Model Evaluation Matrix: Accuracy, precision and recall
 
04 performance metrics v2
04 performance metrics v204 performance metrics v2
04 performance metrics v2
 
Performance Metrics, Baseline Model, and Hyper Parameter
Performance Metrics, Baseline Model, and Hyper ParameterPerformance Metrics, Baseline Model, and Hyper Parameter
Performance Metrics, Baseline Model, and Hyper Parameter
 
Confusion matrix and classification evaluation metrics
Confusion matrix and classification evaluation metricsConfusion matrix and classification evaluation metrics
Confusion matrix and classification evaluation metrics
 
Lecture-12Evaluation Measures-ML.pptx
Lecture-12Evaluation Measures-ML.pptxLecture-12Evaluation Measures-ML.pptx
Lecture-12Evaluation Measures-ML.pptx
 
Machine learning session5(logistic regression)
Machine learning   session5(logistic regression)Machine learning   session5(logistic regression)
Machine learning session5(logistic regression)
 
Fairness and Bias in Machine Learning
Fairness and Bias in Machine LearningFairness and Bias in Machine Learning
Fairness and Bias in Machine Learning
 
Performance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning AlgorithmsPerformance Metrics for Machine Learning Algorithms
Performance Metrics for Machine Learning Algorithms
 
Important Classification and Regression Metrics.pptx
Important Classification and Regression Metrics.pptxImportant Classification and Regression Metrics.pptx
Important Classification and Regression Metrics.pptx
 
Inferential statistics.ppt
Inferential statistics.pptInferential statistics.ppt
Inferential statistics.ppt
 
Selecting and Developing Top Performers
Selecting and Developing Top PerformersSelecting and Developing Top Performers
Selecting and Developing Top Performers
 
Magic Of Great Information - Selection Process
Magic Of Great Information - Selection ProcessMagic Of Great Information - Selection Process
Magic Of Great Information - Selection Process
 
Superior Performance the Info Gap
 Superior Performance the Info Gap Superior Performance the Info Gap
Superior Performance the Info Gap
 
Magic Of Implementation Session 1
Magic Of Implementation Session 1Magic Of Implementation Session 1
Magic Of Implementation Session 1
 
business research management
business research management business research management
business research management
 
Fahim Karim: Attrition Prevention
Fahim Karim: Attrition PreventionFahim Karim: Attrition Prevention
Fahim Karim: Attrition Prevention
 
Assessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's GuideAssessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's Guide
 
What So Funny About Proportion Testv3
What So Funny About Proportion Testv3What So Funny About Proportion Testv3
What So Funny About Proportion Testv3
 
6. sample size v3
6. sample size   v36. sample size   v3
6. sample size v3
 
Statistics
StatisticsStatistics
Statistics
 

Recently uploaded

Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challengesEvent Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Holger Mueller
 
Easily Verify Compliance and Security with Binance KYC
Easily Verify Compliance and Security with Binance KYCEasily Verify Compliance and Security with Binance KYC
Easily Verify Compliance and Security with Binance KYC
Any kyc Account
 
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
bosssp10
 
How MJ Global Leads the Packaging Industry.pdf
How MJ Global Leads the Packaging Industry.pdfHow MJ Global Leads the Packaging Industry.pdf
How MJ Global Leads the Packaging Industry.pdf
MJ Global
 
Income Tax exemption for Start up : Section 80 IAC
Income Tax  exemption for Start up : Section 80 IACIncome Tax  exemption for Start up : Section 80 IAC
Income Tax exemption for Start up : Section 80 IAC
CA Dr. Prithvi Ranjan Parhi
 
How to Implement a Real Estate CRM Software
How to Implement a Real Estate CRM SoftwareHow to Implement a Real Estate CRM Software
How to Implement a Real Estate CRM Software
SalesTown
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
AnnySerafinaLove
 
Understanding User Needs and Satisfying Them
Understanding User Needs and Satisfying ThemUnderstanding User Needs and Satisfying Them
Understanding User Needs and Satisfying Them
Aggregage
 
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
Stephen Cashman
 
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
APCO
 
amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05
marketing317746
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
my Pandit
 
Authentically Social by Corey Perlman - EO Puerto Rico
Authentically Social by Corey Perlman - EO Puerto RicoAuthentically Social by Corey Perlman - EO Puerto Rico
Authentically Social by Corey Perlman - EO Puerto Rico
Corey Perlman, Social Media Speaker and Consultant
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
Lacey Max
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
techboxsqauremedia
 
Digital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on SustainabilityDigital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on Sustainability
sssourabhsharma
 
Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024
Adnet Communications
 
3 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 20243 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 2024
SEOSMMEARTH
 
Business storytelling: key ingredients to a story
Business storytelling: key ingredients to a storyBusiness storytelling: key ingredients to a story
Business storytelling: key ingredients to a story
Alexandra Fulford
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
Top Forex Brokers Review
 

Recently uploaded (20)

Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challengesEvent Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
Event Report - SAP Sapphire 2024 Orlando - lots of innovation and old challenges
 
Easily Verify Compliance and Security with Binance KYC
Easily Verify Compliance and Security with Binance KYCEasily Verify Compliance and Security with Binance KYC
Easily Verify Compliance and Security with Binance KYC
 
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
Call 8867766396 Satta Matka Dpboss Matka Guessing Satta batta Matka 420 Satta...
 
How MJ Global Leads the Packaging Industry.pdf
How MJ Global Leads the Packaging Industry.pdfHow MJ Global Leads the Packaging Industry.pdf
How MJ Global Leads the Packaging Industry.pdf
 
Income Tax exemption for Start up : Section 80 IAC
Income Tax  exemption for Start up : Section 80 IACIncome Tax  exemption for Start up : Section 80 IAC
Income Tax exemption for Start up : Section 80 IAC
 
How to Implement a Real Estate CRM Software
How to Implement a Real Estate CRM SoftwareHow to Implement a Real Estate CRM Software
How to Implement a Real Estate CRM Software
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
 
Understanding User Needs and Satisfying Them
Understanding User Needs and Satisfying ThemUnderstanding User Needs and Satisfying Them
Understanding User Needs and Satisfying Them
 
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
The Heart of Leadership_ How Emotional Intelligence Drives Business Success B...
 
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
The APCO Geopolitical Radar - Q3 2024 The Global Operating Environment for Bu...
 
amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05amptalk_RecruitingDeck_english_2024.06.05
amptalk_RecruitingDeck_english_2024.06.05
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
 
Authentically Social by Corey Perlman - EO Puerto Rico
Authentically Social by Corey Perlman - EO Puerto RicoAuthentically Social by Corey Perlman - EO Puerto Rico
Authentically Social by Corey Perlman - EO Puerto Rico
 
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
How are Lilac French Bulldogs Beauty Charming the World and Capturing Hearts....
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
 
Digital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on SustainabilityDigital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on Sustainability
 
Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024Lundin Gold Corporate Presentation - June 2024
Lundin Gold Corporate Presentation - June 2024
 
3 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 20243 Simple Steps To Buy Verified Payoneer Account In 2024
3 Simple Steps To Buy Verified Payoneer Account In 2024
 
Business storytelling: key ingredients to a story
Business storytelling: key ingredients to a storyBusiness storytelling: key ingredients to a story
Business storytelling: key ingredients to a story
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
 

Sensitivity and Specificity in Predictive Modeling

  • 1. Sensitivity and Specificity in Predictive Modeling Sarajit Poddar 7 June 2015 Solving Workforce Problems using Analytics
  • 2. Sensitivity 1. When a Predictive Model is applied on a Real Life data, Sensitivity is the Probability to “Selecting” up the Correct outcome. 2. For instance, a Predictive Model is developed to identify Higher Performer Employees who are likely to leave within 6 months, Sensitivity is the probability to “identifying someone who will actually leave”. 3. Sensitivity is also called the “True Positive Rate”.
  • 3. Specificity 1. When applying the Predictive Model on a Real Life data, Specificity is the Probability to “Rejecting” up the Incorrect outcome. 2. For instance, when the Predictive Model of identifying High Performer attrition, Specificity is the probability to “not identifying someone who will not leave”. 3. Sensitivity is also called the “True Negative Rate”.
  • 4. Trade-off between Sensitivity and Specificity 1. Sensitivity: When we are too cautious with identifying the potential leavers, we may end up including in out pool someone who will not leave. Thus, we will end up having a bigger pool of identified employees, than it should. If Organisation is devising initiatives for preventing the attrition, it may have to allocate more fund than required, to address this. Thus, while sensitivity is high, the specificity is low. 2. Specificity: When the organisation wants to restrict the pool size, it may have more stringent selection condition. While it will not select the “non- leavers”, it may also miss out on “potential leavers”. Thus, while specificity is high, the sensitivity is low.
  • 5. “Thus one needs to judge, what is more important for addressing the issue at hand. If losing high-performing Sales Employees is going to cost the company more (opportunity cost), perhaps increasing sensitivity is going to be more effective.”
  • 6. False Positive (Type 1 Error) If the predictive algorithm ends up selecting a high performer who has no “flight risk”, this called “False Positive”. It is “Positive” because, the selection action has happened. It is “False” because, the employee selected does not belong to the Target group. Target group = High performers having high “flight-risk”.
  • 7. False Negative (Type 2 Error) If the predictive algorithm fails to select a high performer who has significant “flight risk”, this called “False Negative”. It is “Negative” because, someone from the Target group is “not selected”. It is “False” because, the employee not-selected belongs to the Target group. Target group = High performers having high “flight-risk”.
  • 8. Actual Positive Actual Negative TestOutcome Negative True Positive False Positive False Negative True NegativeTestOutcome Positive
  • 9. Re-visiting the Errors Type 1 Error (False Positive) Selecting a member outside the Target group Relaxed selection algorithm, with large filters to allow someone outside the target group. Type 2 Error (True Negative) Failure to select a member within the Target group. Stringent selection algorithm, with small filters to dis-allow someone even within the target group.
  • 10. Applying the Concept to Talent Acquisitionin
  • 11. Sensitivity & Specificity Sensitivity Probability of “Selecting” High quality candidates. Increasing Sensitivity can mean, relaxing the selection parameters, thus allowing selection of “poor quality candidates”. Decreasing Sensitivity can mean putting stringent selection parameters, potentially losing out on “good quality candidates” Specificity Probability of “Not Selecting” Poor quality candidates. Increasing Specificity can mean, putting stringent selection parameters, thus increasing the chance of rejecting “poor quality candidates”. Decreasing Specificity can mean relaxing the selection parameters, thus failing to reject “poor quality candidates”
  • 12. Type 1 and Type 2 Errors Type 1 Error (False Positive) Selecting “Poor quality candidates”. Relaxed selection algorithm. Type 2 Error (True Negative) Rejecting “High Quality Candidates”. Stringent selection algorithm.
  • 14. Important Ratios 1. True positive rate (TPR), Sensitivity = Σ True positive / Σ Condition positive 2. True negative rate (TNR), Specificity = Σ True negative / Σ Condition negative 3. False positive rate (FPR), Fall-out = Σ False positive / Σ Condition negative 4. False negative rate (FNR), Miss rate = Σ False negative / Σ Condition positive 5. Accuracy (ACC) = Σ True positive + Σ True negative / Σ Total population 6. Prevalence = Σ Condition positive / Σ Total population 7. Positive predictive value (PPV), Precision = Σ True positive / Σ Test Outcome Positive 8. False discovery rate (FDR) = Σ False positive / Σ Test Outcome Positive 9. False omission rate (FOR) = Σ False negative / Σ Test Outcome Negative 10.Negative predictive value (NPV) = Σ True negative / Σ Test Outcome Negative 11.Positive likelihood ratio (LR+) = TPR / FPR 12.Negative likelihood ratio (LR−) = FNR / TNR 13.Diagnostic odds ratio (DOR) = LR+ / LR− Source: Wikipedia
  • 15. Condition Positive Condition Negative TestOutcome Positive TestOutcome Negative 10 200 90 600 Scenario: Suppose, out of 1000 sales employees, 100 are high performers. 10 among the high performers have left the company in last 6 months. While 200 among the remaining employees have left. If an Predictive Algorithm is built which can predict this, what are the various ratios? High Performers Not High Performers Leftthe Company Stayedinthe Company True positive rate (TPR), Sensitivity = Σ True positive / Σ Condition positive = 10 / 100 = 0.1 True negative rate (TNR), Specificity = Σ True negative / Σ Condition negative = 600 / 800 = 0.75 False positive rate (FPR), Fall-out = Σ False positive / Σ Condition negative = 200 / 800 = 0.25 False negative rate (FNR), Miss rate = Σ False negative / Σ Condition positive = 90 / 100 = 0.9 Accuracy (ACC) = (Σ True positive + Σ True negative) / Σ Total population = 610 / 1000 = 0.61 Prevalence = Σ Condition positive / Σ Total population = 100/ 1000 = 0.1 Positive predictive value (PPV), Precision = Σ True positive / Σ Test Outcome Positive = 10 / 210 = 0.04 False discovery rate (FDR) = Σ False positive / Σ Test Outcome Positive = 200 / 210 = 0.1 False omission rate (FOR) = Σ False negative / Σ Test Outcome Negative = 90 / 690 = 0.13 Negative predictive value (NPV) = Σ True negative / Σ Test Outcome Negative = 600 / 690 = 0.87 Positive likelihood ratio (LR+) = TPR / FPR = 0.1 / 0.25 = 0.4 Negative likelihood ratio (LR−) = FNR / TNR = 0.9 / 0.75 = 1.33 Diagnostic odds ratio (DOR) = LR+ / LR− = 0.4 / 1.33 = 0.30 True Positive False Positive False Negative True Negative Illustration