SlideShare a Scribd company logo
1 of 43
Deploying Analytics
                 with a Rules-Based
                     Infrastructure
James Taylor,
       CEO
Your presenter
 CEO of Decision Management Solutions

 Decision Management Solutions works with
 clients to improve their business by applying
 analytics and analytic technology to
 automate and improve decisions

 Spent the last 8 years developing the
 concept of Decision Management

 20 years experience in all aspects
 of software including time in
 FICO, PeopleSoft R&D, Ernst & Young


                                    ©2011 Decision Management Solutions   2
AGENDA

         1 2
     Zero value
     analytics are
     easy
                      Operational
                      analytics are
                      hard(er)
                                         3
                                      Introducing
                                      business rules




         4 5 6
     Deploying        Decision        Wrap Up
     analytics with   Management
     business rules
The one slide you need
 It is easy to have analytic success without
 creating business value
 It is especially easy to fail to deliver business
 value when focused on operational analytics
 Business rules and a business rules
 management system provide an ideal
 platform for analytics
 Decision Management ties analytics and
 business rules together in an effective
 framework


                             ©2011 Decision Management Solutions   4
Zero value analytics are
                   easy




               ©2011 Decision Management Solutions
                                                 5
“ The operation was a
  success…
  But the patient died ”




                ©2011 Decision Management Solutions   6
“ Making information more
 readily available is
 important, but making
 better decisions based on
 information is what pays
         ”
 the bills.

              ©2011 Decision Management Solutions   7
What is a decision?
   Data is gathered, considered, analyzed
   A choice or selection is made
   That results in a commitment to action




                       ©2011 Decision Management Solutions   8
Operational
analytics are
  hard(er)
Different kinds of decisions

    Type


  Strategy



   Tactics



Operations



           Low     Economic impact                                High



                            ©2011 Decision Management Solutions   10
Analytic power in operational decisions
 How do I…
   prevent this customer from churning?
   convert this visitor?
   acquire this prospect?
   make this offer compelling to this person?
   identify this claim as fraudulent?
   correctly estimate the risk of this loan?

 It’s not about “aha” moments
  It’s about making better operational decisions
                              ©2011 Decision Management Solutions   11
Operational decisions are different

     High           Low                      High
    Volume        Latency                  Variability


    Ensure                                  Manage
                Personalize
  Compliance                                 Risk

                                          Straight
  Unattended
                Self-Service              Through
   Operation
                                         Processing
                               After Smart (Enough) Systems, Prentice Hall 200
                         ©2011 Decision Management Solutions        12
Insights must drive action




                                        ?
                *
               ** * ** *
           *      *      * *
       *          *  * * **
               *          * **
    *  * * ** * * * * * * *
     *       **
       *
           * *
                 *
         *         *    * ** * *
                * * ** * *
                      *




                                   ©2011 Decision Management Solutions   13
Time to deploy models matters




                      ©2011 Decision Management Solutions   14
The three legged stool


                  Business




                             ©2011 Decision Management Solutions   15
Case: Varolii
 Personalized, automated consumer
 communication SaaS
 Challenge: apply advanced analytics
   Analyze past behavior of consumers
   Drive recommendations to their clients
   Actionable and automatic
 Solution
   Identify key decisions
   Analytically derive new rules based on past
   success
   Integrate client rules with analytic rules
                              ©2011 Decision Management Solutions   16
Introducing
business rules
What are business rules?



    “… statements of the
    actions you should take
     when certain business
      conditions are true.”


                       ©2011 Decision Management Solutions   18
Business rules drive decisions



                Decision                              Regulations
   Policy




    History


                                            Experience
                   Legacy
                 Applications
                                ©2011 Decision Management Solutions   19
Unmanageable business rules




public class Application {
private Customer customers[];
private Customer goldCustomers[];
...
public void checkOrder() {
 for (int i = 0; i < numCustomers; i++) {
  Customer aCustomer = customers[i];
  if (aCustomer.checkIfGold()) {
   numGoldCustomers++;
   goldCustomers[numGoldCustomers] = aCustomer;
   if (aCustomer.getCurrentOrder().getAmount() > 100000)
    aCustomer.setSpecialDiscount (0.05);
  }
 }
}

                                                           ©2011 Decision Management Solutions   20
Manageable business rules
                         If customer is GoldCustomer
                          and Home_Equity_Loan_Value is more than $100,000
                          then college_loan_discount = 0.5%

                         If member has greater than 3 prescriptions
                          and prescription’s renewal_date is less than 30 days in the future
                           then set reminder=“email”

                         If patient’s age is less than 18
                          and member’s coverage is “standard”
                          and member’s number_of_claims does not exceed 4
                           then set patient’s coverage to “standard”




Smart (Enough) Systems, Prentice Hall June 2007. Fig 4.3


