SlideShare une entreprise Scribd logo
1  sur  17
Career in Business Analytics
An Introduction to Decision Tree Modelling
1
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Agenda
1. What is Analytics?
2. Why build a career in Business Analytics?
3. Analytics: When it is a right career choice for me?
4. Introduction to Decision Trees- CART
2
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
4. Introduction to Decision Trees- CART
5. Building a CART model in R
6. Next Steps
7. QA Session
What is Analytics?
Business Analytics(BA) refers to the tools, techniques and processes for continuous exploration and
investigation of past data to gain insights and help in decision making.
BA is an integration between science, technology and business context that assist
data driven decision making.
3
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Data from Industry DecisionsANALYTICS Insights Impact
Descriptive Analytics Predictive Analytics Prescriptive
Analytics
Why build a career in Business Analytics?
Job of a data scientist is the sexiest job of
21st century.
Harvard Business Review (October 2012 edition)
4
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
“By 2018, the United States alone could
face a shortage of 140,000 to 190,000
people with deep analytical skills as well
as 1.5 million managers and analysts with
the know-how to use the analysis of big
data to make effective decisions.”.
McKinsey Global Institute (May 2011 edition)
Analytics: If it is a right career choice for me?
1. Do you inherently like Mathematics, Puzzles, Sudoku, Brain Teasers?
Passion for Data:
The left and right Brain:
IntangibleAttributes
2. Are you structured in your thinking and applications?
3. Do you like to solve problems and how efficiently and how deeply?
5
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
IntangibleAttributes
4. Are you creative in your thinking?
5. B.Tech, Graduation/Post Graduation in Statistics, Economics, Econometrics, MBA
Academic Qualifications:
Knowledge of ML techniques:
6. Regression, Decision Trees, Text Analytics, Forecasting, Optimization, etc.
7. R, SAS, Python, etc.
Knowledge of ML tools:
TangibleAttributes
Introduction to Decision Trees - CART
6
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Decision trees
What is a Decision Tree?
Decision tree is a type of supervised learning technique (having a pre-defined target /dependent
variable) that is mostly used in classification problems. It works for both categorical and continuous
input and output variable
7
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Decision tree- Example
Let’s say we have a sample of 30 students with three variables:
• Gender (Boy/ Girl),
• Course (Statistics/Economics)
• Height (5 to 6 ft)
15 out of these 30 play Football in leisure time.
Now, I want to create a model to predict who will play football during leisure period?
Split on Gender Split on Course Split on Height
N=30
N=30 N=30
8
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
MaleFemale
EconomicsStatistics >5.5 ft<5.5 ft
N=30
N=30 N=30
N=10 N=20
Play Football=2
(10%)
Play Cricket=13
(65%)
N=12 N=18
Play Football=7
(58%)
Play Football =8
(44%)
N=16 N=14
Play Football=8
(50%)
Play
Football=7
(50%)
Decision tree- Example (Continued)
Decision Tree identifies the most significant variable and its value, that gives homogenous set of
population.
Split on Gender Split on
Course
Split on
Height
N=30 N=30 N=30
9
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
MaleFemale EconomicsStatistics
>5.5 ft<5.5
ft
N=10 N=20
Play Football=2
(10%)
Play
Football=13
(65%)
N=12
N=18
Play Football=7
(58%)
Play
Football=8
(44%)
N=16
N=14
Play
Football=8
(50%)
Play
Football=7
(50%)
Decision tree- CART
CART-Classification and Regression Tree
Decision Tree, which has continuous target/dependent variable then it is called
as Classification and Regression Tree (CART).
10
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Decision tree- CART
CART-Classification and Regression Tree
Decision Tree, which has continuous target/dependent variable then it is called
as Classification and Regression Tree (CART).
11
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Decision tree- CART in R
Problem Statement: “Suppose we want to predict the income category of a person based on
census/demographic data.
Here,
Let y= income which can be divide two categories:
Y<=50,000
Y> 50,000
For Independent variables we have:
12
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
For Independent variables we have:
Decision tree- CART in R (Results)
13
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Decision tree- CART in R (Interpretation)
The significant variables which explain for a
person falling in two income categories:
Y<=50,000
For example for a person with
Y> 50,000, will have following significant
attributes
14
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
1. Relationship={Not in family, Other relative,
Own Child, Unmarried}>capital gain < 7074
2. Relationship={Husband,
Wife}>education*>capital gain<5696
Next Steps-Online resources in CART
1. http://www.datasciencecentral.com/profiles/blogs/introduction-to-classification-regression-
trees-cart/
2. http://machinelearningmastery.com/classification-and-regression-trees-for-machine-learning/
3. https://statweb.stanford.edu/~lpekelis/talks/13_datafest_cart_talk.pdf/
15
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Question & Answers
16
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
Thank you
17
Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)

