Data Science for Business

Size: px
Start display at page:

Download "Data Science for Business"

Transcription

1 IBM Global Business Services February 2017 White Paper Data Science for Business How to extract greater business value from your data through a robust approach to data science.

2 2 Data Science for Business Contents 2 Defining the data scientist: Skills required; tools; roles and responsibilities; data science as a team sport 5 Data science projects: How data science projects are different to traditional IT; agile methodology; CRISP-DM 7 The industrialization of data science: How to scale; experimentation to industrialization Summary Organizations across all industries have accumulated large volumes of data and are continuing to do so, but effectively extracting value through data science is a challenge. Identifying a diverse team of data experts, applying an effective project methodology, and choosing the appropriate deployment approach will help to achieve this goal. This paper provides guidance for business leaders who want to understand how an informed approach to data science can improve their operational performance. Defining the Data Scientist The term data scientist is not a particularly new one. It was coined in 2008 by D.J. Patil, and Jeff Hammerbacher, then by the respective leads of analytics at LinkedIn and Facebook. 1 But nine years later, it is clear that there is still no consensus on what actually makes a data scientist. Most data scientists you talk to would agree that the single master of the universe type of data scientist does not exist (or they are at least extremely rare). When we consider the main skill sets of a data scientist (computer science, mathematics and statistics, and subject matter expertise) this is perhaps unsurprising. Computer science Machine learnning Unicorn Math & statistics Traditional software Traditional research Subject matter expertise Figure 1: Key data science skill sets.

3 IBM Global Business Services 3 The data scientist who claims to be a master of all these fields is either a genius or someone who is being a bit generous with the definition of master. While some data scientists are undoubtedly experts in implementing Big Data platforms and coding using languages like Pig, Hive and Scala, they will likely be less familiar with advanced mathematical and statistical techniques, or they will have limited real knowledge of the industry or industries in which they operate. It is perhaps more useful to consider the roles that make up a data science team that combines all of the data science skills rather than trying to find individual unicorns who possess all these skills themselves. A data science team can be broken down into three main roles: Data Scientist The key word here is scientist. These are people who have advanced knowledge in mathematics, statistics and research techniques. They are capable of working directly with the business team (and by this I mean the department or organization requesting the services of the data scientist) to define or clarify the business problem and turn it into a data experiment (or series of experiments). They will have an excellent understanding of the different modelling techniques that can be applied to a given problem (such as segmentation, classification, association, boosting, and bagging) and will be able to design an experiment that can combine these techniques into a logical approach to tackle the business problem. They will also be highly skilled in programming languages or statistical software packages tailored to data science (for example, R, Python, SPSS, and SAS). Visualization and story-telling competencies are equally as important as the more technical elements. Data scientists need to be able to not only prove that the analysis is robust, but also convince a non-technical audience of the value of the analysis/model and justify why it should be incorporated into business processes or systems. Data Engineer The data engineer is more focused on setting up and working directly with the data infrastructure (such as databases, Hadoop clusters, and stream computing). That is not to say they are not capable of creating predictive models, but rather that they are more focused on providing the data platform from which the data science experiments can be designed and performed. They will be experts in identifying and extracting the most useful data from the diverse sources available, organizing it into a coherent structure and then performing initial analysis, aggregating where necessary. When it comes to deploying models, the data engineer will work closely with the data scientist to implement the chosen model, potentially recoding some of the model to optimize the performance in a production environment.

4 4 Data Science for Business Data Analyst While the data analyst will have a good grounding in mathematics, statistics and computer science, their strengths will lie in their deep understanding of the industry and subject area and the associated data. They will be able to help the data scientist understand the data and guide them in the potential avenues of investigation and, most importantly, how the development of models can be incorporated into business processes. They will also be able to assist the data scientists by undertaking some of the more basic analysis of the data (for example, data cleaning, feature creation, trend analysis, and KPIs) and will take ownership of the data model upon which any data science project is based. People with this set of skills are also sometimes referred to as a citizen data scientists. 2 An effective data science team will have a good mix of these three skill sets, and clearly the number and mix of the roles (and people) required will depend on the project being carried out. For example, a proof-of-concept project will be carried out principally by data scientists because the emphasis here is on experimentation. However, when a concept is proven and the decision has been made to deploy a model and integrate it into business processes and systems then the emphasis will shift toward the data engineer and the analyst. The data scientist will continue to support development and improve the model identified during the proof-of-concept as they are moved into production, whereas it would be unrealistic to expect a data analyst or data engineer to play a significant role in defining a proof-of-concept as they are likely to lack experience in mathematics and research techniques. It is also worth noting that one person could perform multiple roles within a data science team, but the depth of their expertise may be limited in certain areas. The data science team will also need to interact with those in more traditional delivery roles (such as the data architect), particularly when moving from experimentation toward implementation and integration with business processes. The key point is that data science is a team sport requiring different disciplines to work together toward a common goal, understanding and extracting actionable information from large, messy sources of structured and unstructured data.