                                                                    ©2011 Decision Management Solutions   21
A Business Rules Management System

 Validation             Testing
    and
 Verification



                                             Decision
                                Deployment
                                                                                             Production
            Rule                             Service                                         Application
          Repository
                                              Rule
                                             Engine



Design              Rule
 Tools           Management
                 Applications

                                              Operational
                                               Database




                                                                After Smart (Enough) Systems, Prentice Hall June 2007. Fig 6.6


                                                 ©2011 Decision Management Solutions                           22
Case: Health Management
 Personalized health recommendations
 Challenge: multiple sources of tailoring
   Medical research
   Data mining of participant and outcome information
   Best practices in personal health

 Solution
   Replace Java code with JBoss Drools
   Implement best practices as decision tables
   Decision trees from analytic results, medical research
   Implement as additional decision tables
                                   ©2011 Decision Management Solutions   23
Deploying
analytics with
business rules
Business rules and analytics
 Broader set of data for business rules to act on
 Association rules as business rules
 Decision trees as business rules
 Predictive (risk) scorecards as business rules




                               ©2011 Decision Management Solutions   25
Integrate operational and analytic
               Operational
               Systems

                          Business Rules


                   Predictive Analytics
               Analytic
               Systems

                           ©2011 Decision Management Solutions   26
Association rules speak for themselves




                      If basket contains Hats
                       AND basket contains Socks
                      THEN offer category is Active
                      Accessories
                                         Screenshots courtesy of KXEN
                         ©2011 Decision Management Solutions   27
Deploying a decision tree




                                         Screenshots courtesy of IBM
                        ©2011 Decision Management Solutions   28
Scorecards are a powerful tool
       Years Under Contract        Reason Codes
1                          0         Explaining results
2                          5
                                   Transparency
More than 2                10
    Number of Contract Changes       It is really clear how a score
                                     card got its result
0                          0
1                          5       Compliance
More than 1                10        Easy to enforce rules about
    Value Rating of Current Plan     use of specific attributes
Poor                       0       Simplicity
Good                       10
                                     Easy to use and explain
Excellent                  20
                                     Easy to implement
                   Score   30
                                     Although not necessarily easy
                                     to build
                                     ©2011 Decision Management Solutions   29
Deploying a scorecard




Screenshots courtesy of FICO™
                                ©2011 Decision Management Solutions   30
The power of business rules
 Visible, business friendly analytic
 implementation
   Avoiding the mistrust of a “black box”
 Platform for all three groups to share
   All three legs can participate and collaborate
 Time to deploy
   A BRMS handles much of the complexity
 Support for defining actions
   Wrap into decisions

                               ©2011 Decision Management Solutions   31
Integration options
 Native model execution
   Generate code or SQL
   Let the rules call the models when they need them

 Models as rules
   Manual or automatic import of models
   Create rules and rule artifacts that are executable

 Database scoring
   Traditional

 Separate services
   Let the rules call scoring services
                                    ©2011 Decision Management Solutions   32
Cautions
 PMML variations still exist
  Make sure you understand limitations and issues
 Variable creation and PMML
  PMML 4.0 supports variable creation
  Most tools do not export variable definitions
 Matching data
  Operational and analytic data are not always the
  same
  From a flat analytic data set to object models
 Once a model is in rules it can be edited….
                               ©2011 Decision Management Solutions   33
Case: Major medical insurer
 Dental Claims Processing
 Challenge: operationalize fraud models
   Legacy claims system uses fixed business logic
   Analytics models predict provider fraud
   Only currently applied after the fact – pay and chase

 Solution
   Add a rules-based decision service to review claims
   Add rules to define new variables
   Make analytics visible and reviewable by experts
   Easily add judgment as well as analytics
                                  ©2011 Decision Management Solutions   34
From analytics to decision
            management
Don’t start by focusing on the data



                                                            Better
                                    Analytic                decision
                                    insight

                      Derived
                      information




     Available data


                                      ©2011 Decision Management Solutions   36
Start by focusing on the decision


                                                       Better
                                                       decision



                                        Analytic
                                        insight

                      Derived
                      information

     Available data




                                    ©2011 Decision Management Solutions   37
Decision Service Deploys Analytics




                       ©2011 Decision Management Solutions   38
Case: Fiserv
 Core banking systems for mid-sized banks
 Challenge: create value-add analytic offering
   Core functionality perceived as commodity
   Analytics delivers unique value
   Customers value (but don’t understand) analytics

