SlideShare a Scribd company logo
1 of 34
Intended for Knowledge Sharing only
PREDICTIVE ANALYTICS & BUSINESS INSIGHTS SUMMIT
Mar 2016
Intended for Knowledge Sharing only
Disclaimer:
Participation in this summit is purely on personal basis and not representing VISA in any form or
matter. The talk is based on learnings from work across industries and firms. Care has been taken to
ensure no proprietary or work related info of any firm is used in any material.
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
REAL TIME ANALYTICS
AS THEY ARE ENVISIONED TODAY…
Intended for Knowledge Sharing only 4
SPEED PRECISION POWER
…BUT IT HAS GROWN TO
Intended for Knowledge Sharing only 5
SPEED PRECISION POWER
DISTANCE
PAYLOADS
RE-USABLE
MISSION
LONGEVITY
OH MY…
Intended for Knowledge Sharing only 6
HOUSTON,
WE HAVE A
PROBLEM!
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
ARE YOU SURE IT’S POSSIBLE IN BUSINESS WORLD?
AN EXAMPLE FROM OUR BUSINESS WORLD
8
...sync with business hours, predictive alternative means, nearby businesses instead,
book an online appointment for future, mail/call instead, suggest virtual interaction,
discovery
Intended for Knowledge Sharing only
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
LET’S SEE IT IN ACTION…
ADOBE CAPTURED IT PERFECTLY…
10Intended for Knowledge Sharing only
HOW COULD IT HAVE BEEN AVOIDED
No Knee jerk reaction
Statistical significance
Cross validation across multiple data sources
Explanation of the drivers
Proper response mechanism
11
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
HOW REAL IS REAL TIME ANALYTICS?
UNITED BREAKS GUITAR
Intended for Knowledge Sharing only 13
OK AGREED, BUT WHAT ARE THE OTHER USE CASES?
Intended for Knowledge Sharing only
OPERATIONAL
FRAUD
PRODUCT LAUNCHES
• System downtime, users experience issues, API failures, load
times, etc. – by regions, products, browsers, devices, etc.
• Fraud rates, types, amount, hacking, system compromise,
gaming/misuse, etc.
• New Product/Flow/App/Feature/Plug-ins performance, issues
• User Behavioral changes
FUNCTIONS TYPICAL USE CASES
MARKETING CAMPAIGNS • Campaign usage & inventory management– popular/flop/gaming
SALES
• Recommendation engines – Cross/Up sell
• New Product sales
• Inventory Management
BRAND MANAGEMENT
• Social Media Monitoring – VOC, NPS, SOV (a Trending issue or
opportunity)
14
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
HOW DO WE PULL IT OFF?
Setting up
right
Analytical
Framework
Data
Collection &
Preparation
Analysis Action
CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION…
Intended for Knowledge Sharing only 16
Problem
Statement
1 Strategy
 Type of functional use case
 Objective & strategic measurements (&
impact on Corporate KPI)
 Analyses, Alert thresholds, impact sizing
2 Execution
 Command-Control (Working Group)
 Communication protocols & methods
 Response Framework (Approvals)
 Fall back options, alternatives, ramps
3 Organizational
Transformation
 People-Process-Technology-Culture