5 IBM Global Business Services 5 Data Science Projects As we seek to define the capacities and skills of the data scientist, it is important to also recognize what makes a data science project different from a typical IT or business-led project. First, it is important to mention that it is (or should be) rare to undertake a data science project as a stand-alone initiative. The functional capabilities that can be provided by data scientists (classification, segmentation, prediction, forecasting, and so on) need to be framed within a wider business and technological context and have an identifiable business challenge or issue. Often, statistical models developed during a data science project are integrated within a wider solution that uses the model outputs to provide improved insights to business users or customers. Having said that, it is also worth highlighting that a common starting point for investigating how data science can drive business value is through proof-of-concept or proof-ofvalue projects. Typically, these will be a focused up-front investment targeted at a particular problem or business area where data science approaches are thought to be able to provide value. Clearly in these types of projects the emphasis will be more heavily placed upon analysis and modelling, but even then there needs to be a business element to the project that sets out the use case and the business case to ensure that any models developed can have a practical impact when deployed within the business. A clearly defined objective and business case is essential for maximizing the chance that a data science project will succeed, as without this there is a risk that the analysis or model will not directly tackle the business problem or provide sufficient benefits to the business. When considering a typical data science project, it is important to take into account two of the main characteristics that define a data scientist: their curiosity and their ability to investigate unstructured problems. These are critical to the success of the types of projects that a data scientist will regularly be involved in, which, in general: have many complex and inter-related problems to investigate, incorporate large volumes of structured or unstructured data that is often of variable quality, do not necessarily have a clearly defined scope or objective. Given these factors, it is perhaps unsurprising that data science projects are non-linear. It is practically impossible to specify at the start of a data science project which algorithms (and associated parameters) will produce the best result for a given problem because the results very much depend on the data (particularly the volume available, the variety of variables and features, and its underlying quality). Based on experience we are able to define approaches to test, but we are unable to specify exactly which variables combined with which algorithms will give the desired result. Therefore we experiment, we evaluate and we iterate until we obtain a result that is good enough to present or deploy (depending on the business need). In other words data science projects naturally follow an agile approach (agile in the Software development use of the word 3 ). Test and Learn techniques are also naturally incorporated into data science projects whereby alternate and sometimes competing hypotheses are evaluated in parallel to establish the best model.

6 6 Data Science for Business According to a KD Nuggets survey in 2014, the top methodology for data mining and data science projects is the CRoss- Industry Standard Process for Data Mining (CRISP-DM) 4. This is an excellent methodology that is used extensively within data science projects across all industries, and has a clearly-defined and easy-to-follow structure while still allowing the flexibility to iterate between process steps (as required). This paper will not describe in detail the CRISP-DM methodology as there are many resources already out there 5, but the important points to take away are that: Data is the cornerstone of each of the CRISP-DM process steps. The majority of time on a data science project will likely be spent on data preparation because without well understood and good quality data the modelling will likely be useless. In fact, problems with the data may well be discovered during the modelling phase which may mean that you need to revisit the data preparation. It is likely that some data science projects will not need to be deployed and integrated within IT systems, but the results will nevertheless be of use and will need to be shared with the relevant decision makers. An alternative to the CRISP-DM methodology is the Standard Methodology for Analytical Models 6 which builds upon CRISP-DM to describe how the process of building analytical models actually needs to be closely incorporated into a more business-oriented context. It is important for those working on a data science project to not lose sight of the fact that the project s goal is to produce actionable insights for the business. Figure 2: CRISP-DM Cross Industry Standard Process for Data Mining, an iterative approach to data science. Source: IBM GBS Data Business & data understanding Evaluation Deployment Data preparation Modelling

7 IBM Global Business Services 7 The industrialization of data science Once initial exploratory analysis has been undertaken, and a use case has been deemed suitable for investigation, it is easy to see how data scientists could use the robust methodologies at their disposal to undertake a single data science project. But what if, in fact, your data science project actually consists of a large number of sub-projects or use-cases to be investigated? How you tackle this will depend greatly on the size and structure of your data science team because the larger your team, the easier it is to subdivide and run tasks in parallel. However, assuming that your data science team is relatively small (as is the case in many organizations) then one approach is to break down the project into a series of sprints, a defined period of time within which you will address a clearly defined and tightly bounded problem. The idea is that at the end of the sprint you have undertaken several iterations of the Data preparation, Modelling and Evaluation steps in the CRISP-DM methodology, and that you have a model or analysis that provides results that are good enough for assessment by business users (non data scientists, including both the citizen data scientists and business experts). The results may not be perfect, and certain elements may need further investigation, but that doesn t matter. These activities will simply get added into the backlog for the next sprint. The important point is that it frames the data science project in such a way that it can more quickly provide real insights to the business: either analysis that can be used directly, or models that can be deployed within existing IT systems to augment the business processes. Evaluation Data preparation Modelling T0 T0 + 1 week T0 + 2 weeks Daily meetings with the data science team (1 hour max) Sprint kick off Presentation of progress to date Presentation of the sprint results Next sprint Workshop with the business (3 hours max) Figure 3: The data science approach to organizing project sprints. Source: IBM GBS

8 8 Data Science for Business This agile method ultimately has the goal of accelerating the implementation of data science insights into business processes, but simply carrying out an experimentation does not ensure that the insights and models will be deployed; we also need to consider how to move from a data science sprint to deployment. There are several approaches to doing this, and the best option will depend on the resources available and the organisation s capacity and appetite for change, but we can break this down into two main options: Staged Deployment Through a staged deployment approach, the idea is to define either a period of time or a number of subjects to be studied. During the high level design phase the time constraints and the scope of the project can be combined to define a number of sprints that will make up the experimentation phase of the project. 2.1 Data analysis, extraction, and preparation 1. High level design of the experimentation + business + data understanding 2.2 Iterative design and development 2.4 Summary report and final decision 3. Deployment 2.3 Iterative validation by key business users Experimentation phase Figure 4: A staged approach to deploying data science insights and models. Source: IBM GBS