 Solution
   Identify key decisions
   Build rules-based, cross-channel decision services
   Automate analytic model creation and deployment
   Empower customers to “own” these decisions
                                     ©2011 Decision Management Solutions   39
Wrap Up
The one slide you need
 It is easy to have analytic success without
 creating business value
 It is especially easy to fail to deliver business
 value when focused on operational analytics
 Business rules and a business rules
 management system provide an ideal
 platform for analytics
 Decision Management ties analytics and
 business rules together in an effective
 framework


                             ©2011 Decision Management Solutions   41
Action Plan

              Identify your decisions
                 before analytics


              Adopt business rules to
               implement analytics


              Bring business, analytic
              and IT people together
                          ©2011 Decision Management Solutions   42
Thank you!




                 James Taylor, CEO
james@decisionmanagementsolutions.com
   www.decisionmangementsolutions.com

More Related Content

What's hot

Legacy modernization with decision management and business rules
Legacy modernization with decision management and business rulesLegacy modernization with decision management and business rules
Legacy modernization with decision management and business rulesDecision Management Solutions
 
Using business rules to make processes simpler, smarter and more agile
Using business rules to make processes simpler, smarter and more agileUsing business rules to make processes simpler, smarter and more agile
Using business rules to make processes simpler, smarter and more agileDecision Management Solutions
 
Reinventing business requirements with decision management
Reinventing business requirements with decision managementReinventing business requirements with decision management
Reinventing business requirements with decision managementDecision Management Solutions
 
How to Build Decision Management Systems Part 3 - Decision Analysis
How to Build Decision Management Systems Part 3 - Decision AnalysisHow to Build Decision Management Systems Part 3 - Decision Analysis
How to Build Decision Management Systems Part 3 - Decision AnalysisDecision Management Solutions
 
Data Integrity Solutions & Services
Data Integrity Solutions & ServicesData Integrity Solutions & Services
Data Integrity Solutions & ServicesInfosys
 
Good Old UServ Product Derby in the Brave New World of Decision Management
Good Old UServ Product Derby in the Brave New World of Decision Management Good Old UServ Product Derby in the Brave New World of Decision Management
Good Old UServ Product Derby in the Brave New World of Decision Management Decision Management Solutions
 
Business Rules - Design and Modeling Guidelines
Business Rules - Design and Modeling GuidelinesBusiness Rules - Design and Modeling Guidelines
Business Rules - Design and Modeling GuidelinesKeshav Deshpande
 
Lessons Learned from the Real-life Deployment of Decision Management at Scale
Lessons Learned from the Real-life Deployment of Decision Management at ScaleLessons Learned from the Real-life Deployment of Decision Management at Scale
Lessons Learned from the Real-life Deployment of Decision Management at ScaleDecision Management Solutions
 
Integrating Business Rules and Business Processes
Integrating Business Rules and Business ProcessesIntegrating Business Rules and Business Processes
Integrating Business Rules and Business ProcessesMichael zur Muehlen
 
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision Management Solutions
 
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...Decision Management Solutions
 
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdf
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdfNew & Emerging _ Andrew Pognoski _ Oracle customer support update.pdf
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdfInSync2011
 
Elisit Solutions Overview
Elisit Solutions OverviewElisit Solutions Overview
Elisit Solutions Overviewdavidladams71
 
Research About Integration of PLM & BI
Research About Integration of PLM & BIResearch About Integration of PLM & BI
Research About Integration of PLM & BIDayou Yang
 
Endasol Streamlining Bi Implementation, Euci March 2008
Endasol Streamlining Bi Implementation, Euci March 2008Endasol Streamlining Bi Implementation, Euci March 2008
Endasol Streamlining Bi Implementation, Euci March 2008guest08f07
 
Gmid associates services offerings in analytics
Gmid associates  services offerings in analyticsGmid associates  services offerings in analytics
Gmid associates services offerings in analyticsGurinder Dua
 

What's hot (20)

Best Practices in Targeted Legacy Modernization
Best Practices in Targeted Legacy ModernizationBest Practices in Targeted Legacy Modernization
Best Practices in Targeted Legacy Modernization
 
Brainstorm - Smarter Simpler More Agile Processes
Brainstorm - Smarter Simpler More Agile ProcessesBrainstorm - Smarter Simpler More Agile Processes
Brainstorm - Smarter Simpler More Agile Processes
 
Legacy modernization with decision management and business rules
Legacy modernization with decision management and business rulesLegacy modernization with decision management and business rules
Legacy modernization with decision management and business rules
 
Using business rules to make processes simpler, smarter and more agile
Using business rules to make processes simpler, smarter and more agileUsing business rules to make processes simpler, smarter and more agile
Using business rules to make processes simpler, smarter and more agile
 
Reinventing business requirements with decision management
Reinventing business requirements with decision managementReinventing business requirements with decision management
Reinventing business requirements with decision management
 
How to Build Decision Management Systems Part 3 - Decision Analysis
How to Build Decision Management Systems Part 3 - Decision AnalysisHow to Build Decision Management Systems Part 3 - Decision Analysis
How to Build Decision Management Systems Part 3 - Decision Analysis
 
Improve your Process Models by Modeling Decisions
Improve your Process Models by Modeling DecisionsImprove your Process Models by Modeling Decisions
Improve your Process Models by Modeling Decisions
 
Data Integrity Solutions & Services
Data Integrity Solutions & ServicesData Integrity Solutions & Services
Data Integrity Solutions & Services
 
Good Old UServ Product Derby in the Brave New World of Decision Management
Good Old UServ Product Derby in the Brave New World of Decision Management Good Old UServ Product Derby in the Brave New World of Decision Management
Good Old UServ Product Derby in the Brave New World of Decision Management
 
Business Rules - Design and Modeling Guidelines
Business Rules - Design and Modeling GuidelinesBusiness Rules - Design and Modeling Guidelines
Business Rules - Design and Modeling Guidelines
 
Lessons Learned from the Real-life Deployment of Decision Management at Scale
Lessons Learned from the Real-life Deployment of Decision Management at ScaleLessons Learned from the Real-life Deployment of Decision Management at Scale
Lessons Learned from the Real-life Deployment of Decision Management at Scale
 
Integrating Business Rules and Business Processes
Integrating Business Rules and Business ProcessesIntegrating Business Rules and Business Processes
Integrating Business Rules and Business Processes
 
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
 
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...
Case Study UMUC - Decision Modeling for Predictive Analytic Projects - Predic...
 
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdf
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdfNew & Emerging _ Andrew Pognoski _ Oracle customer support update.pdf
New & Emerging _ Andrew Pognoski _ Oracle customer support update.pdf
 
Elisit Solutions Overview
Elisit Solutions OverviewElisit Solutions Overview
Elisit Solutions Overview
 
Research About Integration of PLM & BI
Research About Integration of PLM & BIResearch About Integration of PLM & BI
Research About Integration of PLM & BI
 
Business rules
Business rulesBusiness rules
Business rules
 
Endasol Streamlining Bi Implementation, Euci March 2008
Endasol Streamlining Bi Implementation, Euci March 2008Endasol Streamlining Bi Implementation, Euci March 2008
Endasol Streamlining Bi Implementation, Euci March 2008
 
Gmid associates services offerings in analytics
Gmid associates  services offerings in analyticsGmid associates  services offerings in analytics
Gmid associates services offerings in analytics
 

Similar to Deploying analytics with a rules based infrastructure pawcon sf 2011

Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...
Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...
Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...Decision Management Solutions
 
Decision CAMP 2014 - James Taylor - Decision Management 101
Decision CAMP 2014 - James Taylor - Decision Management 101Decision CAMP 2014 - James Taylor - Decision Management 101
Decision CAMP 2014 - James Taylor - Decision Management 101Decision CAMP
 
Why is decision modeling the burning issue among business analysts? IIBA Bay ...
Why is decision modeling the burning issue among business analysts? IIBA Bay ...Why is decision modeling the burning issue among business analysts? IIBA Bay ...
Why is decision modeling the burning issue among business analysts? IIBA Bay ...Decision Management Solutions
 
Decision Management & Cloud as a Platform for Predictive Analytics
Decision Management & Cloud as a Platform for Predictive AnalyticsDecision Management & Cloud as a Platform for Predictive Analytics
Decision Management & Cloud as a Platform for Predictive AnalyticsDecision Management Solutions
 
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...Decision Management Solutions
 
Corticon Corporate Brochure
Corticon Corporate BrochureCorticon Corporate Brochure
Corticon Corporate BrochureCorticon
 
Business Intelligence Webinar
Business Intelligence WebinarBusiness Intelligence Webinar
Business Intelligence WebinarVlmorto
 
Business Healthcheck Service By John Capper &amp; Co
Business Healthcheck Service By John Capper &amp; CoBusiness Healthcheck Service By John Capper &amp; Co
Business Healthcheck Service By John Capper &amp; CoJohn Capper & Co
 
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.net
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.netJon A Cohn - CTO / VP / Sr Director - joncohn@comcast.net
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.netJon Cohn
 
121211 depfac ulb_master_presentation_v5_1
121211 depfac ulb_master_presentation_v5_1121211 depfac ulb_master_presentation_v5_1
121211 depfac ulb_master_presentation_v5_1Thibaut De Vylder
 
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...SPTechCon
 
Strategic governance performance_management_systems
Strategic governance performance_management_systemsStrategic governance performance_management_systems
Strategic governance performance_management_systemsRamsés Gallego
 

Similar to Deploying analytics with a rules based infrastructure pawcon sf 2011 (20)

Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...
Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...
Using Predictive Analytics: Secrets to Creating a Successful Predictive Enter...
 
Predictive Analytics at the Speed of Business
Predictive Analytics at the Speed of BusinessPredictive Analytics at the Speed of Business
Predictive Analytics at the Speed of Business
 
From BI to Predictive Analytics
From BI to Predictive AnalyticsFrom BI to Predictive Analytics
From BI to Predictive Analytics
 
Importance of decisions OMG
Importance of decisions OMGImportance of decisions OMG
Importance of decisions OMG
 
Predictive analytics in decision management systems
Predictive analytics in decision management systemsPredictive analytics in decision management systems
Predictive analytics in decision management systems
 
Putting Predictive Analytics To Work
Putting Predictive Analytics To WorkPutting Predictive Analytics To Work
Putting Predictive Analytics To Work
 
Decision CAMP 2014 - James Taylor - Decision Management 101
Decision CAMP 2014 - James Taylor - Decision Management 101Decision CAMP 2014 - James Taylor - Decision Management 101
Decision CAMP 2014 - James Taylor - Decision Management 101
 
Customer Decision Management - 5 Benefits
Customer Decision Management - 5 BenefitsCustomer Decision Management - 5 Benefits
Customer Decision Management - 5 Benefits
 
The Decision Management Manifesto Explained
The Decision Management Manifesto ExplainedThe Decision Management Manifesto Explained
The Decision Management Manifesto Explained
 
Why is decision modeling the burning issue among business analysts? IIBA Bay ...
Why is decision modeling the burning issue among business analysts? IIBA Bay ...Why is decision modeling the burning issue among business analysts? IIBA Bay ...
Why is decision modeling the burning issue among business analysts? IIBA Bay ...
 
Decision Management & Cloud as a Platform for Predictive Analytics
Decision Management & Cloud as a Platform for Predictive AnalyticsDecision Management & Cloud as a Platform for Predictive Analytics
Decision Management & Cloud as a Platform for Predictive Analytics
 
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...
Agile and Cost Effective Compliance: Going Beyond Business Rules with Decisio...
 
Corticon Corporate Brochure
Corticon Corporate BrochureCorticon Corporate Brochure
Corticon Corporate Brochure
 
Business Intelligence Webinar
Business Intelligence WebinarBusiness Intelligence Webinar
Business Intelligence Webinar
 
Business Healthcheck Service By John Capper &amp; Co
Business Healthcheck Service By John Capper &amp; CoBusiness Healthcheck Service By John Capper &amp; Co
Business Healthcheck Service By John Capper &amp; Co
 
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.net
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.netJon A Cohn - CTO / VP / Sr Director - joncohn@comcast.net
Jon A Cohn - CTO / VP / Sr Director - joncohn@comcast.net
 
Smarter systems for uncertain times
Smarter systems for uncertain timesSmarter systems for uncertain times
Smarter systems for uncertain times
 
121211 depfac ulb_master_presentation_v5_1
121211 depfac ulb_master_presentation_v5_1121211 depfac ulb_master_presentation_v5_1
121211 depfac ulb_master_presentation_v5_1
 
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...
SharePoint MoneyBall: The Art of Winning the SharePoint Metrics Game by Susan...
 
Strategic governance performance_management_systems
Strategic governance performance_management_systemsStrategic governance performance_management_systems
Strategic governance performance_management_systems
 

More from Decision Management Solutions

Increasing Productivity in Insurance Operations with Digital Decisioning
Increasing Productivity in Insurance Operations with Digital DecisioningIncreasing Productivity in Insurance Operations with Digital Decisioning
Increasing Productivity in Insurance Operations with Digital DecisioningDecision Management Solutions
 
Backward Engineering: Plan Machine Learning Deployment in Reverse
Backward Engineering: Plan Machine Learning Deployment in ReverseBackward Engineering: Plan Machine Learning Deployment in Reverse
Backward Engineering: Plan Machine Learning Deployment in ReverseDecision Management Solutions
 
Simplifying Complex Processes with Decision Management
Simplifying Complex Processes with Decision ManagementSimplifying Complex Processes with Decision Management
Simplifying Complex Processes with Decision ManagementDecision Management Solutions
 
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World Experience
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World ExperienceMind The Gap - Refinements to DMN 1.1 Suggested by Real-World Experience
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World ExperienceDecision Management Solutions
 
Bringing clarity to analytics projects with decision modeling: a leading prac...
Bringing clarity to analytics projects with decision modeling: a leading prac...Bringing clarity to analytics projects with decision modeling: a leading prac...
Bringing clarity to analytics projects with decision modeling: a leading prac...Decision Management Solutions
 
Analytics Teams: 5 Things You Need to Know Before You Deploy Your Model
Analytics Teams: 5 Things You Need to Know Before You Deploy Your ModelAnalytics Teams: 5 Things You Need to Know Before You Deploy Your Model
Analytics Teams: 5 Things You Need to Know Before You Deploy Your ModelDecision Management Solutions
 
3 Reasons to Adopt Decision Modeling in your BRMS Program
3 Reasons to Adopt Decision Modeling in your BRMS Program3 Reasons to Adopt Decision Modeling in your BRMS Program
3 Reasons to Adopt Decision Modeling in your BRMS ProgramDecision Management Solutions
 
Analytics Teams: 6 Questions To Ask Your Business Partner Before You Model
Analytics Teams: 6 Questions To Ask Your Business Partner Before You ModelAnalytics Teams: 6 Questions To Ask Your Business Partner Before You Model
Analytics Teams: 6 Questions To Ask Your Business Partner Before You ModelDecision Management Solutions
 
4 Reasons to Start with Decision Modeling on Your First BRMS Project
4 Reasons to Start with Decision Modeling on Your First BRMS Project4 Reasons to Start with Decision Modeling on Your First BRMS Project
4 Reasons to Start with Decision Modeling on Your First BRMS ProjectDecision Management Solutions
 

More from Decision Management Solutions (20)

Customer digitaldecisioningfinal
Customer digitaldecisioningfinalCustomer digitaldecisioningfinal
Customer digitaldecisioningfinal
 
Introduction to Digital Decisioning
Introduction to Digital DecisioningIntroduction to Digital Decisioning
Introduction to Digital Decisioning
 
Introduction to Digital Decisioning
Introduction to Digital DecisioningIntroduction to Digital Decisioning
Introduction to Digital Decisioning
 
Increasing Productivity in Insurance Operations with Digital Decisioning
Increasing Productivity in Insurance Operations with Digital DecisioningIncreasing Productivity in Insurance Operations with Digital Decisioning
Increasing Productivity in Insurance Operations with Digital Decisioning
 
Backward Engineering: Plan Machine Learning Deployment in Reverse
Backward Engineering: Plan Machine Learning Deployment in ReverseBackward Engineering: Plan Machine Learning Deployment in Reverse
Backward Engineering: Plan Machine Learning Deployment in Reverse
 
Five Reasons to Fire Your Rules Consultant
Five Reasons to Fire Your Rules ConsultantFive Reasons to Fire Your Rules Consultant
Five Reasons to Fire Your Rules Consultant
 
3 Secrets to Becoming a Predictive Enterprise
3 Secrets to Becoming a Predictive Enterprise3 Secrets to Becoming a Predictive Enterprise
3 Secrets to Becoming a Predictive Enterprise
 
Delivering the Business Value of Analytics
Delivering the Business Value of Analytics Delivering the Business Value of Analytics
Delivering the Business Value of Analytics
 
What is a claims handling pilot?
What is a claims handling pilot?What is a claims handling pilot?
What is a claims handling pilot?
 
Simplifying Complex Processes with Decision Management
Simplifying Complex Processes with Decision ManagementSimplifying Complex Processes with Decision Management
Simplifying Complex Processes with Decision Management
 
3 Critical Elements of a Digital Business Platform
3 Critical Elements of a Digital Business Platform3 Critical Elements of a Digital Business Platform
3 Critical Elements of a Digital Business Platform
 
The role of decision models in analytic excellence
The role of decision models in analytic excellenceThe role of decision models in analytic excellence
The role of decision models in analytic excellence
 
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World Experience
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World ExperienceMind The Gap - Refinements to DMN 1.1 Suggested by Real-World Experience
Mind The Gap - Refinements to DMN 1.1 Suggested by Real-World Experience
 
Bringing clarity to analytics projects with decision modeling: a leading prac...
Bringing clarity to analytics projects with decision modeling: a leading prac...Bringing clarity to analytics projects with decision modeling: a leading prac...
Bringing clarity to analytics projects with decision modeling: a leading prac...
 
Analytics Teams: 5 Things You Need to Know Before You Deploy Your Model
Analytics Teams: 5 Things You Need to Know Before You Deploy Your ModelAnalytics Teams: 5 Things You Need to Know Before You Deploy Your Model
Analytics Teams: 5 Things You Need to Know Before You Deploy Your Model
 
3 Reasons to Adopt Decision Modeling in your BRMS Program
3 Reasons to Adopt Decision Modeling in your BRMS Program3 Reasons to Adopt Decision Modeling in your BRMS Program
3 Reasons to Adopt Decision Modeling in your BRMS Program
 
Analytics Teams: 6 Questions To Ask Your Business Partner Before You Model
Analytics Teams: 6 Questions To Ask Your Business Partner Before You ModelAnalytics Teams: 6 Questions To Ask Your Business Partner Before You Model
Analytics Teams: 6 Questions To Ask Your Business Partner Before You Model
 
4 Reasons to Start with Decision Modeling on Your First BRMS Project
4 Reasons to Start with Decision Modeling on Your First BRMS Project4 Reasons to Start with Decision Modeling on Your First BRMS Project
4 Reasons to Start with Decision Modeling on Your First BRMS Project
 
DecisionsFrst Modeler and Red Hat JBoss BRMS
DecisionsFrst Modeler and Red Hat JBoss BRMSDecisionsFrst Modeler and Red Hat JBoss BRMS
DecisionsFrst Modeler and Red Hat JBoss BRMS
 
DecisionsFirst Modeler and IBM ODM Demonstration
DecisionsFirst Modeler and IBM ODM Demonstration DecisionsFirst Modeler and IBM ODM Demonstration
DecisionsFirst Modeler and IBM ODM Demonstration
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Deploying analytics with a rules based infrastructure pawcon sf 2011