Data
Collection &
Preparation
Analysis Action
Problem
Statement
Setting up
right
Analytical
Framework
CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION…
Intended for Knowledge Sharing only 17
Type of reporting: Statistical Process Controls (Deviation from mean, median, expected
values, benchmarking)
Other techniques required: A/B Testing, VOC, Social Media Monitoring, Mining of
patterns, etc.
Sizing & Prioritization of issues depending on impact on corporate KPIs
Types of alerts based on metric: Statistical Significance of deviation, consistency (VOC,
Social), absolute count thresholds (statistical significance calculation based), benchmarking
Level of explanation required: Multi level drilldown, early warning indicators and data
points to cross validate with
Analysis Action
Problem
Statement
Setting up
right
Analytical
Framework
Data
Collection &
Preparation
CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION…
Intended for Knowledge Sharing only 18
Data ingestion: Volume, Variety (OLTP, Clickstream, Social, Server Logs, Campaign,
Industry, Search traffic, Devices, Regions), Velocity & Value
Data blending: Ability to manage fast, at scale mix to come up with complete view
Data Governance: Data Quality (monitoring to ensure data feed is reliable, sensible and
not an issue), Data Lineage (ability to back track & understand the data is what it is
supposed to be) and Data Understanding (indicates the right usage that it was intended
for).
Action
Problem
Statement
Setting up
right
Analytical
Framework
Data
Collection &
Preparation
Analysis
CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION…
Intended for Knowledge Sharing only 19
Reporting: Depending on required analytical framework, audience, use case
A/B Testing: Analyze multiple variations and/or benchmark with current experience
Sizing & Investigation: Estimation of impact on Corporate KPI, Prioritization, ability to
explain numbers and evolving patterns
Investigation: Cross Validation, Continued trends, benchmarking
Problem
Statement
Setting up
right
Analytical
Framework
Data
Collection &
Preparation
Analysis Action
CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION…
Intended for Knowledge Sharing only 20
Mode of communication: Email/Text alerts, App Notifications, Calls?
Content: (post investigation– cross validated, continuing, benchmarking)
-What has happened: Bands breached, Statistically Significant size, Threshold counts,
trending topic)
-Where & for whom: Region, Product Type, Flow, Browsers, Customer Segment
-How big: Dollar impact, impact on Corporate KPI
-Possible drivers: Based on data analyses, Domain expert input, working group
-Recommendation
Response Type: Approval to stop/continue/ramp/alternative – over mail/app/calls
Feedback Loop: Feed the learning back into mainstream analytics & systems
Intended for Knowledge Sharing only
Intended for Knowledge Sharing only
TECHNOLOGICAL FRAMEWORK
DATA EVOLUTION (MASLOW HIERARCHY OF NEEDS)
22
Batch PredictionReal-time
Reports Alerts Forecast
Intended for Knowledge Sharing only
DATA PROCESSING PIPELINE
23
Ingest /
Collect
Store
Process /
Analyze
Consume
/ Visualize
DATA
Answers
Intended for Knowledge Sharing only
DATA CATEGORIZATION
24
HOT WARM COLD
Data Volume MB-GB GB-TB TBs
Item size B-KB KB-MB KB-TB
Latency Millisec-sec Minutes – hour Hrs, Day
Durability Low-Medium High Very High
Maintenance Very High High Low
Real-time, Alerts Analysis and
reporting
Deep dive analysis
and Machine
learning
Intended for Knowledge Sharing only
LAMBDA ARCHITECTURE
25
Aims to satisfy the needs for a robust system that is fault-tolerance, both against hardware failures
and human mistakes, being able to serve wide range of workloads and use cases, and in which
low-latency reads and updates are required. The resulting system should be linearly scalable.
1. All data entering the system is dispatched to both batch layer and speed layer for processing.
2. The batch layer has two functions: (1) managing master dataset (an immutable, append-only) (2) to pre-
compute batch views.
3. The serving layer indexes the batch views so that they can be queried in low-latency
4. The speed layer compensates for the high-latency of updates to the serving layer and deals with recent data
only.
5. Any incoming query can be answered by merging results from batch views and real-time views
Reference : http://lambda-architecture.net/
LAMBDA ARCHITECTURE
26
New data
stream
HADOOP
All
data(HDFS)
Enriched
SPARK
Data Stream
Increment
Views
Query
Intended for Knowledge Sharing only
LAMBDA ARCHITECTURE – WITH BENCHMARKS
27
New data
stream
HADOOP
All
data(HDFS)
Enriched
SPARK
Data Stream
Alerts
Benchmarks
(rules engine)
Benchmarks
(rules engine)
Data Stream
Intended for Knowledge Sharing only
Intended for Knowledge Sharing only
Intended for Knowledge Sharing only
IN CONCLUSION…
WHY DO WE THINK THE TIME IS NOW?
Evolution in the value prop of Real Time Analytics:
What/where/how much (Descriptive) -> what can happen (Predictive) -
>what should we do (Prescriptive) ?
Audience has broadened (From Operational to other key functions)
Demands on RoI have gone up
Data Mining is maturing enough to be used to answer “Real time Pattern
identifications”
29
KPI of Analytics has changed from Turn-Around-Time (TAT) to Time-to-
Action (TTA)
KEY TAKEAWAYS
30
• “Know” that Real Time Analytics is a need not luxury
• “Must have” a strong Strategic, Tactical & Organization framework
• “Ensure” Cross validation, Sizing & Prioritizing
• “Develop” Command-Control Structure & Working Group to ensure “rapid but
right” response
• “Prepare” for evolution of Real Time Analytics closer towards Artificial Intelligence
Intended for Knowledge Sharing only
Quick recap of what it is
Intended for Knowledge Sharing only
Appendix
Intended for Knowledge Sharing only
Disclaimer:
Participation in this summit is purely on personal basis and not representing VISA in any form or
matter. The talk is based on learnings from work across industries and firms. Care has been taken to
ensure no proprietary or work related info of any firm is used in any material.
Director, Insights at Visa, Inc.
Enable Decision Making at the Executives/
Product/Marketing level via actionable
insights derived from Data.
RAMKUMAR RAVICHANDRAN
Data Warehouse Architect at Visa, Inc.
Architect a data-shop in Hadoop to get 360-
degree view of the interaction. Technology
interface for the Data Stakeholder Community.
BHARATHIRAJA CHANDRASEKHARAN
THANK YOU!
Intended for Knowledge Sharing only
Would love to hear from you on any of the following forums…
https://twitter.com/decisions_2_0
http://www.slideshare.net/RamkumarRavichandran
https://www.youtube.com/channel/UCODSVC0WQws607clv0k8mQA/videos
http://www.odbms.org/2015/01/ramkumar-ravichandran-visa/
https://www.linkedin.com/pub/ramkumar-ravichandran/10/545/67a
https://www.linkedin.com/in/dataisbig
http://bigdatadw.blogspot.com/
BHARATHIRAJA CHANDRASEKHARAN
RAMKUMAR RAVICHANDRAN
33
34
SOURCES OF VARIOUS IMAGES
Intended for Knowledge Sharing only 34
Images from:
https://www.google.com/search?q=f16&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjT2ZKytr_LAhVM12MKHZvtAngQ_AUIBygB&biw=1366&bih=599#i
mgrc=W6qpeXNuNSm1lM%3A
https://www.google.com/search?q=fast+and+furious&biw=1366&bih=599&source=lnms&tbm=isch&sa=X&sqi=2&ved=0ahUKEwjBgqfZt7_LAhXkJJoKHb8R
DrsQ_AUIBigB#imgdii=cDHYaybkEHafyM%3A%3BcDHYaybkEHafyM%3A%3BW2D1W4BUx3boGM%3A&imgrc=cDHYaybkEHafyM%3A
https://www.google.com/search?q=sandra+bullock+astronaut+movie&biw=1366&bih=599&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj23PKPvb_LAhV
E92MKHSiiD1kQ_AUICSgD#imgrc=lKmxS5CNElGmPM%3A