9 IBM Global Business Services 9 It is important to recognize that the data science sprints will likely also be supported by a separate work stream with the goal of extracting, consolidating and preparing the data needed for the data science project (a role typically performed by a data engineer). In addition, throughout the experimentation, the data science team will be supported by key business users (subject matter experts) to help the data scientists make business sense from the data and to also assess the results of each sprint. At the end of the experimentation phase it is critical that the team is able to make a compelling case for deployment in a non-technical and business-oriented style. Often one of the main sticking points for the deployment of statistical models is not their value, but rather their complexity and the ability of non-statisticians to be able to understand them (and, inversely, the ability of data scientists to be able to explain them). This is where the visualization and story-telling skills of the data scientist come into play. Once this hurdle has been passed, the data science team can now start to set out the steps required to deploy the model or analysis. The team that undertakes the initial deployment will most likely be an evolution of the project team present during the experimentation phase (with greater input from data engineers, and data and solution architects), but it could also be passed on to an existing technical delivery organization if there are sufficient technical skills in the programming languages and tools used in the data science solution. Agile Deployment Agile deployment is similar to staged deployment in that it will begin with a high level design phase (sometimes referred to as Sprint 0 ) where the number and scope of the sprints is defined. However, from that point onward the goal is getting analyses or models deployed as quickly as possible and integrated into existing business processes: a minimum viable product. In order to be able to do this, the project will need to be organized somewhat differently to a classic data science project (which tends to follow a staged deployment approach), and the team will either need to be empowered to make decisions on whether an analysis or model is deployment ready or the decision makers will need to be integrated into an extended team. This is critical, as at the end of each sprint a decision is needed on whether: The sprint has concluded and no deployment or follow up analysis is required. The time allocated to the sprint needs to be extended. The outputs of the sprint are ready to be deployed as a recurrent analysis/report. This applies to sprints that are not aimed at producing results that will directly impact a business process or IT system. The deployment is, therefore, generally fairly straightforward. The model or analysis is ready to be incorporated with existing IT systems and business processes.

10 10 Data Science for Business Sprint Dev 1 Decision End of Sprint Extend the Sprint Sprint Dev 1b Sprint 0 High level design Sprint to be deployed as a recurrent analysis Sprint Dep 1 Sprint 2 Sprint 3 Sprint to be integrated with Production IT systems Sprint Dep 1 Figure 5: An agile approach to deploying data science insights and models. Source: IBM GBS It is also possible to organize the data science team in such a way that experimentation and development, and deployment are run in parallel, with separate teams focusing on these two different aspects. This may also be more efficient in terms of getting the most out of your data scientists who could focus more on the experimentation and hand off the responsibilities of deployment to a team made up of data engineers and data analysts. This will, of course, depend on the size, scope and desired time-to-market of the project. The approach described in this paper can be applied to any industry or subject area where data is sufficient in volume and quality to merit a data science project. Data is central to this and is ultimately the main reason why data science projects are inherently agile. However, this should in no way constrain data science to the laboratory (or proof-of-concept stage). Data is a resource that businesses cannot ignore, and the methodologies and resources exist to be able to exploit them.

11 IBM Global Business Services 11 About the author Rob Worsley Senior Managing Consultant Advanced Analytics Leader, France IBM Global Business Services (GBS) References 1 Thomas H. Davenport and D.J. Patel, Data Scientist: The Sexiest Job of the 21st Century, Harvard Business Review (October 2012) hbr.org/2012/10/data-scientist-the-sexiest-jobof-the-21st-century 2 Bernard Marr, How the Citizen Data Scientist will Democratize Big Data, Forbes (April 2016) forbes.com/sites/ bernardmarr/2016/04/01/how-the-citizen-data-scientist-willdemocratize-big-data/#447c1c The Agile Alliance, Agile 101agilealliance.org/agile101/ what-is-agile 4 George Piatetsky, CRISP-DM, still the top methodology for analytics, data mining, or data science projects, KD Nuggets article (October 2014) kdnuggets.com/2014/10/crisp-dm-topmethodology-analytics-data-mining-data-science-projects. html 5 IBM SPSS Documentation on CRISP-DM ftp://public.dhe. ibm.com/software/analytics/spss/documentation/ modeler/14.2/en/crisp_dm.pdf 6 Olav Laudy, Standard methodology for analytical models, Wikipedia olavlaudy.com/mediawiki/index. php?title=standard_methodology_for_analytical_models

12 Copyright IBM Corporation 2017 IBM Corporation Global Business Services Route 100 Somers, NY Produced in the United States of America February 2017 IBM, the IBM logo, and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information at This document is current as of the initial date of publication and may be changed by IBM at any time. Not all offerings are available in every country in which IBM operates. THE INFORMATION IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED, INCLUDING WITHOUT ANY WARRANTIES OF MERCHANT- ABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OR CONDITION OF NONINFRINGEMENT. IBM products are warranted according to the terms and conditions of the agreements under which they are provided. Please Recycle GBW03367GBEN-00

Introducing Notebooks: A power tool for data scientists

Introducing Notebooks: A power tool for data scientists Cloud data services Thought leadership whitepaper Big data and Analytics Introducing Notebooks: A power tool for data scientists 2 Introducing Notebooks: A power tool for data scientists Fast, flexible

More information

IBM Analytics. Data science is a team sport. Do you have the skills to be a team player?

IBM Analytics. Data science is a team sport. Do you have the skills to be a team player? IBM Analytics Data science is a team sport. Do you have the skills to be a team player? 1 2 3 4 5 6 7 Introduction The data The data The developer The business Data science teams: The new agents Resources

More information

IBM Db2 Warehouse. Hybrid data warehousing using a software-defined environment in a private cloud. The evolution of the data warehouse

IBM Db2 Warehouse. Hybrid data warehousing using a software-defined environment in a private cloud. The evolution of the data warehouse IBM Db2 Warehouse Hybrid data warehousing using a software-defined environment in a private cloud The evolution of the data warehouse Managing a large-scale, on-premises data warehouse environments to