  • 1. Deploying Analytics with a Rules-Based Infrastructure James Taylor, CEO
  • 2. Your presenter CEO of Decision Management Solutions Decision Management Solutions works with clients to improve their business by applying analytics and analytic technology to automate and improve decisions Spent the last 8 years developing the concept of Decision Management 20 years experience in all aspects of software including time in FICO, PeopleSoft R&D, Ernst & Young ©2011 Decision Management Solutions 2
  • 3. AGENDA 1 2 Zero value analytics are easy Operational analytics are hard(er) 3 Introducing business rules 4 5 6 Deploying Decision Wrap Up analytics with Management business rules
  • 4. The one slide you need It is easy to have analytic success without creating business value It is especially easy to fail to deliver business value when focused on operational analytics Business rules and a business rules management system provide an ideal platform for analytics Decision Management ties analytics and business rules together in an effective framework ©2011 Decision Management Solutions 4
  • 5. Zero value analytics are easy ©2011 Decision Management Solutions 5
  • 6. “ The operation was a success… But the patient died ” ©2011 Decision Management Solutions 6
  • 7. “ Making information more readily available is important, but making better decisions based on information is what pays ” the bills. ©2011 Decision Management Solutions 7
  • 8. What is a decision? Data is gathered, considered, analyzed A choice or selection is made That results in a commitment to action ©2011 Decision Management Solutions 8
  • 10. Different kinds of decisions Type Strategy Tactics Operations Low Economic impact High ©2011 Decision Management Solutions 10
  • 11. Analytic power in operational decisions How do I… prevent this customer from churning? convert this visitor? acquire this prospect? make this offer compelling to this person? identify this claim as fraudulent? correctly estimate the risk of this loan? It’s not about “aha” moments It’s about making better operational decisions ©2011 Decision Management Solutions 11
  • 12. Operational decisions are different High Low High Volume Latency Variability Ensure Manage Personalize Compliance Risk Straight Unattended Self-Service Through Operation Processing After Smart (Enough) Systems, Prentice Hall 200 ©2011 Decision Management Solutions 12
  • 13. Insights must drive action ? * ** * ** * * * * * * * * * ** * * ** * * * ** * * * * * * * * ** * * * * * * * ** * * * * ** * * * ©2011 Decision Management Solutions 13
  • 14. Time to deploy models matters ©2011 Decision Management Solutions 14
  • 15. The three legged stool Business ©2011 Decision Management Solutions 15
  • 16. Case: Varolii Personalized, automated consumer communication SaaS Challenge: apply advanced analytics Analyze past behavior of consumers Drive recommendations to their clients Actionable and automatic Solution Identify key decisions Analytically derive new rules based on past success Integrate client rules with analytic rules ©2011 Decision Management Solutions 16
  • 18. What are business rules? “… statements of the actions you should take when certain business conditions are true.” ©2011 Decision Management Solutions 18
  • 19. Business rules drive decisions Decision Regulations Policy History Experience Legacy Applications ©2011 Decision Management Solutions 19
  • 20. Unmanageable business rules public class Application { private Customer customers[]; private Customer goldCustomers[]; ... public void checkOrder() { for (int i = 0; i < numCustomers; i++) { Customer aCustomer = customers[i]; if (aCustomer.checkIfGold()) { numGoldCustomers++; goldCustomers[numGoldCustomers] = aCustomer; if (aCustomer.getCurrentOrder().getAmount() > 100000) aCustomer.setSpecialDiscount (0.05); } } } ©2011 Decision Management Solutions 20
  • 21. Manageable business rules If customer is GoldCustomer and Home_Equity_Loan_Value is more than $100,000 then college_loan_discount = 0.5% If member has greater than 3 prescriptions and prescription’s renewal_date is less than 30 days in the future then set reminder=“email” If patient’s age is less than 18 and member’s coverage is “standard” and member’s number_of_claims does not exceed 4 then set patient’s coverage to “standard” Smart (Enough) Systems, Prentice Hall June 2007. Fig 4.3 ©2011 Decision Management Solutions 21
  • 22. A Business Rules Management System Validation Testing and Verification Decision Deployment Production Rule Service Application Repository Rule Engine Design Rule Tools Management Applications Operational Database After Smart (Enough) Systems, Prentice Hall June 2007. Fig 6.6 ©2011 Decision Management Solutions 22
  • 23. Case: Health Management Personalized health recommendations Challenge: multiple sources of tailoring Medical research Data mining of participant and outcome information Best practices in personal health Solution Replace Java code with JBoss Drools Implement best practices as decision tables Decision trees from analytic results, medical research Implement as additional decision tables ©2011 Decision Management Solutions 23
  • 25. Business rules and analytics Broader set of data for business rules to act on Association rules as business rules Decision trees as business rules Predictive (risk) scorecards as business rules ©2011 Decision Management Solutions 25
  • 26. Integrate operational and analytic Operational Systems Business Rules Predictive Analytics Analytic Systems ©2011 Decision Management Solutions 26
  • 27. Association rules speak for themselves If basket contains Hats AND basket contains Socks THEN offer category is Active Accessories Screenshots courtesy of KXEN ©2011 Decision Management Solutions 27
  • 28. Deploying a decision tree Screenshots courtesy of IBM ©2011 Decision Management Solutions 28
  • 29. Scorecards are a powerful tool Years Under Contract Reason Codes 1 0 Explaining results 2 5 Transparency More than 2 10 Number of Contract Changes It is really clear how a score card got its result 0 0 1 5 Compliance More than 1 10 Easy to enforce rules about Value Rating of Current Plan use of specific attributes Poor 0 Simplicity Good 10 Easy to use and explain Excellent 20 Easy to implement Score 30 Although not necessarily easy to build ©2011 Decision Management Solutions 29
  • 30. Deploying a scorecard Screenshots courtesy of FICO™ ©2011 Decision Management Solutions 30
  • 31. The power of business rules Visible, business friendly analytic implementation Avoiding the mistrust of a “black box” Platform for all three groups to share All three legs can participate and collaborate Time to deploy A BRMS handles much of the complexity Support for defining actions Wrap into decisions ©2011 Decision Management Solutions 31
  • 32. Integration options Native model execution Generate code or SQL Let the rules call the models when they need them Models as rules Manual or automatic import of models Create rules and rule artifacts that are executable Database scoring Traditional Separate services Let the rules call scoring services ©2011 Decision Management Solutions 32
  • 33. Cautions PMML variations still exist Make sure you understand limitations and issues Variable creation and PMML PMML 4.0 supports variable creation Most tools do not export variable definitions Matching data Operational and analytic data are not always the same From a flat analytic data set to object models Once a model is in rules it can be edited…. ©2011 Decision Management Solutions 33
  • 34. Case: Major medical insurer Dental Claims Processing Challenge: operationalize fraud models Legacy claims system uses fixed business logic Analytics models predict provider fraud Only currently applied after the fact – pay and chase Solution Add a rules-based decision service to review claims Add rules to define new variables Make analytics visible and reviewable by experts Easily add judgment as well as analytics ©2011 Decision Management Solutions 34
  • 35. From analytics to decision management
  • 36. Don’t start by focusing on the data Better Analytic decision insight Derived information Available data ©2011 Decision Management Solutions 36
  • 37. Start by focusing on the decision Better decision Analytic insight Derived information Available data ©2011 Decision Management Solutions 37
  • 38. Decision Service Deploys Analytics ©2011 Decision Management Solutions 38
  • 39. Case: Fiserv Core banking systems for mid-sized banks Challenge: create value-add analytic offering Core functionality perceived as commodity Analytics delivers unique value Customers value (but don’t understand) analytics Solution Identify key decisions Build rules-based, cross-channel decision services Automate analytic model creation and deployment Empower customers to “own” these decisions ©2011 Decision Management Solutions 39
  • 41. The one slide you need It is easy to have analytic success without creating business value It is especially easy to fail to deliver business value when focused on operational analytics Business rules and a business rules management system provide an ideal platform for analytics Decision Management ties analytics and business rules together in an effective framework ©2011 Decision Management Solutions 41
  • 42. Action Plan Identify your decisions before analytics Adopt business rules to implement analytics Bring business, analytic and IT people together ©2011 Decision Management Solutions 42
  • 43. Thank you! James Taylor, CEO james@decisionmanagementsolutions.com www.decisionmangementsolutions.com