More Related Content

Viewers also liked

Логистика снабжения и запасов
Логистика снабжения и запасовЛогистика снабжения и запасов
Логистика снабжения и запасовNatalia Elicheva
 
Letter_of_recommendation
Letter_of_recommendationLetter_of_recommendation
Letter_of_recommendationMarta Jamil
 
DBA Thesis of Babu George
DBA Thesis of Babu GeorgeDBA Thesis of Babu George
DBA Thesis of Babu GeorgeBabu George
 
Epigenetic dysregulation talk at NGSAsia 2016
Epigenetic dysregulation talk at NGSAsia 2016 Epigenetic dysregulation talk at NGSAsia 2016
Epigenetic dysregulation talk at NGSAsia 2016 Altuna Akalin
 
как работают венчурные фонды
как работают венчурные фондыкак работают венчурные фонды
как работают венчурные фондыdkalaev
 
Grado en ingeniería química
Grado en ingeniería química Grado en ingeniería química
Grado en ingeniería química Marina Villanueva
 
Creating Social Content Efficiently
Creating Social Content EfficientlyCreating Social Content Efficiently
Creating Social Content EfficientlyCaitlin Jeansonne
 
складское оборудование
складское оборудованиескладское оборудование
складское оборудованиеOlha Antonets
 

Viewers also liked (14)

