SlideShare a Scribd company logo
1 of 27
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Predictive Analytics
Applying It In Your Organization
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Agenda
• Introduction to Predictive Analytics
• SAP Predictive Analysis Overview
• Demo Scenarios
• Q&A
• Getting Help
• Appendix
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Introduction to Predictive Analysis
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Why Use Predictive Analytics
Predictive analytics encompasses a variety of statistical techniques from modeling, machine learning, and data
mining that analyze current and historical facts to make predictions about future, or otherwise unknown,
events.
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Extend Analytics Capabilities
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
SAP Predictive Analysis Overview
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
SAP Predictive Analysis
Acquire data
from various
data sources,
• Excel
• CSV
• SAP
HANA
• Universe
• RDBMS
Perform data
enrichment
operations,
• Data
manipulation
• Data cleansing
• Semantic
enrichment
Get insight into
data prediction
using statistical
algorithms,
• Clustering
• Decision
Tree
• Trending
• Association
• Regression
Build
visualization
using wide
selection of
charts and
graphs.
Explore and
analyze row
and predictive
datasets using
visualizations.
Publish and
share
predictive
datasets to,
• SAP HANA
• SAP
Explorer
• SAP
Streamwork
• Excel
• CSV
• RDBMS
• Email
• PDF
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Predictive Analysis Architecture
• The R open source statistics language and its 3,500
plus packages or algorithms is the most popular
predictive analysis tool according to the Rexer
Analytics 2011 Data Mining Survey, close to half of
all data miners (47%) using it.
• R resides on a separate server, side by side with
SAP HANA. Data stored in SAP HANA tables is
passed to the R server and transformed into R data
vectors or data frames, which is the data format
used by R. R script code is embedded in SAP
HANA SQLScript and is also passed over to R for
processing on the R server. The results, in the form
of R data vectors or data frames, are transferred
back to SAP HANA, which then converts it back to
an SAP HANA table. All the communication, data
transfer and transformation tasks are performed by
the SAP HANA Platform.
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Predictive Analysis Algorithms
Supervised Learning: Target information and examples (training sets) provided
to the learner (component)
•Unsupervised, no training sets
•Find patterns in transactional datasets for generating association rules
•Predict future transacting behavior
Association
•Unsupervised, no training sets
•Cluster observations into groups without prior knowledge of those
relationships
•Input to decision making process
Cluster
•Supervised, training sets for error correction
•Predict class membership through probability
•Scoring models for churn, defect, triage
Classification
•Structured, training sets, k+1 forecast
•Predicts the value of a variable based on supplied data
•Forecasting with or without trending or seasonal adjustments
Regression
•Unsupervised, no training sets
•Find objects that do not comply with the general behavior or model
•Churn, fraud, fault analysis
Outliers
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Create New Custom-R Component
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Demo Scenarios
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Customer Segment Analysis - Retail
Business Scenario
• A consumer clothing retail company wants to
perform a targeted marketing campaign to increase
particular product sales
• Marketing team wants to understand the
demographic of their customer
• Company wants to target specific customer segment
to achieve maximum success from the campaign
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Targeted Customer Offering - Insurance
Business Scenario
• An insurance company wants to increase their
revenue by extending product offering to targeted
customers
• Company wants to know the likelihood of their
customers to buy particular product offering
• Company wants to focus their agents sales initiatives
to targeted customers
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Hospital Staffing Forecast - Healthcare
Business Scenario
• Hospital management team wants to manage
staffing assignments based on forecasted patient
demand
• Historical statistics for Available Beds, Occupied Beds,
Inpatient Admissions and Day Case Admissions by
month is available
• Management wants to use the historical data to
predict and forecast hospital staffing needs for next 5
years
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Customer Retention - Banking
Business Scenario
• Identify the attributes of those customers who have
been retained, in contrast to those who have left or
churned.
• Develop strategies to maximize the retention of
customers.
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Q & A
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Getting Help
• SAP Analytics Training on youTube
o Create an Analysis: SAP Predictive Analysis 1.14
o Create a Custom R Component: SAP Predictive Analysis 1.14
o Install and Configure Open Source R Algorithms: SAP Predictive Analysis 1.14
o Save, Export and Import Data Models: SAP Predictive Analysis 1.14
SAP BigData http://www.sapbigdata.com/analytics/predictive/
SAP BI Blog http://sapbiblog.com/category/predictive-analytics/
SAP Community
Network
http://scn.sap.com/community/predictive-analysis
SAP Help Portal https://help.sap.com/pa
SAP HANA http://www.saphana.com/community/learn/solutions/
predictive-analysis
SAP Insider http://sapinsider.wispubs.com/Search?query=SAP%20
Predictive%20Analytics
SAP Support Portal http://service.sap.com/xsearch
SAP Training https://www.youtube.com/user/SAPAnalyticsTraining
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Appendix
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA 1.15 What’s New
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA 1.15 PAM – Desktop & Server
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA 1.15 PAM – Database Connectivity
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA Supported Algorithms
Type Brief Algorithm R
Association Find associations between entities based on transactions involving them
(aka Market Basket Analysis)
Apriori R-Apriori
Cluster Group individuals in a population together by their similarity, but not
driven by any specific purpose
K-Means
Self-Organizing Maps
R-K-Means
Classification Predict by individual element, which mutually exclusive class this
individual belongs to
ABC Analysis
KNN
Naïve Bayes
Weighted Score Analysis
-
Decision Trees Classification of individual elements through a hierarchical form – useful
for model scoring
C4.5
CHAID
R-CNR Tree
Regression Classification to estimate or predict, for each individual, the numerical
value of some variable
Exponential
Geometric
Logarithmic
Logistic
Multiple Linear
Polynomial
R-Multiple
Linear
Regression
Time Series A time series is set of consecutive points collected in uniform time
intervals. Smoothing provides forecasting abilities based on collected
averages, double with trend, triple with seasonality.
Exponential Smoothing:
Double
Single
Triple
R-Triple
Exponential
Smoothing
Outlier Material difference from or inconsistent with the remaining set of data,
are called anomalies or outlier
Anomaly Detection
Inter-quartile Range
Variance Test
-
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA Algorithm Descriptions
Time Series Analysis
• In this group we use past data points as the basis for
projecting future ones. The data is a variable, such as
sales or headcount or telemetry readings, with a series
of values over time. We use historical patterns in the
known data to make predictions about future values.
Association Analysis
• This class of applications looks for associations between
things, with the best known example being the analysis
of shopping baskets and the prediction that people
who purchased this product are most likely to purchase
these other products. It is the analysis is of a basket of
items. Other examples include the analysis of telecom
services purchased by subscribers; financial policies held
by households; telephone calling patterns; visitor paths
through a website.
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA Algorithm Descriptions (Cont.)
Cluster Analysis
• This class of application is concerned with grouping the
data into clusters or segments that have similar attributes.
It is often used to subset a large data set, as we may be
able to better understand the attributes of the smaller
subsets. We also cluster data so that we can focus on
specific groups within a dataset. The best example of this
is customer segmentation where we want to develop
specific sales strategies for particular customer groups.
Classification Analysis
• This is the largest group of applications of predictive
analysis. To predict a variable using the data of other
variables that we believe affect the values of the variable
that we are trying to predict. The variable that we wish to
predict is variously known as the output variable, the
target variable, or the dependent variable. The latter
name comes from the assertion that it depends on the
values of the independent variables or input variables on
Analysis.
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA Algorithm Descriptions (Cont.)
Outlier Analysis
• This class of application of predictive analysis looks for the
unusual and the unexpected: unusual in the sense that
values in a data set are very different from other values,
and unexpected in the sense that the values are very
different from what was predicted. The outliers could be
as a result of errors in the data or genuine variations in the
data, which the predictive model needs to take into
account. Outlier or anomaly detection has a major
application in the area of fraud detection.
5. Outlier Analysis
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
PA Task to Algorithm Sample
© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.
Contact Us
Website: Email:
Connect with Us
Thank You