More information

IBM Analytics Unleash the power of data with Apache Spark

IBM Analytics Unleash the power of data with Apache Spark IBM Analytics Unleash the power of data with Apache Spark Agility, speed and simplicity define the analytics operating system of the future 1 2 3 4 Use Spark to create value from data-driven insights Lower

More information

Achieving customer intimacy with IBM SPSS products

Achieving customer intimacy with IBM SPSS products Achieving customer intimacy with IBM SPSS products Transformative technologies for the new era of customer interactions Highlights: Customer intimacy is an innovative strategy for helping organizations

More information

Actionable enterprise architecture management

Actionable enterprise architecture management Enterprise architecture White paper June 2009 Actionable enterprise architecture management Jim Amsden, solution architect, Rational software, IBM Software Group Andrew Jensen, senior product marketing

More information

Scorecarding with IBM Planning Analytics

Scorecarding with IBM Planning Analytics Scorecarding with IBM Planning Analytics Elevating the role of metrics in high-participation planning Highlights Link high-participation planning, budgeting and forecasting processes to actual performance

More information

Ten steps to effective requirements management

Ten steps to effective requirements management IBM Software Requirements definition and management July 2013 Ten steps to effective requirements management 2 Ten steps to effective requirements management Introduction Requirements definition and management

More information

IBM Cognos Analytics on Cloud Operate and succeed at a new business speed

IBM Cognos Analytics on Cloud Operate and succeed at a new business speed IBM Analytics Business Analytics and the Cloud IBM Cognos Analytics on Cloud Operate and succeed at a new business speed Highlights Take advantage of world-class reporting, analysis, dashboards and visualization

More information

Watson Internet of Things. Agile Development Why requirements matter

Watson Internet of Things. Agile Development Why requirements matter Watson Internet of Things Agile Development Why requirements matter Executive summary The clear benefits of agile development better collaboration, incremental delivery, early error detection and the elimination

More information

IBM Business Automation Content Analyzer

IBM Business Automation Content Analyzer Solution brief IBM Business Automation Content Analyzer What it is, what it does, why it matters IBM Content Analyzer in 10 seconds IBM Content Analyzer is an intelligent Capture-as-a-Service (CaaS) system

More information

CareCore National uses DevOps approach to cut defects by 50 percent

CareCore National uses DevOps approach to cut defects by 50 percent CareCore National uses DevOps approach to cut defects by 50 percent IBM Rational software helps reduce software defects caused by issues with requirements Overview The need CareCore wanted to overhaul

More information

IBM Digital Analytics Accelerator

IBM Digital Analytics Accelerator IBM Digital Analytics Accelerator On-premises web analytics solution for high-performance, granular insights Highlights: Efficiently capture, store, and analyze online data Benefit from highly scalable

More information

Chart your future with predictive analytics

Chart your future with predictive analytics IBM Analytics Feature Guide IBM SPSS Modeler Chart your future with predictive analytics Finding hidden trends in your data can give you tremendous insights into your business. 2 Chart Your Future Contents

More information

IBM Systems Lab Services Systems Consulting. Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era

IBM Systems Lab Services Systems Consulting. Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era IBM Systems Lab Services Systems Consulting Proven expertise to help leaders design, build, and deliver IT infrastructure for the cognitive era 1 Proven expertise for the cognitive era Lab Services can

More information

IBM Planning Analytics

IBM Planning Analytics Speed, agility and foresight Powered by IBM TM1 Highlights Automates manual, spreadsheet-based planning, budgeting, forecasting, reporting and analysis Links operational tactics to financial plans, synthesizes

More information

Are You Ready For a New Era in B2B Collaboration?

Are You Ready For a New Era in B2B Collaboration? IBM Commerce July 2016 Thought Leadership White Paper Are You Ready For a New Era in B2B Collaboration? Defining characteristics of modern B2B collaboration and ways in which successful companies are approaching

More information

IBM i2 Enterprise Insight Analysis

IBM i2 Enterprise Insight Analysis IBM i2 Enterprise Insight Analysis Accelerate the data-to-decision process by rapidly transforming overwhelming data into actionable insight Highlights Uncover hidden connections and insights across massive

More information

Predictive Analytics for Donor Management

Predictive Analytics for Donor Management IBM Software Business Analytics IBM SPSS Predictive Analytics Predictive Analytics for Donor Management Predictive Analytics for Donor Management Contents 2 Overview 3 The challenges of donor management

More information

White Paper. Sales analytics. The path to improving sales effectiveness

White Paper. Sales analytics. The path to improving sales effectiveness White Paper The path to improving sales effectiveness Contents 02 Getting started with sales analytics 03 Understanding the analytics maturity model Support sales operations Improve the quality of decision

More information

Embracing SaaS: A Blueprint for IT Success

Embracing SaaS: A Blueprint for IT Success Embracing SaaS: A Blueprint for IT Success 2 Embracing SaaS: A Blueprint for IT Success Introduction THIS EBOOK OUTLINES COMPELLING APPROACHES for CIOs to establish and lead a defined software-as-a-service

More information

White paper. Watson Assistant: The Shortcut to Great Customer Service

White paper. Watson Assistant: The Shortcut to Great Customer Service White paper : The Shortcut to Great Customer Service 33% of Millennials are only willing to wait 1 to 3 minutes to get a response 52% have hung up on a customer service call 56% of Millennials have switched

More information

IBM Cognos Controller Standard Reports

IBM Cognos Controller Standard Reports Standard Reports Highlights Preconfigured, standard reports give you out-of-the-box functionality throughout the close cycle. Detailed reports provide the information you need in the format you need it.