Логистика снабжения и запасов
Логистика снабжения и запасовЛогистика снабжения и запасов
Логистика снабжения и запасов
 
Letter_of_recommendation
Letter_of_recommendationLetter_of_recommendation
Letter_of_recommendation
 
DBA Thesis of Babu George
DBA Thesis of Babu GeorgeDBA Thesis of Babu George
DBA Thesis of Babu George
 
Ellis Harvey-EXIN EPI CDCP
Ellis Harvey-EXIN EPI CDCPEllis Harvey-EXIN EPI CDCP
Ellis Harvey-EXIN EPI CDCP
 
Epigenetic dysregulation talk at NGSAsia 2016
Epigenetic dysregulation talk at NGSAsia 2016 Epigenetic dysregulation talk at NGSAsia 2016
Epigenetic dysregulation talk at NGSAsia 2016
 
Oído
OídoOído
Oído
 
как работают венчурные фонды
как работают венчурные фондыкак работают венчурные фонды
как работают венчурные фонды
 
Grado en ingeniería química
Grado en ingeniería química Grado en ingeniería química
Grado en ingeniería química
 
Corrosion Under Insulation
Corrosion Under InsulationCorrosion Under Insulation
Corrosion Under Insulation
 
Stem cells in cardiac care
Stem cells in cardiac careStem cells in cardiac care
Stem cells in cardiac care
 
Tourism in Dubai
Tourism in DubaiTourism in Dubai
Tourism in Dubai
 
Creating Social Content Efficiently
Creating Social Content EfficientlyCreating Social Content Efficiently
Creating Social Content Efficiently
 
Lipidos
LipidosLipidos
Lipidos
 
складское оборудование
складское оборудованиескладское оборудование
складское оборудование
 

More from Ramkumar Ravichandran

Risk Product Management - Creating Safe Digital Experiences, Product School 2019
Risk Product Management - Creating Safe Digital Experiences, Product School 2019Risk Product Management - Creating Safe Digital Experiences, Product School 2019
Risk Product Management - Creating Safe Digital Experiences, Product School 2019Ramkumar Ravichandran
 
Improving AI products with Analytics
Improving AI products with AnalyticsImproving AI products with Analytics
Improving AI products with AnalyticsRamkumar Ravichandran
 
Advancing the analytics maturity curve at your organization
Advancing the analytics maturity curve at your organizationAdvancing the analytics maturity curve at your organization
Advancing the analytics maturity curve at your organizationRamkumar Ravichandran
 
Advancing Testing Program Maturity in your organization
Advancing Testing Program Maturity in your organizationAdvancing Testing Program Maturity in your organization
Advancing Testing Program Maturity in your organizationRamkumar Ravichandran
 
Augment the actionability of Analytics with the “Voice of Customer”
Augment the actionability of Analytics with the “Voice of Customer”Augment the actionability of Analytics with the “Voice of Customer”
Augment the actionability of Analytics with the “Voice of Customer”Ramkumar Ravichandran
 
Prepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionPrepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionRamkumar Ravichandran
 
Building & nurturing an Analytics Team
Building & nurturing an Analytics TeamBuilding & nurturing an Analytics Team
Building & nurturing an Analytics TeamRamkumar Ravichandran
 
Analytics as an enabler of Company Culture
Analytics as an enabler of Company CultureAnalytics as an enabler of Company Culture
Analytics as an enabler of Company CultureRamkumar Ravichandran
 
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insights
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insightsDigital summit Dallas 2015 - Research brings back the 'human' aspect to insights
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insightsRamkumar Ravichandran
 
Social media analytics - a delicious treat, but only when handled like a mast...
Social media analytics - a delicious treat, but only when handled like a mast...Social media analytics - a delicious treat, but only when handled like a mast...
Social media analytics - a delicious treat, but only when handled like a mast...Ramkumar Ravichandran
 
Taming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkTaming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkRamkumar Ravichandran
 
A/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsA/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsRamkumar Ravichandran
 
Transform your Analytics Practice into Insights Practice
Transform your Analytics Practice into Insights PracticeTransform your Analytics Practice into Insights Practice
Transform your Analytics Practice into Insights PracticeRamkumar Ravichandran
 

More from Ramkumar Ravichandran (20)

Risk Product Management - Creating Safe Digital Experiences, Product School 2019
Risk Product Management - Creating Safe Digital Experiences, Product School 2019Risk Product Management - Creating Safe Digital Experiences, Product School 2019
Risk Product Management - Creating Safe Digital Experiences, Product School 2019
 
Improving AI products with Analytics
Improving AI products with AnalyticsImproving AI products with Analytics
Improving AI products with Analytics
 
Advancing the analytics maturity curve at your organization
Advancing the analytics maturity curve at your organizationAdvancing the analytics maturity curve at your organization
Advancing the analytics maturity curve at your organization
 
Advancing Testing Program Maturity in your organization
Advancing Testing Program Maturity in your organizationAdvancing Testing Program Maturity in your organization
Advancing Testing Program Maturity in your organization
 
Leadership, analytics & you
Leadership, analytics & youLeadership, analytics & you
Leadership, analytics & you
 
Augment the actionability of Analytics with the “Voice of Customer”
Augment the actionability of Analytics with the “Voice of Customer”Augment the actionability of Analytics with the “Voice of Customer”
Augment the actionability of Analytics with the “Voice of Customer”
 
Predictive Analytics as a Product
Predictive Analytics as a Product Predictive Analytics as a Product
Predictive Analytics as a Product
 
Prepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionPrepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolution
 
Power of Small Data
Power of Small DataPower of Small Data
Power of Small Data
 
Optimizing Marketing Decisions
Optimizing Marketing DecisionsOptimizing Marketing Decisions
Optimizing Marketing Decisions
 
Building & nurturing an Analytics Team
Building & nurturing an Analytics TeamBuilding & nurturing an Analytics Team
Building & nurturing an Analytics Team
 
Analytics as an enabler of Company Culture
Analytics as an enabler of Company CultureAnalytics as an enabler of Company Culture
Analytics as an enabler of Company Culture
 
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insights
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insightsDigital summit Dallas 2015 - Research brings back the 'human' aspect to insights
Digital summit Dallas 2015 - Research brings back the 'human' aspect to insights
 
Social media analytics - a delicious treat, but only when handled like a mast...
Social media analytics - a delicious treat, but only when handled like a mast...Social media analytics - a delicious treat, but only when handled like a mast...
Social media analytics - a delicious treat, but only when handled like a mast...
 
Optimizing product decisions
Optimizing product decisionsOptimizing product decisions
Optimizing product decisions
 
Moving beyond numbers
Moving beyond numbersMoving beyond numbers
Moving beyond numbers
 
Taming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkTaming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model Framework
 