More Related Content

Viewers also liked

Stichting de wielewaal presentatie
Stichting de wielewaal presentatieStichting de wielewaal presentatie
Stichting de wielewaal presentatieSlimmerezorg
 
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرسته
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرستهد ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرسته
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرستهIDCOAFGHANISTAN
 
Apchin Design Corp - Portfolio
Apchin Design Corp - PortfolioApchin Design Corp - Portfolio
Apchin Design Corp - PortfolioApchin
 
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...Edward F. T. Charfauros
 
ITEC 7530 JMOSS
ITEC 7530 JMOSSITEC 7530 JMOSS
ITEC 7530 JMOSSpcgrad13
 
Getting started - Ring Central User Guide
Getting started - Ring Central User GuideGetting started - Ring Central User Guide
Getting started - Ring Central User GuideJonathan Schultz
 
Regress and Progress! An econometric characterization of the short-run relati...
Regress and Progress! An econometric characterization of the short-run relati...Regress and Progress! An econometric characterization of the short-run relati...
Regress and Progress! An econometric characterization of the short-run relati...Matheus Albergaria
 
Pendidikan sebagai ilmu
Pendidikan sebagai ilmuPendidikan sebagai ilmu
Pendidikan sebagai ilmuNaning I. F
 
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستان
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستانایتالیا و استقرار مجدد حاکمیت قانون در افغانستان
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستانIDCOAFGHANISTAN
 