More information

White paper. Watson Virtual Agent: The Shortcut to Great Customer Service

White paper. Watson Virtual Agent: The Shortcut to Great Customer Service White paper : The Shortcut to Great Customer Service 33% of Millennials are only willing to wait 1 to 3 minutes to get a response 52% have hung up on a customer service call 56% of Millennials have switched

More information

VP SECURITIES A/S cuts costs with modern development tools

VP SECURITIES A/S cuts costs with modern development tools VP SECURITIES A/S cuts costs with modern development tools IBM Rational software and EGL technology facilitate migration and modernization Overview The need VP SECURITIES A/S needed to replace its CA Gen

More information

IBM Global Business Services Microsoft Dynamics AX solutions from IBM

IBM Global Business Services Microsoft Dynamics AX solutions from IBM IBM Global Business Services Microsoft Dynamics AX solutions from IBM Powerful, agile and simple enterprise resource planning 2 Microsoft Dynamics AX solutions from IBM Highlights Improve productivity

More information

IBM Intelligent Waste Management Platform

IBM Intelligent Waste Management Platform IBM Sales and Distribution December 2015 White Paper IBM Intelligent Waste Management Platform Using the power of analytics to profit from the move to a circular economy 2 IBM Intelligent Waste Management

More information

IBM PureApplication System

IBM PureApplication System IBM PureApplication System IBM PureApplication System Application platform system with integrated expertise 2 IBM PureApplication System IT is moving to the strategic center of business The last 100 years

More information

Insights and analytics by IBM MaaS360 with Watson

Insights and analytics by IBM MaaS360 with Watson Insights and analytics by IBM MaaS360 with Watson A cognitive approach to unified endpoint management to help transform your business Highlights Tap into the vast potential of mobility by uncovering business

More information

Solution Brief. The IBM Explorys Platform. Liberate your healthcare data

Solution Brief. The IBM Explorys Platform. Liberate your healthcare data Solution Brief Liberate your healthcare data Highlights A data management superstructure designed to provide speed, scalability, and security, plus a series of healthcare-specific source connectors and

More information

The new era of supply chain begins now. Unleash the power of Watson Supply Chain to create a transparent, intelligent and predictive supply chain

The new era of supply chain begins now. Unleash the power of Watson Supply Chain to create a transparent, intelligent and predictive supply chain The new era of supply chain begins now Unleash the power of Watson Supply Chain to create a transparent, intelligent and predictive supply chain ELEVATING THE SUPPLY CHAIN TO MEET TOMORROW S CHALLENGES

More information

IBM Telecommunications, Media and Entertainment White Paper. Building the Next Generation Network

IBM Telecommunications, Media and Entertainment White Paper. Building the Next Generation Network IBM Telecommunications, Media and Entertainment White Paper Building the Next Generation 2 Building the Next Generation Contents 2 Business objectives for SDN/NFV 2 NFV adoption path 4 NFV program options

More information

: What are examples of data science jobs?

: What are examples of data science jobs? by Daniel J. Power Editor, DSSResources.COM Data scientist is the "new", "hot", "sexy" and high paying job associated with decision support and analytics. Why? Because data scientists are "the key to realizing

More information

Maximize customer insight to achieve your goals

Maximize customer insight to achieve your goals Maximize customer insight to achieve your goals What enterprise feedback management offers your organization Contents 1 Executive summary 3 EFM makes customer insight an organizational asset 4 EFM provides

More information

Transforming business processes and information by aligning BPM and MDM

Transforming business processes and information by aligning BPM and MDM IBM Software InfoSphere Thought Leadership White Paper Transforming business processes and information by aligning BPM and MDM 2 Transforming business processes and information by aligning BPM and MDM

More information

Roundtable Study: Analytic and Use Cases

Roundtable Study: Analytic and Use Cases Roundtable Study: Analytic and Use Cases November 2016 Charles Brown IBM Adam Etches IBM John Stultz SAS Analysis Exchange Model Analysis Exchange Model Is not A Software Program A Database A Network

More information

Marketing science: From descriptive to prescriptive

Marketing science: From descriptive to prescriptive Marketing science: From descriptive to prescriptive 2 Marketing science: From descriptive to prescriptive The marketing profession has long relied on data. But as the terabytes grow, progressive marketers

More information

IBM Smarter Cities Public Safety Emergency Management

IBM Smarter Cities Public Safety Emergency Management IBM Industry Solutions Government IBM Smarter Cities Public Safety Emergency Management 2 IBM Smarter Cities Public Safety Emergency Management The first obligation of a city is to protect its citizens

More information

Descriptive, predictive, prescriptive: Transforming asset and facilities management with analytics

Descriptive, predictive, prescriptive: Transforming asset and facilities management with analytics Watson Internet of Things Descriptive, predictive, prescriptive: Transforming asset and facilities management with analytics Choose the right data analytics solutions to boost service quality, reduce operating

More information

Building smart products: best practices for multicore software development

Building smart products: best practices for multicore software development IBM Software Rational Thought Leadership White Paper Building smart products: best practices for multicore software development 2 Building smart products: best practices for multicore software development

More information

Automate, manage and optimize business processes in the cloud

Automate, manage and optimize business processes in the cloud IBM Software IBM Business Process Manager on Cloud Automate, manage and optimize business processes in the cloud Drive simplicity and speed into your business operations with IBM Business Process Manager

More information

Smarter Commerce for healthcare and life sciences

Smarter Commerce for healthcare and life sciences IBM Smarter Commerce Healthcare and Life Sciences Smarter Commerce for healthcare and life sciences Competing in a consumer-centric world 2 Smarter Commerce Across the healthcare ecosystem, from payers