Contenu connexe

En vedette

Alteryx 2016 Veri Analitigi Ongoruleri
Alteryx 2016 Veri Analitigi OngoruleriAlteryx 2016 Veri Analitigi Ongoruleri
Alteryx 2016 Veri Analitigi OngoruleriAltan Atabarut, MSc.
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulationNguyen Ngoc Binh Phuong
 
Decision tree for Predictive Modeling
Decision tree for Predictive ModelingDecision tree for Predictive Modeling
Decision tree for Predictive ModelingEdureka!
 
Introduction to Business Analytics Part 1
Introduction to Business Analytics Part 1Introduction to Business Analytics Part 1
Introduction to Business Analytics Part 1Beamsync
 
Decision tree lecture 3
Decision tree lecture 3Decision tree lecture 3
Decision tree lecture 3Laila Fatehy
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEAnasuya Barik
 
decision making criterion
decision making criteriondecision making criterion
decision making criterionGaurav Sonkar
 
Decision Tree Analysis
Decision Tree AnalysisDecision Tree Analysis
Decision Tree AnalysisAnand Arora
 
Decision Making In Management
Decision Making In ManagementDecision Making In Management
Decision Making In ManagementVinesh Pathak
 
Decision Making Process
Decision Making ProcessDecision Making Process
Decision Making ProcessAima Masood
 
Decision making & problem solving
Decision making & problem solvingDecision making & problem solving
Decision making & problem solvingashish1afmi
 
Ibm smarter workforce Unlock the people equation using workforce analytics to...
Ibm smarter workforce Unlock the people equation using workforce analytics to...Ibm smarter workforce Unlock the people equation using workforce analytics to...
Ibm smarter workforce Unlock the people equation using workforce analytics to...Pauline Mura
 

En vedette (16)

Alteryx 2016 Veri Analitigi Ongoruleri
Alteryx 2016 Veri Analitigi OngoruleriAlteryx 2016 Veri Analitigi Ongoruleri
Alteryx 2016 Veri Analitigi Ongoruleri
 
Karar Teoremi̇
Karar Teoremi̇Karar Teoremi̇
Karar Teoremi̇
 