Baseline study at district level herat-eng
Baseline study at district level herat-engBaseline study at district level herat-eng
Baseline study at district level herat-engIDCOAFGHANISTAN
 
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...Edward F. T. Charfauros
 
Your Personal Brand: Market Your Best Self
Your Personal Brand: Market Your Best SelfYour Personal Brand: Market Your Best Self
Your Personal Brand: Market Your Best SelfFindSpark
 
Прямые поставки от портала Укрбизнес
Прямые поставки от портала УкрбизнесПрямые поставки от портала Укрбизнес
Прямые поставки от портала УкрбизнесMichael Voitovich
 

Viewers also liked (20)

Seastone Construction Company
Seastone Construction CompanySeastone Construction Company
Seastone Construction Company
 
Stack
StackStack
Stack
 
Stichting de wielewaal presentatie
Stichting de wielewaal presentatieStichting de wielewaal presentatie
Stichting de wielewaal presentatie
 
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرسته
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرستهد ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرسته
د ملی پيوستون پروګرام سره د ايټاليی د ھيواد مرسته
 
Apchin Design Corp - Portfolio
Apchin Design Corp - PortfolioApchin Design Corp - Portfolio
Apchin Design Corp - Portfolio
 
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...
Edward; w1 info sys softapp; 05.10.11. Copyright 2013 Edward F. T. Charfauros...
 
ITEC 7530 JMOSS
ITEC 7530 JMOSSITEC 7530 JMOSS
ITEC 7530 JMOSS
 
Assignment 5: Parts 1-3
Assignment 5: Parts 1-3Assignment 5: Parts 1-3
Assignment 5: Parts 1-3
 
Getting started - Ring Central User Guide
Getting started - Ring Central User GuideGetting started - Ring Central User Guide
Getting started - Ring Central User Guide
 
Regress and Progress! An econometric characterization of the short-run relati...
Regress and Progress! An econometric characterization of the short-run relati...Regress and Progress! An econometric characterization of the short-run relati...
Regress and Progress! An econometric characterization of the short-run relati...
 
Filming 3
Filming 3Filming 3
Filming 3
 