More information

SAS ANALYTICS AND OPEN SOURCE

SAS ANALYTICS AND OPEN SOURCE GUIDEBOOK SAS ANALYTICS AND OPEN SOURCE April 2014 2014 Nucleus Research, Inc. Reproduction in whole or in part without written permission is prohibited. THE BOTTOM LINE Many organizations balance open

More information

Meeting the expectations of the mobile customer

Meeting the expectations of the mobile customer IBM Software Thought Leadership White Paper IBM ExperienceOne Meeting the expectations of the mobile customer Strategies for offering a consistent customer experience across channels 2 Meeting the expectations

More information

IBM Cloud White Paper. How to get the benefits of cloud behind your firewall: IBM Cloud Private

IBM Cloud White Paper. How to get the benefits of cloud behind your firewall: IBM Cloud Private IBM Cloud White Paper How to get the benefits of cloud behind your firewall: IBM Cloud Private 2 How to get the benefits of cloud behind your firewall: IBM Cloud Private Contents 2 Introduction 3 Developers

More information

Security intelligence for service providers

Security intelligence for service providers Security Thought Leadership White Paper July 2015 Security intelligence for service providers Expanded capabilities for IBM Security QRadar including multi-tenancy, unified management and SaaS 2 Security

More information

Making intelligent decisions about identities and their access

Making intelligent decisions about identities and their access Making intelligent decisions about identities and their access Provision users and mitigate risks with Identity Governance and Intelligence Highlights Provide a business-centric approach to risk-based

More information

Use cases for IBM Forms Experience Builder

Use cases for IBM Forms Experience Builder Use cases for IBM Forms Experience Builder Contents 1 Creating exceptional forms experiences 2 Introducing IBM Forms Experience Builder 3 Managing the business 4 Getting close to customers 4 Generating

More information

Ferrovial Investigating the case for lifecycle asset information integration for infrastructure and buildings

Ferrovial Investigating the case for lifecycle asset information integration for infrastructure and buildings Business challenge The lifecycle of assets can span many years and involve many stakeholders. Without consistent enterprise asset management, the total cost of ownership can rise significantly. Transformation

More information

Planning for the General Data Protection Regulation

Planning for the General Data Protection Regulation IBM Analytics White Paper Planning for the General Data Protection Regulation Protect, govern and know your data with help from IBM 2 Planning for the General Data Protection Regulation Overview Customer

More information

Adding MRO analytics to your ERP system

Adding MRO analytics to your ERP system Adding MRO analytics to your ERP system Unleash the full potential of your MRO data Situation: The ERP data deluge Most companies are squandering the potential of their enterprise data to maximize asset

More information

OpenPages Internal Audit Management: Internal audit and its evolving role in GRC

OpenPages Internal Audit Management: Internal audit and its evolving role in GRC IBM Software Business Analytics OpenPages OpenPages Internal Audit Management: Internal audit and its evolving role in GRC Creating an integrated partnership with the business 2 OpenPages Internal Audit

More information

IBM Blueworks Live, the roadmap to tackle process improvement

IBM Blueworks Live, the roadmap to tackle process improvement IBM Blueworks Live, the roadmap to tackle process improvement Revolutionize how you discover, document and collaborate processes and decisions Contents 2 Capture the right requirement 3 Involve the right

More information

Improving Employee Engagement

Improving Employee Engagement IBM Analytics Whitepaper Improving Employee Engagement Key Lessons From Repeat Surveys By Cameron Dougall Improving Employee Engagement Introduction IBM builds long-term relationships with our clients

More information

Aligning IT risk management with strategic business goals

Aligning IT risk management with strategic business goals IBM Global Technology Services White Paper IBM Business Continuity and Resiliency Services Aligning IT risk management with strategic business goals New metrics and technologies help meet the challenges

More information

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking

IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking Grid Computing IBM Grid Offering for Analytics Acceleration: Customer Insight in Banking customers. Often, banks may purchase lists and acquire external data to improve their models. This data, although

More information

Oracle Big Data Discovery The Visual Face of Big Data

Oracle Big Data Discovery The Visual Face of Big Data Oracle Big Data Discovery The Visual Face of Big Data Today's Big Data challenge is not how to store it, but how to make sense of it. Oracle Big Data Discovery is a fundamentally new approach to making

More information

IBM Software IBM Business Process Manager

IBM Software IBM Business Process Manager IBM Software IBM Business Process Manager An industry-leading BPM unified platform to help drive innovation at scale 2 IBM Business Process Manager Highlights Mobile New responsive user interface controls

More information

The Cognitive Bank: Redefining banks and banking

The Cognitive Bank: Redefining banks and banking Sales and Distribution Thought Leadership White Paper Banking The Cognitive Bank: Redefining banks and banking 2 The Cognitive Bank: Redefining banks and banking Bankers have always understood the value

More information

Nationwide Mutual Insurance Company embraces IBM DevOp approach and Continues Testing, improves software quality by 50 percent

Nationwide Mutual Insurance Company embraces IBM DevOp approach and Continues Testing, improves software quality by 50 percent Insurance Overview The need Nationwide needed to better respond to changing market requirements and regulations, increase speed to market for new products and services, and support new channels of customer

More information

Accelerate Your Digital Transformation

Accelerate Your Digital Transformation SAP Value Assurance Accelerate Your Digital Transformation Quick-Start Transformation with SAP Value Assurance Service Packages 1 / 17 Table of Contents 2017 SAP SE or an SAP affiliate company. All rights

More information

Leading the way in technology support