[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation[MPKD1] Introduction to business analytics and simulation
[MPKD1] Introduction to business analytics and simulation
 
Decision tree for Predictive Modeling
Decision tree for Predictive ModelingDecision tree for Predictive Modeling
Decision tree for Predictive Modeling
 
Introduction to Business Analytics Part 1
Introduction to Business Analytics Part 1Introduction to Business Analytics Part 1
Introduction to Business Analytics Part 1
 
Decision tree lecture 3
Decision tree lecture 3Decision tree lecture 3
Decision tree lecture 3
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLE
 
decision making criterion
decision making criteriondecision making criterion
decision making criterion
 
Decision Tree Analysis
Decision Tree AnalysisDecision Tree Analysis
Decision Tree Analysis
 
Decision tree example problem
Decision tree example problemDecision tree example problem
Decision tree example problem
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Decision tree
Decision treeDecision tree
Decision tree
 
Decision Making In Management
Decision Making In ManagementDecision Making In Management
Decision Making In Management
 
Decision Making Process
Decision Making ProcessDecision Making Process
Decision Making Process
 
Decision making & problem solving
Decision making & problem solvingDecision making & problem solving
Decision making & problem solving
 
Ibm smarter workforce Unlock the people equation using workforce analytics to...
Ibm smarter workforce Unlock the people equation using workforce analytics to...Ibm smarter workforce Unlock the people equation using workforce analytics to...
Ibm smarter workforce Unlock the people equation using workforce analytics to...
 

Similaire à Career in Analytics- Introduction to decision trees

Amr assignment goutam shit - roll 11
Amr assignment   goutam shit - roll 11Amr assignment   goutam shit - roll 11
Amr assignment goutam shit - roll 11Sourav Biswas
 
Operations management (2)
Operations management (2)Operations management (2)
Operations management (2)smumbahelp
 
Data Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfData Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfSujata Gupta
 
OrionX AI & Machine Learning Customer Survey
OrionX AI & Machine Learning Customer SurveyOrionX AI & Machine Learning Customer Survey
OrionX AI & Machine Learning Customer Surveyinside-BigData.com
 
Business analytics -Abhay Mahalley
Business analytics -Abhay MahalleyBusiness analytics -Abhay Mahalley
Business analytics -Abhay MahalleyAbhay Mahalley
 
Career in-field-business-data-analytics
Career in-field-business-data-analyticsCareer in-field-business-data-analytics
Career in-field-business-data-analyticsJanBask Training
 
Competitive Advantage with Optimization MII
Competitive Advantage with Optimization MIICompetitive Advantage with Optimization MII
Competitive Advantage with Optimization MIIAnwar Ali Mohamed
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data scienceKoo Ping Shung
 
Big demand for business analytics in industry
Big demand for business analytics in industryBig demand for business analytics in industry
Big demand for business analytics in industryAlok Kumar Singh
 
Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsProduct School
 
Why MSc in Business Analytics is popular in the UK?
Why MSc in Business Analytics is popular in the UK?Why MSc in Business Analytics is popular in the UK?
Why MSc in Business Analytics is popular in the UK?AHZ Associates
 
Analytics and MBA is a great career choice
Analytics and MBA is a great career choiceAnalytics and MBA is a great career choice
Analytics and MBA is a great career choiceHimanshu Arora
 
Kedar kulkarni ev10 nov09-pmi_india_aninchora_mile
Kedar kulkarni   ev10 nov09-pmi_india_aninchora_mileKedar kulkarni   ev10 nov09-pmi_india_aninchora_mile
Kedar kulkarni ev10 nov09-pmi_india_aninchora_milePMInstituteIndia
 

Similaire à Career in Analytics- Introduction to decision trees (20)

The Analytics Lifecycle
The Analytics LifecycleThe Analytics Lifecycle
The Analytics Lifecycle
 
Amr assignment goutam shit - roll 11
Amr assignment   goutam shit - roll 11Amr assignment   goutam shit - roll 11
Amr assignment goutam shit - roll 11
 
Operations management (2)
Operations management (2)Operations management (2)
Operations management (2)
 
Data Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdfData Analytics Course In Surat.pdf
Data Analytics Course In Surat.pdf
 
OrionX AI & Machine Learning Customer Survey
OrionX AI & Machine Learning Customer SurveyOrionX AI & Machine Learning Customer Survey
OrionX AI & Machine Learning Customer Survey
 
Business analytics -Abhay Mahalley
Business analytics -Abhay MahalleyBusiness analytics -Abhay Mahalley
Business analytics -Abhay Mahalley
 
Business analytics !!
Business analytics !!Business analytics !!
Business analytics !!
 
Business analytics
Business analytics Business analytics
Business analytics
 
Career in-field-business-data-analytics
Career in-field-business-data-analyticsCareer in-field-business-data-analytics
Career in-field-business-data-analytics
 
QT1 - 01 - Introduction
QT1 - 01 - IntroductionQT1 - 01 - Introduction
QT1 - 01 - Introduction
 
Competitive Advantage with Optimization MII
Competitive Advantage with Optimization MIICompetitive Advantage with Optimization MII
Competitive Advantage with Optimization MII
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
 
Big demand for business analytics in industry
Big demand for business analytics in industryBig demand for business analytics in industry
Big demand for business analytics in industry
 
Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data Decisions
 
Why MSc in Business Analytics is popular in the UK?
Why MSc in Business Analytics is popular in the UK?Why MSc in Business Analytics is popular in the UK?
Why MSc in Business Analytics is popular in the UK?
 
resume
resumeresume
resume
 
Analytics and MBA is a great career choice
Analytics and MBA is a great career choiceAnalytics and MBA is a great career choice
Analytics and MBA is a great career choice
 
Social Media Marketing Master Class - Catalin Matei, Increase Media
Social Media Marketing Master Class - Catalin Matei, Increase MediaSocial Media Marketing Master Class - Catalin Matei, Increase Media
Social Media Marketing Master Class - Catalin Matei, Increase Media
 
Social Media Marketing Master Class - Catalin Matei, Increase Media
Social Media Marketing Master Class - Catalin Matei, Increase MediaSocial Media Marketing Master Class - Catalin Matei, Increase Media
Social Media Marketing Master Class - Catalin Matei, Increase Media
 
Kedar kulkarni ev10 nov09-pmi_india_aninchora_mile
Kedar kulkarni   ev10 nov09-pmi_india_aninchora_mileKedar kulkarni   ev10 nov09-pmi_india_aninchora_mile
Kedar kulkarni ev10 nov09-pmi_india_aninchora_mile
 

Dernier

女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...Suhani Kapoor
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjLewisJB
 
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士obuhobo
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...Suhani Kapoor
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceSanjay Bokadia
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...Suhani Kapoor
 
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Niya Khan
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchSoham Mondal
 
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...Suhani Kapoor
 
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With RoomVIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...Call Girls in Nagpur High Profile
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...Suhani Kapoor
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 

Dernier (20)

女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
 
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
VIP Russian Call Girls Amravati Chhaya 8250192130 Independent Escort Service ...
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbj
 
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
内布拉斯加大学林肯分校毕业证录取书( 退学 )学位证书硕士
 
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
VIP Call Girls Firozabad Aaradhya 8250192130 Independent Escort Service Firoz...
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector Experience
 
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Saharanpur Aishwarya 8250192130 Independent Escort Ser...
 
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
Neha +91-9537192988-Friendly Ahmedabad Call Girls has Complete Authority for ...
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India Research
 
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
 
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With RoomVIP Kolkata Call Girl Lake Gardens 👉 8250192130  Available With Room
VIP Kolkata Call Girl Lake Gardens 👉 8250192130 Available With Room
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 

Career in Analytics- Introduction to decision trees

  • 1. Career in Business Analytics An Introduction to Decision Tree Modelling 1 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 2. Agenda 1. What is Analytics? 2. Why build a career in Business Analytics? 3. Analytics: When it is a right career choice for me? 4. Introduction to Decision Trees- CART 2 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) 4. Introduction to Decision Trees- CART 5. Building a CART model in R 6. Next Steps 7. QA Session
  • 3. What is Analytics? Business Analytics(BA) refers to the tools, techniques and processes for continuous exploration and investigation of past data to gain insights and help in decision making. BA is an integration between science, technology and business context that assist data driven decision making. 3 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) Data from Industry DecisionsANALYTICS Insights Impact Descriptive Analytics Predictive Analytics Prescriptive Analytics
  • 4. Why build a career in Business Analytics? Job of a data scientist is the sexiest job of 21st century. Harvard Business Review (October 2012 edition) 4 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) “By 2018, the United States alone could face a shortage of 140,000 to 190,000 people with deep analytical skills as well as 1.5 million managers and analysts with the know-how to use the analysis of big data to make effective decisions.”. McKinsey Global Institute (May 2011 edition)
  • 5. Analytics: If it is a right career choice for me? 1. Do you inherently like Mathematics, Puzzles, Sudoku, Brain Teasers? Passion for Data: The left and right Brain: IntangibleAttributes 2. Are you structured in your thinking and applications? 3. Do you like to solve problems and how efficiently and how deeply? 5 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) IntangibleAttributes 4. Are you creative in your thinking? 5. B.Tech, Graduation/Post Graduation in Statistics, Economics, Econometrics, MBA Academic Qualifications: Knowledge of ML techniques: 6. Regression, Decision Trees, Text Analytics, Forecasting, Optimization, etc. 7. R, SAS, Python, etc. Knowledge of ML tools: TangibleAttributes
  • 6. Introduction to Decision Trees - CART 6 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 7. Decision trees What is a Decision Tree? Decision tree is a type of supervised learning technique (having a pre-defined target /dependent variable) that is mostly used in classification problems. It works for both categorical and continuous input and output variable 7 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 8. Decision tree- Example Let’s say we have a sample of 30 students with three variables: • Gender (Boy/ Girl), • Course (Statistics/Economics) • Height (5 to 6 ft) 15 out of these 30 play Football in leisure time. Now, I want to create a model to predict who will play football during leisure period? Split on Gender Split on Course Split on Height N=30 N=30 N=30 8 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) MaleFemale EconomicsStatistics >5.5 ft<5.5 ft N=30 N=30 N=30 N=10 N=20 Play Football=2 (10%) Play Cricket=13 (65%) N=12 N=18 Play Football=7 (58%) Play Football =8 (44%) N=16 N=14 Play Football=8 (50%) Play Football=7 (50%)
  • 9. Decision tree- Example (Continued) Decision Tree identifies the most significant variable and its value, that gives homogenous set of population. Split on Gender Split on Course Split on Height N=30 N=30 N=30 9 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) MaleFemale EconomicsStatistics >5.5 ft<5.5 ft N=10 N=20 Play Football=2 (10%) Play Football=13 (65%) N=12 N=18 Play Football=7 (58%) Play Football=8 (44%) N=16 N=14 Play Football=8 (50%) Play Football=7 (50%)
  • 10. Decision tree- CART CART-Classification and Regression Tree Decision Tree, which has continuous target/dependent variable then it is called as Classification and Regression Tree (CART). 10 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 11. Decision tree- CART CART-Classification and Regression Tree Decision Tree, which has continuous target/dependent variable then it is called as Classification and Regression Tree (CART). 11 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 12. Decision tree- CART in R Problem Statement: “Suppose we want to predict the income category of a person based on census/demographic data. Here, Let y= income which can be divide two categories: Y<=50,000 Y> 50,000 For Independent variables we have: 12 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) For Independent variables we have:
  • 13. Decision tree- CART in R (Results) 13 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 14. Decision tree- CART in R (Interpretation) The significant variables which explain for a person falling in two income categories: Y<=50,000 For example for a person with Y> 50,000, will have following significant attributes 14 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved) 1. Relationship={Not in family, Other relative, Own Child, Unmarried}>capital gain < 7074 2. Relationship={Husband, Wife}>education*>capital gain<5696
  • 15. Next Steps-Online resources in CART 1. http://www.datasciencecentral.com/profiles/blogs/introduction-to-classification-regression- trees-cart/ 2. http://machinelearningmastery.com/classification-and-regression-trees-for-machine-learning/ 3. https://statweb.stanford.edu/~lpekelis/talks/13_datafest_cart_talk.pdf/ 15 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 16. Question & Answers 16 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)
  • 17. Thank you 17 Copyright © Ivy Professional School - 2009-10 (All Rights Reserved)