Pendidikan sebagai ilmu
Pendidikan sebagai ilmuPendidikan sebagai ilmu
Pendidikan sebagai ilmu
 
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستان
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستانایتالیا و استقرار مجدد حاکمیت قانون در افغانستان
ایتالیا و استقرار مجدد حاکمیت قانون در افغانستان
 
Transcript+Cer
Transcript+CerTranscript+Cer
Transcript+Cer
 
De ce să vii la Cercul de Donatori Cluj?
De ce să vii la Cercul de Donatori Cluj?De ce să vii la Cercul de Donatori Cluj?
De ce să vii la Cercul de Donatori Cluj?
 
Magazines
MagazinesMagazines
Magazines
 
Baseline study at district level herat-eng
Baseline study at district level herat-engBaseline study at district level herat-eng
Baseline study at district level herat-eng
 
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...
Charfauros bus415 wk4. Copyright 2013 Edward F. T. Charfauros. Reference, www...
 
Your Personal Brand: Market Your Best Self
Your Personal Brand: Market Your Best SelfYour Personal Brand: Market Your Best Self
Your Personal Brand: Market Your Best Self
 
Прямые поставки от портала Укрбизнес
Прямые поставки от портала УкрбизнесПрямые поставки от портала Укрбизнес
Прямые поставки от портала Укрбизнес
 

Similar to Predictive analytics applying it in your organization - bocx 2014

Next Generation Methodologies in Talent Acquisition
Next Generation Methodologies in Talent AcquisitionNext Generation Methodologies in Talent Acquisition
Next Generation Methodologies in Talent AcquisitionThe HR Observer
 
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptx
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptxSAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptx
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptxAshwin Katkar
 
Sap predictive analytics on hana preconfigured predictive analysis content ac...
Sap predictive analytics on hana preconfigured predictive analysis content ac...Sap predictive analytics on hana preconfigured predictive analysis content ac...
Sap predictive analytics on hana preconfigured predictive analysis content ac...YASH Technologies
 
Transform Data into Action
Transform Data into ActionTransform Data into Action
Transform Data into ActionWorkday, Inc.
 
Bigdata and Analytics Services - Clover Infotech
Bigdata and Analytics Services - Clover InfotechBigdata and Analytics Services - Clover Infotech
Bigdata and Analytics Services - Clover InfotechSwetha Elias
 
Athira mp cv_latest - copy
Athira mp cv_latest - copyAthira mp cv_latest - copy
Athira mp cv_latest - copyAthira MP
 
CSC - Presentation at Hortonworks Booth - Strata 2014
CSC - Presentation at Hortonworks Booth - Strata 2014CSC - Presentation at Hortonworks Booth - Strata 2014
CSC - Presentation at Hortonworks Booth - Strata 2014Hortonworks
 
Professional Services packaged solutions for SAP
Professional Services packaged solutions for SAPProfessional Services packaged solutions for SAP
Professional Services packaged solutions for SAPAmbareesh Kulkarni
 
Why Your Product Needs an Analytic Strategy
Why Your Product Needs an Analytic Strategy Why Your Product Needs an Analytic Strategy
Why Your Product Needs an Analytic Strategy Pentaho
 
SAP HANA Data Center Intelligence Overview
SAP HANA Data Center Intelligence OverviewSAP HANA Data Center Intelligence Overview
SAP HANA Data Center Intelligence OverviewSAP Technology
 
Data miningmanufacturing
Data miningmanufacturingData miningmanufacturing
Data miningmanufacturingAnkur Khanna
 
Come fare business con i big data in concreto
Come fare business con i big data in concretoCome fare business con i big data in concreto
Come fare business con i big data in concretoHP Enterprise Italia
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...SAP Analytics
 
Manage Customer Service from Start to Finish with SAP Hybris Service Cloud
Manage Customer Service from Start to Finish with SAP Hybris Service CloudManage Customer Service from Start to Finish with SAP Hybris Service Cloud
Manage Customer Service from Start to Finish with SAP Hybris Service CloudSAP Customer Experience
 
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...SAP Analytics
 
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...How to Drive Source-to-Settle Value Through Process Automation AND Organizati...
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...SAP Ariba
 