Leading the way in technology support Leading the way in technology support How Frontrunners are pulling ahead In a world that demands continuous availability, IT environments need to be supported like well-honed racing teams support their

More information

Strategic or Bust: Why Project Execution Needs to Change

Strategic or Bust: Why Project Execution Needs to Change WHITE PAPER DECEMBER 2017 Strategic or Bust: Why Project Execution Needs to Change The only reason organizations invest in projects is to achieve business results that s something that s forgotten way

More information

Lecture 8 Agile Software Development

Lecture 8 Agile Software Development Lecture 8 Agile Software Development Includes slides from the companion website for Sommerville, Software Engineering, 10/e. Pearson Higher Education, 2016. All rights reserved. Used with permission. Topics

More information

Uncover possibilities with predictive analytics

Uncover possibilities with predictive analytics IBM Analytics Feature Guide IBM SPSS Modeler Uncover possibilities with predictive analytics Unlock the value of data you re already collecting by extracting information that opens a window into customer

More information

Lecture 1. Topics covered. Rapid p development and delivery is now often the most important requirement for software systems.

Lecture 1. Topics covered. Rapid p development and delivery is now often the most important requirement for software systems. Chapter 3 Agile Software Development Lecture 1 Topics covered Agile g methods Plan-driven and agile development Extreme programming Agile project management Scaling agile methods Rapid software development

More information

In search of the Holy Grail?