Actionability of insights
Actionability of insights Actionability of insights
Actionability of insights
 
A/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'tsA/B Testing Best Practices - Do's and Don'ts
A/B Testing Best Practices - Do's and Don'ts
 
Transform your Analytics Practice into Insights Practice
Transform your Analytics Practice into Insights PracticeTransform your Analytics Practice into Insights Practice
Transform your Analytics Practice into Insights Practice
 

Recently uploaded

定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 

Real time analytics - planning to be spontaneous

  • 1. Intended for Knowledge Sharing only PREDICTIVE ANALYTICS & BUSINESS INSIGHTS SUMMIT Mar 2016
  • 2. Intended for Knowledge Sharing only Disclaimer: Participation in this summit is purely on personal basis and not representing VISA in any form or matter. The talk is based on learnings from work across industries and firms. Care has been taken to ensure no proprietary or work related info of any firm is used in any material.
  • 3. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only REAL TIME ANALYTICS
  • 4. AS THEY ARE ENVISIONED TODAY… Intended for Knowledge Sharing only 4 SPEED PRECISION POWER
  • 5. …BUT IT HAS GROWN TO Intended for Knowledge Sharing only 5 SPEED PRECISION POWER DISTANCE PAYLOADS RE-USABLE MISSION LONGEVITY
  • 6. OH MY… Intended for Knowledge Sharing only 6 HOUSTON, WE HAVE A PROBLEM!
  • 7. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only ARE YOU SURE IT’S POSSIBLE IN BUSINESS WORLD?
  • 8. AN EXAMPLE FROM OUR BUSINESS WORLD 8 ...sync with business hours, predictive alternative means, nearby businesses instead, book an online appointment for future, mail/call instead, suggest virtual interaction, discovery Intended for Knowledge Sharing only
  • 9. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only LET’S SEE IT IN ACTION…
  • 10. ADOBE CAPTURED IT PERFECTLY… 10Intended for Knowledge Sharing only
  • 11. HOW COULD IT HAVE BEEN AVOIDED No Knee jerk reaction Statistical significance Cross validation across multiple data sources Explanation of the drivers Proper response mechanism 11
  • 12. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only HOW REAL IS REAL TIME ANALYTICS?
  • 13. UNITED BREAKS GUITAR Intended for Knowledge Sharing only 13
  • 14. OK AGREED, BUT WHAT ARE THE OTHER USE CASES? Intended for Knowledge Sharing only OPERATIONAL FRAUD PRODUCT LAUNCHES • System downtime, users experience issues, API failures, load times, etc. – by regions, products, browsers, devices, etc. • Fraud rates, types, amount, hacking, system compromise, gaming/misuse, etc. • New Product/Flow/App/Feature/Plug-ins performance, issues • User Behavioral changes FUNCTIONS TYPICAL USE CASES MARKETING CAMPAIGNS • Campaign usage & inventory management– popular/flop/gaming SALES • Recommendation engines – Cross/Up sell • New Product sales • Inventory Management BRAND MANAGEMENT • Social Media Monitoring – VOC, NPS, SOV (a Trending issue or opportunity) 14
  • 15. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only HOW DO WE PULL IT OFF?
  • 16. Setting up right Analytical Framework Data Collection & Preparation Analysis Action CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION… Intended for Knowledge Sharing only 16 Problem Statement 1 Strategy  Type of functional use case  Objective & strategic measurements (& impact on Corporate KPI)  Analyses, Alert thresholds, impact sizing 2 Execution  Command-Control (Working Group)  Communication protocols & methods  Response Framework (Approvals)  Fall back options, alternatives, ramps 3 Organizational Transformation  People-Process-Technology-Culture
  • 17. Data Collection & Preparation Analysis Action Problem Statement Setting up right Analytical Framework CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION… Intended for Knowledge Sharing only 17 Type of reporting: Statistical Process Controls (Deviation from mean, median, expected values, benchmarking) Other techniques required: A/B Testing, VOC, Social Media Monitoring, Mining of patterns, etc. Sizing & Prioritization of issues depending on impact on corporate KPIs Types of alerts based on metric: Statistical Significance of deviation, consistency (VOC, Social), absolute count thresholds (statistical significance calculation based), benchmarking Level of explanation required: Multi level drilldown, early warning indicators and data points to cross validate with
  • 18. Analysis Action Problem Statement Setting up right Analytical Framework Data Collection & Preparation CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION… Intended for Knowledge Sharing only 18 Data ingestion: Volume, Variety (OLTP, Clickstream, Social, Server Logs, Campaign, Industry, Search traffic, Devices, Regions), Velocity & Value Data blending: Ability to manage fast, at scale mix to come up with complete view Data Governance: Data Quality (monitoring to ensure data feed is reliable, sensible and not an issue), Data Lineage (ability to back track & understand the data is what it is supposed to be) and Data Understanding (indicates the right usage that it was intended for).
  • 19. Action Problem Statement Setting up right Analytical Framework Data Collection & Preparation Analysis CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION… Intended for Knowledge Sharing only 19 Reporting: Depending on required analytical framework, audience, use case A/B Testing: Analyze multiple variations and/or benchmark with current experience Sizing & Investigation: Estimation of impact on Corporate KPI, Prioritization, ability to explain numbers and evolving patterns Investigation: Cross Validation, Continued trends, benchmarking
  • 20. Problem Statement Setting up right Analytical Framework Data Collection & Preparation Analysis Action CURRENT ANALYTICAL FRAMEWORK NEEDS END-TO-END OPTIMIZATION… Intended for Knowledge Sharing only 20 Mode of communication: Email/Text alerts, App Notifications, Calls? Content: (post investigation– cross validated, continuing, benchmarking) -What has happened: Bands breached, Statistically Significant size, Threshold counts, trending topic) -Where & for whom: Region, Product Type, Flow, Browsers, Customer Segment -How big: Dollar impact, impact on Corporate KPI -Possible drivers: Based on data analyses, Domain expert input, working group -Recommendation Response Type: Approval to stop/continue/ramp/alternative – over mail/app/calls Feedback Loop: Feed the learning back into mainstream analytics & systems
  • 21. Intended for Knowledge Sharing only Intended for Knowledge Sharing only TECHNOLOGICAL FRAMEWORK
  • 22. DATA EVOLUTION (MASLOW HIERARCHY OF NEEDS) 22 Batch PredictionReal-time Reports Alerts Forecast Intended for Knowledge Sharing only
  • 23. DATA PROCESSING PIPELINE 23 Ingest / Collect Store Process / Analyze Consume / Visualize DATA Answers Intended for Knowledge Sharing only
  • 24. DATA CATEGORIZATION 24 HOT WARM COLD Data Volume MB-GB GB-TB TBs Item size B-KB KB-MB KB-TB Latency Millisec-sec Minutes – hour Hrs, Day Durability Low-Medium High Very High Maintenance Very High High Low Real-time, Alerts Analysis and reporting Deep dive analysis and Machine learning Intended for Knowledge Sharing only
  • 25. LAMBDA ARCHITECTURE 25 Aims to satisfy the needs for a robust system that is fault-tolerance, both against hardware failures and human mistakes, being able to serve wide range of workloads and use cases, and in which low-latency reads and updates are required. The resulting system should be linearly scalable. 1. All data entering the system is dispatched to both batch layer and speed layer for processing. 2. The batch layer has two functions: (1) managing master dataset (an immutable, append-only) (2) to pre- compute batch views. 3. The serving layer indexes the batch views so that they can be queried in low-latency 4. The speed layer compensates for the high-latency of updates to the serving layer and deals with recent data only. 5. Any incoming query can be answered by merging results from batch views and real-time views Reference : http://lambda-architecture.net/
  • 26. LAMBDA ARCHITECTURE 26 New data stream HADOOP All data(HDFS) Enriched SPARK Data Stream Increment Views Query Intended for Knowledge Sharing only
  • 27. LAMBDA ARCHITECTURE – WITH BENCHMARKS 27 New data stream HADOOP All data(HDFS) Enriched SPARK Data Stream Alerts Benchmarks (rules engine) Benchmarks (rules engine) Data Stream Intended for Knowledge Sharing only
  • 28. Intended for Knowledge Sharing only Intended for Knowledge Sharing only IN CONCLUSION…
  • 29. WHY DO WE THINK THE TIME IS NOW? Evolution in the value prop of Real Time Analytics: What/where/how much (Descriptive) -> what can happen (Predictive) - >what should we do (Prescriptive) ? Audience has broadened (From Operational to other key functions) Demands on RoI have gone up Data Mining is maturing enough to be used to answer “Real time Pattern identifications” 29 KPI of Analytics has changed from Turn-Around-Time (TAT) to Time-to- Action (TTA)
  • 30. KEY TAKEAWAYS 30 • “Know” that Real Time Analytics is a need not luxury • “Must have” a strong Strategic, Tactical & Organization framework • “Ensure” Cross validation, Sizing & Prioritizing • “Develop” Command-Control Structure & Working Group to ensure “rapid but right” response • “Prepare” for evolution of Real Time Analytics closer towards Artificial Intelligence
  • 31. Intended for Knowledge Sharing only Quick recap of what it is Intended for Knowledge Sharing only Appendix
  • 32. Intended for Knowledge Sharing only Disclaimer: Participation in this summit is purely on personal basis and not representing VISA in any form or matter. The talk is based on learnings from work across industries and firms. Care has been taken to ensure no proprietary or work related info of any firm is used in any material. Director, Insights at Visa, Inc. Enable Decision Making at the Executives/ Product/Marketing level via actionable insights derived from Data. RAMKUMAR RAVICHANDRAN Data Warehouse Architect at Visa, Inc. Architect a data-shop in Hadoop to get 360- degree view of the interaction. Technology interface for the Data Stakeholder Community. BHARATHIRAJA CHANDRASEKHARAN
  • 33. THANK YOU! Intended for Knowledge Sharing only Would love to hear from you on any of the following forums… https://twitter.com/decisions_2_0 http://www.slideshare.net/RamkumarRavichandran https://www.youtube.com/channel/UCODSVC0WQws607clv0k8mQA/videos http://www.odbms.org/2015/01/ramkumar-ravichandran-visa/ https://www.linkedin.com/pub/ramkumar-ravichandran/10/545/67a https://www.linkedin.com/in/dataisbig http://bigdatadw.blogspot.com/ BHARATHIRAJA CHANDRASEKHARAN RAMKUMAR RAVICHANDRAN 33
  • 34. 34 SOURCES OF VARIOUS IMAGES Intended for Knowledge Sharing only 34 Images from: https://www.google.com/search?q=f16&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjT2ZKytr_LAhVM12MKHZvtAngQ_AUIBygB&biw=1366&bih=599#i mgrc=W6qpeXNuNSm1lM%3A https://www.google.com/search?q=fast+and+furious&biw=1366&bih=599&source=lnms&tbm=isch&sa=X&sqi=2&ved=0ahUKEwjBgqfZt7_LAhXkJJoKHb8R DrsQ_AUIBigB#imgdii=cDHYaybkEHafyM%3A%3BcDHYaybkEHafyM%3A%3BW2D1W4BUx3boGM%3A&imgrc=cDHYaybkEHafyM%3A https://www.google.com/search?q=sandra+bullock+astronaut+movie&biw=1366&bih=599&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj23PKPvb_LAhV E92MKHSiiD1kQ_AUICSgD#imgrc=lKmxS5CNElGmPM%3A