Data science in demand planning - when the machine is not enough
Data science in demand planning - when the machine is not enoughData science in demand planning - when the machine is not enough
Data science in demand planning - when the machine is not enoughTristan Wiggill
 

Similar to Predictive analytics applying it in your organization - bocx 2014 (20)

Next Generation Methodologies in Talent Acquisition
Next Generation Methodologies in Talent AcquisitionNext Generation Methodologies in Talent Acquisition
Next Generation Methodologies in Talent Acquisition
 
EA261_2015
EA261_2015EA261_2015
EA261_2015
 
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptx
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptxSAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptx
SAP D&A Give Data Purpose Deck incl L0-L2 White May 2023 for Sales.pptx
 
Sap predictive analytics on hana preconfigured predictive analysis content ac...
Sap predictive analytics on hana preconfigured predictive analysis content ac...Sap predictive analytics on hana preconfigured predictive analysis content ac...
Sap predictive analytics on hana preconfigured predictive analysis content ac...
 
Transform Data into Action
Transform Data into ActionTransform Data into Action
Transform Data into Action
 
Bigdata and Analytics Services - Clover Infotech
Bigdata and Analytics Services - Clover InfotechBigdata and Analytics Services - Clover Infotech
Bigdata and Analytics Services - Clover Infotech
 
Athira mp cv_latest - copy
Athira mp cv_latest - copyAthira mp cv_latest - copy
Athira mp cv_latest - copy
 
CSC - Presentation at Hortonworks Booth - Strata 2014
CSC - Presentation at Hortonworks Booth - Strata 2014CSC - Presentation at Hortonworks Booth - Strata 2014
CSC - Presentation at Hortonworks Booth - Strata 2014
 
Professional Services packaged solutions for SAP
Professional Services packaged solutions for SAPProfessional Services packaged solutions for SAP
Professional Services packaged solutions for SAP
 
Why Your Product Needs an Analytic Strategy
Why Your Product Needs an Analytic Strategy Why Your Product Needs an Analytic Strategy
Why Your Product Needs an Analytic Strategy
 
SAP HANA Data Center Intelligence Overview
SAP HANA Data Center Intelligence OverviewSAP HANA Data Center Intelligence Overview
SAP HANA Data Center Intelligence Overview
 
Data miningmanufacturing
Data miningmanufacturingData miningmanufacturing
Data miningmanufacturing
 
Come fare business con i big data in concreto
Come fare business con i big data in concretoCome fare business con i big data in concreto
Come fare business con i big data in concreto
 
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
#askSAP Analytics Innovations Community Call: Delivering the Intelligent Ente...
 
Manage Customer Service from Start to Finish with SAP Hybris Service Cloud
Manage Customer Service from Start to Finish with SAP Hybris Service CloudManage Customer Service from Start to Finish with SAP Hybris Service Cloud
Manage Customer Service from Start to Finish with SAP Hybris Service Cloud
 
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
#askSAP Analytics Innovations Community Call: Delivering Big Data Inisghts wi...
 
Big Data Services at YASH
Big Data Services at YASHBig Data Services at YASH
Big Data Services at YASH
 
Big Data Services at YASH
Big Data Services at YASHBig Data Services at YASH
Big Data Services at YASH
 
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...How to Drive Source-to-Settle Value Through Process Automation AND Organizati...
How to Drive Source-to-Settle Value Through Process Automation AND Organizati...
 
Data science in demand planning - when the machine is not enough
Data science in demand planning - when the machine is not enoughData science in demand planning - when the machine is not enough
Data science in demand planning - when the machine is not enough
 

Recently uploaded

Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...amitlee9823
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 

Recently uploaded (20)

Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 