In search of the Holy Grail? In search of the Holy Grail? Our Clients Journey to the Data Lake André De Locht Sr Business Consultant Data Lake, Information Integration and Governance $ andre.de.locht@be.ibm.com ( +32 476 870 354 Data

More information

Training Watson: How I/O Psychology, Data Science, and Engineering integrate to produce responsible AI in HR.

Training Watson: How I/O Psychology, Data Science, and Engineering integrate to produce responsible AI in HR. Training Watson: How I/O Psychology, Data Science, and Engineering integrate to produce responsible AI in HR. Stefan Liesche, IBM Distinguished Engineer - Watson Talent Architecture Nigel Guenole, IO Psychologist

More information

Finance analytics: Seven hows and millions of whys

Finance analytics: Seven hows and millions of whys IBM Analytics White Paper Finance Analytics Finance analytics: Seven hows and millions of whys Spencer Lin, IBM Market Development and Insights Carl Nordman, IBM Institute for Business Value 2 Finance

More information

IBM Cloud Object Storage and CTERA

IBM Cloud Object Storage and CTERA Object Storage and CTERA Modernize file-based enterprise solutions with a single provider Benefits Bridges the gap between traditional storage management and cloud transformation for unstructured data

More information

IBM Software Business Analytics. IBM Cognos Financial Statement Reporting (FSR): Automated CAFR reporting for state and local governments

IBM Software Business Analytics. IBM Cognos Financial Statement Reporting (FSR): Automated CAFR reporting for state and local governments IBM Software Business Analytics IBM Cognos Financial Statement Reporting (FSR): Automated CAFR reporting for state and local governments 2 IBM Cognos Financial Statement Reporting (FSR): Automated CAFR

More information

Growing and retaining your customer base with customer analytics

Growing and retaining your customer base with customer analytics Vivian Braun, WW Solutions Marketing Manager 2 July 2015 Growing and retaining your customer base with customer analytics Content 2 The way customers engage with organizations is changing Organizations

More information

A voice and data services provider creates a platform for innovation

A voice and data services provider creates a platform for innovation A voice and data services provider creates a platform for innovation IBM WebSphere software helps improve responsiveness to marketplace changes The need This voice and data services provider strives to

More information

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA.

Service oriented architecture solutions White paper. IBM SOA Foundation: providing what you need to get started with SOA. Service oriented architecture solutions White paper IBM SOA Foundation: providing what you need to get started with SOA. September 2005 Page 2 Contents 2 Executive summary 2 SOA: the key to maximizing

More information

IBM SPSS Decision Trees

IBM SPSS Decision Trees IBM SPSS Decision Trees 20 IBM SPSS Decision Trees Easily identify groups and predict outcomes Highlights With SPSS Decision Trees you can: Identify groups, segments, and patterns in a highly visual manner

More information

The right time for real-time marketing

The right time for real-time marketing IBM for Marketing The right time for real-time marketing Deliver more relevant offers, increase response rates, and create happier, more profitable customers Applying real-time marketing practices, adding

More information

Bringing the Power of SAS to Hadoop Title

Bringing the Power of SAS to Hadoop Title WHITE PAPER Bringing the Power of SAS to Hadoop Title Combine SAS World-Class Analytics With Hadoop s Low-Cost, Distributed Data Storage to Uncover Hidden Opportunities ii Contents Introduction... 1 What

More information

Mastering the art of change in the digital domain

Mastering the art of change in the digital domain ExpertInsights@IBV Mastering the art of change in the digital domain IBM Institute for Business Value 2 Mastering the art of change in the digital domain The transformation of change management Now, an

More information

TIBCO Spotfire for SAP Business Warehouse. Unleash analytics on SAP Business Warehouse

TIBCO Spotfire for SAP Business Warehouse. Unleash analytics on SAP Business Warehouse TIBCO Spotfire for SAP Business Warehouse Overview Unleash analytics on SAP Business Warehouse Solution Benefits At a Glance The time to go predictive is now The time to go predictive is now Industry leaders

More information

Development Environment Definition

Development Environment Definition IBM Rational January 2011 Technical White Paper Development Environment Definition Ensuring a comprehensive consideration of all elements of a development environment 2 Development Environment Definition

More information

Tailoring Scope by Project

Tailoring Scope by Project NEW! Tailoring Scope by Project Why One Scope Description Doesn t Fit All A White Paper from RMC Project Management, Inc. www.rmcproject.com 10953 Bren Road East, Minnetonka, Minnesota 55343, USA Main

More information

WHITE PAPER. The next chapter of enterprise analytics and how payers can prepare

WHITE PAPER. The next chapter of enterprise analytics and how payers can prepare WHITE PAPER The next chapter of enterprise analytics and how payers can prepare Healthcare payers today are facing a changing healthcare marketplace that demands business model transformation and the redesign

More information

Successful healthcare analytics begin with the right data blueprint

Successful healthcare analytics begin with the right data blueprint IBM Software Information Management Healthcare Successful healthcare analytics begin with the right data blueprint 2 Successful healthcare analytics begin with the right data blueprint Executive summary

More information

7 things to ask when upgrading your ERP solution

7 things to ask when upgrading your ERP solution Industrial Manufacturing 7 things to ask when upgrading your ERP solution The capabilities gap between older versions of ERP designs and current designs can create a problem that many organizations are

More information

SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL. CA Agile Requirements Designer for CA Agile Central

SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL. CA Agile Requirements Designer for CA Agile Central SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL CA Agile Requirements Designer for CA Agile Central Automatically convert user stories into the smallest set of test cases needed to fully

More information

Implement Agile Marketing

Implement Agile Marketing Implement Agile Marketing Taking small marketing tasks and managing them through an Agile process is straight forward and much easier to do in a quick, responsive, iterative way. But, how do you manage

More information

Attracting and retaining customers with insights-driven dynamic pricing

Attracting and retaining customers with insights-driven dynamic pricing IBM Commerce White Paper IBM Software Attracting and retaining customers with insights-driven dynamic pricing Strategic scenarios for reacting to competitor and market activity 2 Attracting and retaining

More information

IBM Self Checkout System 6

IBM Self Checkout System 6 IBM Self Checkout System 6 Making self checkout smarter Highlights Modular platform with separate scanning, payment and bagging units helps optimize front-end checkout Offers retailers opportunity to speed

More information

IBM SPSS Modeler Personal

IBM SPSS Modeler Personal IBM SPSS Modeler Personal Make better decisions with predictive intelligence from the desktop Highlights Helps you identify hidden patterns and trends in your data to predict and improve outcomes Enables

More information

Impact of Agile on Change Management

Impact of Agile on Change Management Impact of Agile on Change Management Author Melanie Franklin Director Agile Change Management Limited Introduction Agile approaches and techniques are having significant impact on the volume, frequency

More information

IBM Smarter systems for a smarter planet IBM workload optimized systems

IBM Smarter systems for a smarter planet IBM workload optimized systems IBM Smarter systems for a smarter planet IBM workload optimized systems Integrating software, hardware and services for better performance at lower cost 2 Smarter systems for a smarter planet To succeed

More information

1 of 12 10/24/18, 12:58 PM Solution: IBM Cloud Industry: Travel & Transportation American Airlines The route to customer experience transformation is through the cloud IBM Cloud flies with American Airlines

More information

IBM Kenexa BrassRing on Cloud

IBM Kenexa BrassRing on Cloud IBM Kenexa BrassRing on Cloud Industry-leading global talent acquisition solution Highlights Find the right talent for the right job at the right time. Help facilitate compliance with government regulations

More information

IBM SPSS Statistics: What s New

IBM SPSS Statistics: What s New : What s New New and enhanced features to accelerate, optimize and simplify data analysis Highlights Extend analytics capabilities to a broader set of users with a cost-effective, pay-as-you-go software

More information

Lecture 1: What is Data Mining?

Lecture 1: What is Data Mining? Lecture 1: What is Data Mining? Alan Lee Department of Statistics STATS 784 Lecture 1 July 26, 2017 Page 1/34 Outline Housekeeping Introduction Data mining projects Statistical learning References Page

More information

SmartCare. SPSS Workshop. Rick Durham - North American Advanced Analytics Channel Team IBM Corporation. Date: 5/28/2014

SmartCare. SPSS Workshop. Rick Durham - North American Advanced Analytics Channel Team IBM Corporation. Date: 5/28/2014 SPSS Workshop Key Presenter Rick Durham - North American Advanced Analytics Channel Team Date: 5/28/2014 Agenda What is Predictive Analytics? What is the architecture of the IBM/SPSS technology stack?

More information

The new frontier: Agile automation at scale

The new frontier: Agile automation at scale The new frontier: Agile automation at scale Large-scale automation of business processes requires a new development approach. Federico Berruti, Geet Chandratre, and Zaid Rab SEPTEMBER 2018 OPERATIONS Across

More information

Teradyne Corporation. Saving millions of dollars through integrated workplace management. Smart is...

Teradyne Corporation. Saving millions of dollars through integrated workplace management. Smart is... Teradyne Corporation Saving millions of dollars through integrated workplace management Smart is... Applying innovative workplace strategies to support employee needs within a smaller footprint. With building

More information

Chapter 3 Agile Software Development. Part 1b

Chapter 3 Agile Software Development. Part 1b Chapter 3 Agile Software Development Part 1b 1 Testing in XP Testing is central to XP and XP has developed an approach where the program is tested after every change has been made. XP testing features:

More information

Brian Macdonald Big Data & Analytics Specialist - Oracle

Brian Macdonald Big Data & Analytics Specialist - Oracle Brian Macdonald Big Data & Analytics Specialist - Oracle Improving Predictive Model Development Time with R and Oracle Big Data Discovery brian.macdonald@oracle.com Copyright 2015, Oracle and/or its affiliates.

More information