Predictive analytics applying it in your organization - bocx 2014

  • 1. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary.© 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Predictive Analytics Applying It In Your Organization
  • 2. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Agenda • Introduction to Predictive Analytics • SAP Predictive Analysis Overview • Demo Scenarios • Q&A • Getting Help • Appendix
  • 3. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Introduction to Predictive Analysis
  • 4. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Why Use Predictive Analytics Predictive analytics encompasses a variety of statistical techniques from modeling, machine learning, and data mining that analyze current and historical facts to make predictions about future, or otherwise unknown, events.
  • 5. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Extend Analytics Capabilities
  • 6. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. SAP Predictive Analysis Overview
  • 7. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. SAP Predictive Analysis Acquire data from various data sources, • Excel • CSV • SAP HANA • Universe • RDBMS Perform data enrichment operations, • Data manipulation • Data cleansing • Semantic enrichment Get insight into data prediction using statistical algorithms, • Clustering • Decision Tree • Trending • Association • Regression Build visualization using wide selection of charts and graphs. Explore and analyze row and predictive datasets using visualizations. Publish and share predictive datasets to, • SAP HANA • SAP Explorer • SAP Streamwork • Excel • CSV • RDBMS • Email • PDF
  • 8. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Predictive Analysis Architecture • The R open source statistics language and its 3,500 plus packages or algorithms is the most popular predictive analysis tool according to the Rexer Analytics 2011 Data Mining Survey, close to half of all data miners (47%) using it. • R resides on a separate server, side by side with SAP HANA. Data stored in SAP HANA tables is passed to the R server and transformed into R data vectors or data frames, which is the data format used by R. R script code is embedded in SAP HANA SQLScript and is also passed over to R for processing on the R server. The results, in the form of R data vectors or data frames, are transferred back to SAP HANA, which then converts it back to an SAP HANA table. All the communication, data transfer and transformation tasks are performed by the SAP HANA Platform.
  • 9. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Predictive Analysis Algorithms Supervised Learning: Target information and examples (training sets) provided to the learner (component) •Unsupervised, no training sets •Find patterns in transactional datasets for generating association rules •Predict future transacting behavior Association •Unsupervised, no training sets •Cluster observations into groups without prior knowledge of those relationships •Input to decision making process Cluster •Supervised, training sets for error correction •Predict class membership through probability •Scoring models for churn, defect, triage Classification •Structured, training sets, k+1 forecast •Predicts the value of a variable based on supplied data •Forecasting with or without trending or seasonal adjustments Regression •Unsupervised, no training sets •Find objects that do not comply with the general behavior or model •Churn, fraud, fault analysis Outliers
  • 10. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Create New Custom-R Component
  • 11. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Demo Scenarios
  • 12. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Customer Segment Analysis - Retail Business Scenario • A consumer clothing retail company wants to perform a targeted marketing campaign to increase particular product sales • Marketing team wants to understand the demographic of their customer • Company wants to target specific customer segment to achieve maximum success from the campaign
  • 13. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Targeted Customer Offering - Insurance Business Scenario • An insurance company wants to increase their revenue by extending product offering to targeted customers • Company wants to know the likelihood of their customers to buy particular product offering • Company wants to focus their agents sales initiatives to targeted customers
  • 14. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Hospital Staffing Forecast - Healthcare Business Scenario • Hospital management team wants to manage staffing assignments based on forecasted patient demand • Historical statistics for Available Beds, Occupied Beds, Inpatient Admissions and Day Case Admissions by month is available • Management wants to use the historical data to predict and forecast hospital staffing needs for next 5 years
  • 15. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Customer Retention - Banking Business Scenario • Identify the attributes of those customers who have been retained, in contrast to those who have left or churned. • Develop strategies to maximize the retention of customers.
  • 16. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Q & A
  • 17. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Getting Help • SAP Analytics Training on youTube o Create an Analysis: SAP Predictive Analysis 1.14 o Create a Custom R Component: SAP Predictive Analysis 1.14 o Install and Configure Open Source R Algorithms: SAP Predictive Analysis 1.14 o Save, Export and Import Data Models: SAP Predictive Analysis 1.14 SAP BigData http://www.sapbigdata.com/analytics/predictive/ SAP BI Blog http://sapbiblog.com/category/predictive-analytics/ SAP Community Network http://scn.sap.com/community/predictive-analysis SAP Help Portal https://help.sap.com/pa SAP HANA http://www.saphana.com/community/learn/solutions/ predictive-analysis SAP Insider http://sapinsider.wispubs.com/Search?query=SAP%20 Predictive%20Analytics SAP Support Portal http://service.sap.com/xsearch SAP Training https://www.youtube.com/user/SAPAnalyticsTraining
  • 18. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Appendix
  • 19. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA 1.15 What’s New
  • 20. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA 1.15 PAM – Desktop & Server
  • 21. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA 1.15 PAM – Database Connectivity
  • 22. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA Supported Algorithms Type Brief Algorithm R Association Find associations between entities based on transactions involving them (aka Market Basket Analysis) Apriori R-Apriori Cluster Group individuals in a population together by their similarity, but not driven by any specific purpose K-Means Self-Organizing Maps R-K-Means Classification Predict by individual element, which mutually exclusive class this individual belongs to ABC Analysis KNN Naïve Bayes Weighted Score Analysis - Decision Trees Classification of individual elements through a hierarchical form – useful for model scoring C4.5 CHAID R-CNR Tree Regression Classification to estimate or predict, for each individual, the numerical value of some variable Exponential Geometric Logarithmic Logistic Multiple Linear Polynomial R-Multiple Linear Regression Time Series A time series is set of consecutive points collected in uniform time intervals. Smoothing provides forecasting abilities based on collected averages, double with trend, triple with seasonality. Exponential Smoothing: Double Single Triple R-Triple Exponential Smoothing Outlier Material difference from or inconsistent with the remaining set of data, are called anomalies or outlier Anomaly Detection Inter-quartile Range Variance Test -
  • 23. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA Algorithm Descriptions Time Series Analysis • In this group we use past data points as the basis for projecting future ones. The data is a variable, such as sales or headcount or telemetry readings, with a series of values over time. We use historical patterns in the known data to make predictions about future values. Association Analysis • This class of applications looks for associations between things, with the best known example being the analysis of shopping baskets and the prediction that people who purchased this product are most likely to purchase these other products. It is the analysis is of a basket of items. Other examples include the analysis of telecom services purchased by subscribers; financial policies held by households; telephone calling patterns; visitor paths through a website.
  • 24. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA Algorithm Descriptions (Cont.) Cluster Analysis • This class of application is concerned with grouping the data into clusters or segments that have similar attributes. It is often used to subset a large data set, as we may be able to better understand the attributes of the smaller subsets. We also cluster data so that we can focus on specific groups within a dataset. The best example of this is customer segmentation where we want to develop specific sales strategies for particular customer groups. Classification Analysis • This is the largest group of applications of predictive analysis. To predict a variable using the data of other variables that we believe affect the values of the variable that we are trying to predict. The variable that we wish to predict is variously known as the output variable, the target variable, or the dependent variable. The latter name comes from the assertion that it depends on the values of the independent variables or input variables on Analysis.
  • 25. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA Algorithm Descriptions (Cont.) Outlier Analysis • This class of application of predictive analysis looks for the unusual and the unexpected: unusual in the sense that values in a data set are very different from other values, and unexpected in the sense that the values are very different from what was predicted. The outliers could be as a result of errors in the data or genuine variations in the data, which the predictive model needs to take into account. Outlier or anomaly detection has a major application in the area of fraud detection. 5. Outlier Analysis
  • 26. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. PA Task to Algorithm Sample
  • 27. © 2014 Broadstreet Data & NexJ Systems Inc. Confidential and Proprietary. Contact Us Website: Email: Connect with Us Thank You