Criteria for a Successful Sale: How to match Sales leads with Delivery Experts

Size: px
Start display at page:

Download "Criteria for a Successful Sale: How to match Sales leads with Delivery Experts"

Transcription

1 POMS Criteria for a Successful Sale: How to match Sales leads with Delivery Experts Christine Robson IBM Almaden Services Research 650 Harry Road San Jose CA crobson@us.ibm.com Julia Grace IBM Almaden Services Research 650 Harry Road San Jose CA jhgrace@us.ibm.com POMS 19th Annual Conference La Jolla, California, U.S.A. May 9 to May 12,

2 Abstract In large sales engagements, a sales lead is often paired with a "delivery expert" from within their corporation to help manage and close a sale. This matching process mirrors online dating in that an ill-fitted match is often doomed to failure but much more is at stake in the context of corporate matching since millions of dollars in sales revenue might be on the line. In order to improve the success of sales, we developed a recommendation system to provide this matching. Our analysis began with a comprehensive study and overview of current recommendation algorithms from other fields such as online marketing, like Amazon.com. To investigate what attributes are most important when formulating a successful match, we conducted a user study, selecting delivery experts from four sales regions throughout North and South America. We examined the sales conducted by these experts to find any possible correlation of experience attributes to successful sales. A statistical analysis uncovers some of the parameters which affect the success of the sale, and the satisfaction of the sales lead with the expert's service. From our analysis, we suggest a method to increase sales revenue by considering specific features of the expert's experience features we have identified as key factors in an ideal match. Our analysis uncovers the fact that personal relationships are the foremost factors in the success of sales engagements, far exceeding experience with products or product lines. Team experience between sellers and experts, and personal experience with the customer are the most important factors in our selection algorithm. The final implementation of our system employs each feature with different weights according to success correlation. To validate the algorithm, we ran a pilot study using the system, which clearly demonstrated the effectiveness of our approach. 2

3 1 Introduction Large corporations are often pressed to improve efficiency by reducing time spent in personnel assignment, all the while building more effective teams. This problem of matching the right person with the right job is crucial, and can lead to the success or failure of a sale or business engagement. Personnel assignments usually employ heuristics and depend upon individuals to accurately self asses their skills and abilities. This approach is lacking in two regards: limited features are considered, and there is no feedback of success into the assignment system. We improve upon the feature limitation by measuring the skills and capabilities of personnel in terms of their experience, data which is captured by searchable datasets in increasingly accurate and granulated formats. One challenge of using such techniques is in identifying and quantifying these metrics. We begin with a circumstance that has measurable metrics: sales leads who request help from experts within the corporation to close a deal. The measurable metrics are percent of deals successfully signed and satisfaction of the sales lead with the service the expert has provided. This data, as well as the feature data, was gathered during the course of a pilot study covering 4 sales regions, and involving 61 experts and 1186 sales. The purpose of the pilot study was to provide a profile of the expert s experience to the personnel who handles the matching process. In preparation for the study, a comprehensive set of heuristics was established based on best practices and experience of the assignment personnel from all global regions. These features form the basis for our data gathering and analysis. During the course of the study, these parameters were gathered or validated by users, in a process involving weekly updates, data summaries, and surveys. 3

4 An analysis of these features and the metrics for success is conducted by applying techniques from statistical learning theory. Regression and correlation are the primary methods employed, with some data being clustered by coarse parameters before regression. Having established metrics for success, we suggest a matching methodology to maximize the successfulness of sales. In the process we can immediately identify the features which are most conducive to sale success, and uncover relationships between these features and different success metrics which give insight into what makes sales successful. 2 Background Personnel matching systems have been investigated by economists, human resource specialists, psychologists, and other researchers. There are many ways to assemble people, including matching employees with managers and mentors, and matching employees with each other to form successful teams. (Tichy '81; Sure 00; Naveh '07) We investigate means to automate this process in the case of matching sales leads and delivery experts, with the goal of increasing the number of successful sales. Having attempted to solve this problem using many of the existing approaches to personnel management, we turn to a more fundamental investigation. Our goal is to understand what makes a successful match. As such, we first turn to areas outside of human resource management, to investigate the general algorithms and approaches to matching. We begin by surveying matching approaches in product and dating recommendation systems for a new perspective on how to approach this problem. 4

5 2.1 Recommendation Systems Recommendation systems are most frequently used to provide suggestions that are likely to be inline with the previous tastes of the user. If the data behind these systems is very small, then it may be that no recommendations are necessary because the user can explore all possible options. More generally speaking, recommendation systems are almost always employed when the data behind them is so large that it is infeasible for the user to sort through the possible candidates for selection. The most obvious manifestation of this problem is online stores, where the catalog might include millions of different brands and items to purchase. However, one can imagine a system where there are very few options to choose from, but it might be very helpful for the user to employ a recommendation system if s/he cannot quickly or obviously differentiate between the possible choices. This characterizes our situation; there might be a finite number of possible expert matches for a sales lead, all with very similar backgrounds and experiences. Thus, our method must be applicable to scenarios when the user doesn t always know who or what is best, even if the dataset is small. 2.2 Collaborative Filtering Collaborative filtering is the most common implementation of recommendation systems. Coined in 1992 by Goldberg et al., collaborative filtering is a means of providing recommendations based on the feedback and opinions of other users. This method was developed after noticing the volume of messages exchanged in electronic newsgroups was reaching a point where it was no longer feasible for subscribed users to read all messages posted. To address this, they built the Tapestry system and employed 5

6 collaborative filtering as a means of searching and flagging messages that might be of particular interest to the reader. (Goldberg 92) For collaborative filtering to be effective, and thus provide good recommendations, it requires a very large and complex dataset (Ziegler 05). This is intuitive in that when reading movie or restaurant reviews, people often put more confidence in a rating if it is based on a large number of reviews. Hence the success of collaborative filtering on the product offerings at companies such as Amazon.com and Tivo, which have thousands of users and perhaps millions of products or television shows. (Linden '03, Ali '04) 2.3 Feedback For techniques such as collaborative filtering to be successful, not only does the dataset need to be sufficiently large, but users must provide feedback on the available items as well. However, soliciting feedback is a documented problem for all recommendation systems. This is a particularly important problem because the quality of recommendations is based upon the feedback of the users; very little or no feedback will result in low quality or inapplicable recommendations. So, it should come as no surprise that some recommendation systems prefer to gather feedback implicitly to avoid requiring the user to perform any additional tasks. For example, if a user purchases an item on Amazon.com, then s/he has effectively endorsed or recommended that item. Tivo also employs collaborative filtering and has an explicit ratings function that requires the user to rate shows outside of the viewing and recording behavior. However, Tivo has also looked into gathering implicit ratings such as at the act of recording a show, or scheduling the recording of an entire season of a show. (Linden '03, Ali '04) 6

7 Our approach to matching must fundamentally differ from feedback based systems because of the time constraints of sales leads and delivery experts. In an environment where time is literally money, our automatic matching system must not depend on manual feedback. Thus, our data gathering is entirely passive, based on observing user experience as documented by the work history of the delivery experts and sales leads. This approach has the benefit of notable advantages. Since we gather all data implicitly, we are not dependent on the changing, and sometimes finicky opinions of our users a problem which plagues product recommendation systems. Another advantage is one of data quality. Self assessment is a difficult task, and most people do not accurately rate their skill levels. We conclude that our system cannot rely on delivery experts or sales leads to rate their own abilities. Rather, we will rely on records of previous work experience to demonstrate skills in particular areas. (Krueger 99; Tversky 04) 2.4 Dating Services Dating services also employ recommendation systems, matching people with people, instead of products. In general, most dating services ask users to complete a comprehensive survey, forming a mathematical model of the individual based on the results. One example is Eharmony.com, a popular dating site that trains a neural network based on surveys taken after each date. The network employs artificial intelligence techniques to continually refine the potential matches for the user no collaboration or comparison between users is employed. Users are asked their opinion of 7

8 potential matches, but this methodology differs from collaborative filtering in that the opinions are never compared with others. (Buckwalter 04) The online dating model is perhaps the most similar to that of personnel assignment. Observing the success of these methods, our approach will also employ a correlation matrix of matching attributes. We observe that in the case of online dating, the goal is to improve a users degree of satisfaction with their potential mate a potentially nebulous and subjective measure. While we conduct a similar satisfaction survey with sales leads, the primary criteria for success will be the outcome of the sale. There have been attempts to apply collaborative filtering to online dating; Brozovsky et al hypothesized that better potential matches could be discovered if similar users could be identified. Their system recommends highly rated dating profiles of similar users to each other. For this approach to succeed, users are required at registration to rate a hundred profiles of potential matches, so that their ratings can be used in a collaborative filtering approach. Although our system must refrain from soliciting explicit feedback, Brozovsky s work opens the door for a possible integration of collaborative filtering to our system in the future. (Brozovsky 07) 2.5 Motivation All recommendation systems mentioned thus far are based on what people like to watch, engage in or spend money on. Our goal, on the other hand, is to make matches where the end result (the pairing of sales leads to delivery experts) results in financial gain for the company. Collaborative filtering unfortunately proves impractical for our applications, due to limitations of data size and complexity, and a business requirement to avoid feedback-based systems. 8

9 As such, we begin our data investigation by following in the footsteps of dating services, with a correlation matrix to uncover to uncover the criteria for a successful sale. Our goal is to find what attributes matter the most when matching sales leads with delivery experts, using records from previous sales attempts, both successful and unsuccessful. 3 Data Our analysis begins with the sales records database, containing 23 million data points. As part of our study, we run queries to extract the following sales records: 9641 sales records in which one the 61 experts in our study was called upon to help, including 1186 sales records from 2007 where the outcome has been recorded, and a total of 1081 survey results from Sales leads polled as to the helpfulness of the expert. 3.1 Data Mining and Record Matching Using data mining and NLP techniques, we parse each sales record for the following characteristics: product, customer, and industry. Product and industry are mapped into a coarse feature set, with 28 product lines and 16 industries, whereas customer is left as a fine-grained field. Then, using a chronological analysis of each sales record, we annotate each of the records for 2007 with the following fields: how many sales attempts to-date the expert has assisted with, and four binary fields indicating if the expert worked a sale with this product line / customer / industry / sales lead before. 3.2 Graphical Data Model This dataset lends itself directly to an application of statistical learning theory. Specifically, we can consider each data record as consisting of observed data pertaining to how good a job the expert does. This observed data can be used to estimate the 9

10 likelihood that the expert will do a good job for any given set of observed parameters. This estimation relies on a graphical data model which documents the relationship between the observed variables and the unknown we are estimating. (Jordan 03) Our graphical data model considers two possible measures of success: the outcome of the sale attempt, and the results of the satisfaction survey. We model these observed data points as dependant on how good a job the expert does. In addition, we express as parameters the type of experience the delivery expert has with each particular sales opportunity. These observed data points are modeled as influencing how good a job the expert does. This provides the following complete graphical model: Expert: types of experience General Product Line z 1 z 1 z 2 z 3 z 4 Customer z 2 Industry z 3 Work history z 4 with Sales lead X How good a job the expert does Sale made or failed Sales lead s Satisfaction X W S W S Figure 1: Graphical Model of the Data From the graphical data model, we build the statistical model. To begin, we condition on the set of all observed variables, D: D={ ( (1),z (1) 1,z (1) 2,z (1) 3,z (1) 4,W (1),S (1) ),..., ( (N),z (N) 1,z (N) 2,z (N) 3,z (N) 4,W (N),S (N) ) } 10

11 which allows us to marginalize over the unobserved node X. We do this separately for each of the observed metrics, W, and S, allowing us to calculate correlations and regressions directly between the parameters and metrics. Some brief algebraic manipulations provide the following marginal probabilities of the observed metrics: P( W n X) = P( W n (n),z (n) 1,z (n) 2,z (n) 3,z (n) 4 ) P( S n X ) = P( S n (n),z (n) 1,z (n) 2,z (n) 3,z (n) 4 ) These probabilities allow us to quantify the correlations of the types of experience on the metrics for success. 4 Analysis We begin with a single observation from the larger dataset containing of 23million sales records. While the overall success rate of sales sits around 32%, success rate of sales when an expert is involved is 44.9%. Our analysis then takes two approaches, the first observing general experience of the expert (i.e. sale attempts the expert has been involved in), and the second investigating specific types of experience. 4.1 Success Rate vs. Experience In the Figure 2, we observe the experts sales history from old records (their first 40 sales, or for new experts with less then 40 sales, all sales to date). This regression plots the average success rate of experts at different levels of experience. The learning curve n ) is expressed as W n n + n : 1 Success Rate X n n Note that we abuse statistical notation slightly to use W n as both the success of a single sale, and the overall successfulness of all the expert s sales. 11

12 Sales Rates vs. Expert Experience Success Rate (percent of sales made at this experience level) 100% 80% 60% 40% 20% 0% Expert Experience (number of sale attempts) Figure 2: Sales Experience The probability that an expert will achieve a particular success rate at their n, can then be expressed using the generalized linear model for regression: P(W n n 2 ) -1/2 exp{- -2 )(W n - n ) 2 } P(W n n )= 9.74 * exp{ * (W n * n-1 ) 2 } 2 is the variance of n, The success rate is further differentiated by country; for example experts in North America have a s expert ). Looking closer at South America, we cluster the experts into two groups based on success rate and time in company. Taking a generative approach, we calculate the class-conditional density P(W n n ). The groups correspond to low performers and high 12

13 North America Success Rate (percent of sales made) 100% 75% 50% 25% 0% Experience (number of sales attempted) Success Rate (percent of sales made) 100% 75% 50% 25% 0% South America (Clustered by low and hi-preformers) Experience (number of sales attempted) Figure 3: Plot and Regression of Expert Experience vs. Success Rate 13

14 4.2 Specific Experience Criteria The second analysis concerns the specific experience of the experts participating in our study. Again using sales history, we identify every sale in which an expert has personal experience with a similar sale. The criteria for similarity are laid out in figure 1, and this data is then correlated with both sale success rates and sales lead satisfaction, as shown in Table 1. correlation: Sale Expert has experience with: Made or Failed Industry Customer Sales lead Product Line Sales lead is Satisfied 9.64% 7.22% 14.66% 11.07% -4.99% Product Line 4.11% 17.51% 23.36% 13.33% Sales Lead 27.49% 15.95% 50.16% Expert has experience with: Customer 25.10% 31.12% Industry 14.10% Table 1: Correlations between various features of sales data The metrics we have established, sales lead satisfaction and sale made or failed, are outlined in the table. The parameters which have a significant correlation with these metrics are similar to the expectations of the users in the pre-study survey. Personal experience, both between the sales lead and the expert, and between the expert and the customer, are the most important attributes. Interestingly, Sales lead satisfaction does not have a very strong correlation with the success of the sale. Clustering the sales by sales lead satisfaction, we can see one outlier: in cases where the sales lead is dissatisfied with service (an overall rating of 1 or 2), the success rate of sales is appreciably lower (23.8% vs. 44.9%). 14

15 4.3 Further analyses Several additional analyses were conducted which did not result in any useful correlations or clusterings. Briefly, the parameters investigated include: specific product (rather then product line), nationality (beyond regional deviations), total dollar value of the sale, amount of time spent on the sale, type of help requested by sales lead, complexity of the sale as reported by sales lead. It is interesting that none of these features proved useful for clustering and correlation. The users of the study were particularly surprised that clustering by nationality did not confirm any of their preconceptions. 5 Conclusions Profit is the primary goal of any large corporation, and as such the goal of assigning experts to assist sales leads should be to maximize the overall income from sales. To further this goal, we should in general assign more experienced experts to sales with a higher dollar value. In addition, we can prioritize the following specific experience criteria for experts: (1) personal experience with sales lead, (2) personal experience with customer, (3) experience within the industry Interestingly, experience with the product line is not a key criterion for success. This contradicts the expectations of users in pre-study surveys, and raises questions about sales models. Satisfaction survey results have little correlation with any measured parameter of the sale. Anecdotal evidence from survey responses suggests one reason: Sales leads often cite responsiveness as their primary concern with experts, and rarely blame the expert for a failed sale. 15

16 The learning curve of experts is something which may have direct impact on personnel decisions, and is an area that warrants further investigation. The average expert improves their successful sales rate by about 0.75% per sales attempt, or roughly 21% per year. However, some regions have clear deviations between high performers who have high success rates and high growth rates, and low performers who stagnate at a relatively low success rate. 6 Summary and Future Work The problem of matching teams of people to optimize sales revenue is an area of increasing research. Our work shows an effective approach to matching sales leads and delivery experts to increase the chances of a successful sale. We have demonstrated that personal relationships and experience between team members and potential customers is the primary means to success. The two immediate directions for this research are clear: apply what has been learned, and expand the research to encompass more data and additional use cases. Following on our successful pilot study, this methodology is now being employed to assist in sales. By pairing with workforce optimization technologies (eg. Naveh 07), we foresee a concrete impact on sales revenue. We are also exploring ways to combine additional metrics such as available workload to provide a more comprehensive model of success. The statistical methods we have employed are not limited in application to sales forces or maximizing revenue. The approach fundamentally relies on confirmed observations in the form of data records. This provides the critical advantage of 16

17 protecting the decision process from the inherent inaccuracies in self-reported data. This rigorous data-driven statistical approach affords an opportunity to understand the criteria for a successful match without concern of inflated or libelous data points. We believe application of this approach to retail and dating services would be both enlightening and fruitful. Similarly, there remain techniques from the area of dating services which might be combined effectively with our approach. One idea would be to employ the algorithm formulated by Borzovsky et al. (Borosovsky 07) to match delivery experts to sales leads based on maximizing seller satisfaction. Sellers would initially rank the delivery experts they have worked with. We would then find sellers who are very similar and recommend those highly rated delivery experts to them. This would be a particular advantage because we would not need additional information from the sellers; similarity would be solely based on ranking delivery experts. However, this would require more proactive gathering of seller satisfaction feedback that is currently available. These areas are excellent directions for future research, and we hope that future personnel systems will continue to consider cross disciplinary approaches. In addition, the application of rigorous statistical methods to recommendation systems is clearly a successful approach, and we hope to see this type of mathematics in other recommendation system areas, including sales and dating services. 17

18 References Ali, K.; and van Stam, W. TiVo: Making show recommendations using a distributed collaborative filtering architecture. In Proceedings of the 2004 ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Seattle, WA, USA, ACM Press, pp Brozovsky, Lukas; and Vaclav Petricek. Recommender System for Online Dating Service. In Proceedings of Znalosti 2007 Conference, Ostrava, Czech Republic. 9 Mar Buckwalter, J. Galen; Steven R. Carter; Gregory T. Forgatch; Thomas D. Parsons; and Neil Clark Warren. Method and system for identifying people who are likely to have a successful relationship. US Patent Number Assignee: Eharmony.com. Issued May 11, Goldberg, D., Nichols, D., Oki, B.M. and Terry, D. Using Collaborative Filtering to Weave an Information Tapestry. Communications of the ACM, 35, 12 pp Jordan, Michael I. An Introduction to Probabilistic Graphical Models. University of California, Berkeley. UC Berkeley, Unpublished Manuscript; edition June 30, Kruger, Justin; and David Dunning. Unskilled and Unaware of It: How Difficulties in Recognizing One's Own Incompetence Lead to Inflated Self-Assessments. Journal of Personality and Social Psychology. Vol. 77, No Linden, Greg; Brent Smith; and Jeremy York, Amazon.com Recommendations: Item-to- Item Collaborative Filtering, IEEE Internet Computing, vol. 7 num. 1, p January Naveh, Y.; Richter, Y.; Altshuler, Y.; Gresh, D.L.; and Connors, D.P.. Workforce optimization: Identification and assignment of professional workers using constraint 18

19 programming, IBM Journal of Research and Development, Business Optimization. Volume 51, Number 3/ Sure, Y.; A. Maedche; and S. Staab: Leveraging Corporate Skill Knowledge From ProPer to OntoProPer. Proceedings of the Third International Conference on Practical Aspects of Knowledge Management (PAKM 2000), Basel, Switzerland October Tichy, Noel M.; Other Contributor(s): Fombrun, Charles J.; Devanna, Mary Anne. Strategic human resource management. Ross School of Business - Working Papers Series. University of Michigan. Graduate School of Business Administration. Division of Research. No Tversky, A.; and Kahneman, D., Judgment under Uncertainty: Heuristics and Biases. Published in Preference, Belief, and Similarity: Selected Writings. Bradford Book Publishers, Ziegler, C.; McNee, S. M.; Konstan, J. A.; and Lausen, G Improving recommendation lists through topic diversification. In Proceedings of the 14th international Conference on World Wide Web. WWW '05. ACM, New York, NY, p Chiba, Japan. May 10-14,

Comparing Recommendations Made by Online Systems and Friends

Comparing Recommendations Made by Online Systems and Friends Comparing Recommendations Made by Online Systems and Friends Rashmi Sinha and Kirsten Swearingen SIMS, University of California Berkeley, CA 94720 {sinha, kirstens}@sims.berkeley.edu Abstract: The quality

More information

How To Perform An Ensemble Analysis

How To Perform An Ensemble Analysis Charu C. Aggarwal IBM T J Watson Research Center Yorktown, NY 10598 Outlier Ensembles Keynote, Outlier Detection and Description Workshop, 2013 Based on the ACM SIGKDD Explorations Position Paper: Outlier

More information

APPLICATION OF DATA MINING TECHNIQUES FOR BUILDING SIMULATION PERFORMANCE PREDICTION ANALYSIS. email paul@esru.strath.ac.uk

APPLICATION OF DATA MINING TECHNIQUES FOR BUILDING SIMULATION PERFORMANCE PREDICTION ANALYSIS. email paul@esru.strath.ac.uk Eighth International IBPSA Conference Eindhoven, Netherlands August -4, 2003 APPLICATION OF DATA MINING TECHNIQUES FOR BUILDING SIMULATION PERFORMANCE PREDICTION Christoph Morbitzer, Paul Strachan 2 and

More information

Strategic Online Advertising: Modeling Internet User Behavior with

Strategic Online Advertising: Modeling Internet User Behavior with 2 Strategic Online Advertising: Modeling Internet User Behavior with Patrick Johnston, Nicholas Kristoff, Heather McGinness, Phuong Vu, Nathaniel Wong, Jason Wright with William T. Scherer and Matthew

More information

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: Prasad_vungarala@yahoo.co.in

Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: Prasad_vungarala@yahoo.co.in 96 Business Intelligence Journal January PREDICTION OF CHURN BEHAVIOR OF BANK CUSTOMERS USING DATA MINING TOOLS Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad

More information

Driving business intelligence to new destinations

Driving business intelligence to new destinations IBM SPSS Modeler and IBM Cognos Business Intelligence Driving business intelligence to new destinations Integrating IBM SPSS Modeler and IBM Cognos Business Intelligence Contents: 2 Mining for intelligence

More information

SYNTASA DATA SCIENCE SERVICES

SYNTASA DATA SCIENCE SERVICES SYNTASA DATA SCIENCE SERVICES A 3 : Advanced Attribution Analysis A Data Science Approach Joseph A. Marr, Ph.D. Oscar O. Olmedo, Ph.D. Kirk D. Borne, Ph.D. February 11, 2015 The content and the concepts

More information

Healthcare Measurement Analysis Using Data mining Techniques

Healthcare Measurement Analysis Using Data mining Techniques www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 03 Issue 07 July, 2014 Page No. 7058-7064 Healthcare Measurement Analysis Using Data mining Techniques 1 Dr.A.Shaik

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

Ensemble Learning Better Predictions Through Diversity. Todd Holloway ETech 2008

Ensemble Learning Better Predictions Through Diversity. Todd Holloway ETech 2008 Ensemble Learning Better Predictions Through Diversity Todd Holloway ETech 2008 Outline Building a classifier (a tutorial example) Neighbor method Major ideas and challenges in classification Ensembles

More information

Web Data Mining: A Case Study. Abstract. Introduction

Web Data Mining: A Case Study. Abstract. Introduction Web Data Mining: A Case Study Samia Jones Galveston College, Galveston, TX 77550 Omprakash K. Gupta Prairie View A&M, Prairie View, TX 77446 okgupta@pvamu.edu Abstract With an enormous amount of data stored

More information

Azure Machine Learning, SQL Data Mining and R

Azure Machine Learning, SQL Data Mining and R Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Exploration is a process of discovery. In the database exploration process, an analyst executes a sequence of transformations over a collection of data structures to discover useful

More information

SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY

SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY SECURITY METRICS: MEASUREMENTS TO SUPPORT THE CONTINUED DEVELOPMENT OF INFORMATION SECURITY TECHNOLOGY Shirley Radack, Editor Computer Security Division Information Technology Laboratory National Institute

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

Intelligent Web Techniques Web Personalization

Intelligent Web Techniques Web Personalization Intelligent Web Techniques Web Personalization Ling Tong Kiong (3089634) Intelligent Web Systems Assignment 1 RMIT University S3089634@student.rmit.edu.au ABSTRACT Web personalization is one of the most

More information

Data Mining Applications in Fund Raising

Data Mining Applications in Fund Raising Data Mining Applications in Fund Raising Nafisseh Heiat Data mining tools make it possible to apply mathematical models to the historical data to manipulate and discover new information. In this study,

More information

Chapter 20: Data Analysis

Chapter 20: Data Analysis Chapter 20: Data Analysis Database System Concepts, 6 th Ed. See www.db-book.com for conditions on re-use Chapter 20: Data Analysis Decision Support Systems Data Warehousing Data Mining Classification

More information

The Need for Training in Big Data: Experiences and Case Studies

The Need for Training in Big Data: Experiences and Case Studies The Need for Training in Big Data: Experiences and Case Studies Guy Lebanon Amazon Background and Disclaimer All opinions are mine; other perspectives are legitimate. Based on my experience as a professor

More information

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Overview This 4-day class is the first of the two data science courses taught by Rafal Lukawiecki. Some of the topics will be

More information

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Ernst van Waning Senior Sales Engineer May 28, 2010 Agenda SPSS, an IBM Company SPSS Statistics User-driven product

More information

Another Look at Sensitivity of Bayesian Networks to Imprecise Probabilities

Another Look at Sensitivity of Bayesian Networks to Imprecise Probabilities Another Look at Sensitivity of Bayesian Networks to Imprecise Probabilities Oscar Kipersztok Mathematics and Computing Technology Phantom Works, The Boeing Company P.O.Box 3707, MC: 7L-44 Seattle, WA 98124

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

Numerical Algorithms Group. Embedded Analytics. A cure for the common code. www.nag.com. Results Matter. Trust NAG.

Numerical Algorithms Group. Embedded Analytics. A cure for the common code. www.nag.com. Results Matter. Trust NAG. Embedded Analytics A cure for the common code www.nag.com Results Matter. Trust NAG. Executive Summary How much information is there in your data? How much is hidden from you, because you don t have access

More information

Using Data Mining to Detect Insurance Fraud

Using Data Mining to Detect Insurance Fraud IBM SPSS Modeler Using Data Mining to Detect Insurance Fraud Improve accuracy and minimize loss Highlights: combines powerful analytical techniques with existing fraud detection and prevention efforts

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

Using Data Mining to Detect Insurance Fraud

Using Data Mining to Detect Insurance Fraud IBM SPSS Modeler Using Data Mining to Detect Insurance Fraud Improve accuracy and minimize loss Highlights: Combine powerful analytical techniques with existing fraud detection and prevention efforts Build

More information

Frequency Matters. The keys to optimizing email send frequency

Frequency Matters. The keys to optimizing email send frequency The keys to optimizing email send frequency Email send frequency requires a delicate balance. Send too little and you miss out on sales opportunities and end up leaving money on the table. Send too much

More information

Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment

Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment Monte Carlo Simulations for Patient Recruitment: A Better Way to Forecast Enrollment Introduction The clinical phases of drug development represent the eagerly awaited period where, after several years

More information

Chapter 14 Managing Operational Risks with Bayesian Networks

Chapter 14 Managing Operational Risks with Bayesian Networks Chapter 14 Managing Operational Risks with Bayesian Networks Carol Alexander This chapter introduces Bayesian belief and decision networks as quantitative management tools for operational risks. Bayesian

More information

Analysis Concept and Methodology for Market Selection for IDE India Projects

Analysis Concept and Methodology for Market Selection for IDE India Projects Analysis Concept and Methodology for Market Selection for IDE India Projects Eric Weiss IDE M&E and MER Consultant October, 2002 Delhi, India Table of Contents 1.0 Introduction...2 2.0 Methodology Concept...2

More information

Bootstrapping Big Data

Bootstrapping Big Data Bootstrapping Big Data Ariel Kleiner Ameet Talwalkar Purnamrita Sarkar Michael I. Jordan Computer Science Division University of California, Berkeley {akleiner, ameet, psarkar, jordan}@eecs.berkeley.edu

More information

Recommendation Tool Using Collaborative Filtering

Recommendation Tool Using Collaborative Filtering Recommendation Tool Using Collaborative Filtering Aditya Mandhare 1, Soniya Nemade 2, M.Kiruthika 3 Student, Computer Engineering Department, FCRIT, Vashi, India 1 Student, Computer Engineering Department,

More information

Predictive analytics. The rise and value of predictive analytics in enterprise decision making

Predictive analytics. The rise and value of predictive analytics in enterprise decision making WHITE PAPER Predictive analytics The rise and value of predictive analytics in enterprise decision making Give me a long enough lever and a place to stand, and I can move the Earth. Archimedes, 250 B.C.

More information

Introduction. A. Bellaachia Page: 1

Introduction. A. Bellaachia Page: 1 Introduction 1. Objectives... 3 2. What is Data Mining?... 4 3. Knowledge Discovery Process... 5 4. KD Process Example... 7 5. Typical Data Mining Architecture... 8 6. Database vs. Data Mining... 9 7.

More information

Utility of Distrust in Online Recommender Systems

Utility of Distrust in Online Recommender Systems Utility of in Online Recommender Systems Capstone Project Report Uma Nalluri Computing & Software Systems Institute of Technology Univ. of Washington, Tacoma unalluri@u.washington.edu Committee: nkur Teredesai

More information

Working with telecommunications

Working with telecommunications Working with telecommunications Minimizing churn in the telecommunications industry Contents: 1 Churn analysis using data mining 2 Customer churn analysis with IBM SPSS Modeler 3 Types of analysis 3 Feature

More information

Strategic Sourcing Outlook: Emerging Techniques and Media

Strategic Sourcing Outlook: Emerging Techniques and Media Strategic Sourcing Outlook: Emerging Techniques and Media www.chandlermacleod.com Social Media The Future of Strategic Sourcing? It s often tempting to stick with the tried and true and focus simply on

More information

Prescriptive Analytics. A business guide

Prescriptive Analytics. A business guide Prescriptive Analytics A business guide May 2014 Contents 3 The Business Value of Prescriptive Analytics 4 What is Prescriptive Analytics? 6 Prescriptive Analytics Methods 7 Integration 8 Business Applications

More information

MEASURING EMPLOYEE EXPERIENCE TO DRIVE POSITIVE EMPLOYEE ENGAGEMENT A FORESEE WHITE PAPER

MEASURING EMPLOYEE EXPERIENCE TO DRIVE POSITIVE EMPLOYEE ENGAGEMENT A FORESEE WHITE PAPER MEASURING EMPLOYEE EXPERIENCE TO DRIVE POSITIVE EMPLOYEE ENGAGEMENT A FORESEE WHITE PAPER 2014 ForeSee 2 MEASURING EMPLOYEE EXPERIENCE TO DRIVE POSITIVE EMPLOYEE ENGAGEMENT TABLE OF CONTENTS All Employee

More information

Chapter 7: Data Mining

Chapter 7: Data Mining Chapter 7: Data Mining Overview Topics discussed: The Need for Data Mining and Business Value The Data Mining Process: Define Business Objectives Get Raw Data Identify Relevant Predictive Variables Gain

More information

Confirmation Bias as a Human Aspect in Software Engineering

Confirmation Bias as a Human Aspect in Software Engineering Confirmation Bias as a Human Aspect in Software Engineering Gul Calikli, PhD Data Science Laboratory, Department of Mechanical and Industrial Engineering, Ryerson University Why Human Aspects in Software

More information

On Correlating Performance Metrics

On Correlating Performance Metrics On Correlating Performance Metrics Yiping Ding and Chris Thornley BMC Software, Inc. Kenneth Newman BMC Software, Inc. University of Massachusetts, Boston Performance metrics and their measurements are

More information

Contrasting Xpriori Insight with Traditional Statistical Analysis, Data Mining and Online Analytical Processing

Contrasting Xpriori Insight with Traditional Statistical Analysis, Data Mining and Online Analytical Processing Xpriori Technical Paper Contrasting Xpriori Insight with Traditional Statistical Analysis, Data Mining and Online Analytical Processing by Chris Brandin Release 1.1 Xpriori, LLC 2864 S. Circle Dr. Ste.

More information

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and Financial Institutions and STATISTICA Case Study: Credit Scoring STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table of Contents INTRODUCTION: WHAT

More information

Predictive Models for Enhanced Audit Selection: The Texas Audit Scoring System

Predictive Models for Enhanced Audit Selection: The Texas Audit Scoring System Predictive Models for Enhanced Audit Selection: The Texas Audit Scoring System FTA TECHNOLOGY CONFERENCE 2003 Bill Haffey, SPSS Inc. Daniele Micci-Barreca, Elite Analytics LLC Agenda ß Data Mining Overview

More information

Contact Recommendations from Aggegrated On-Line Activity

Contact Recommendations from Aggegrated On-Line Activity Contact Recommendations from Aggegrated On-Line Activity Abigail Gertner, Justin Richer, and Thomas Bartee The MITRE Corporation 202 Burlington Road, Bedford, MA 01730 {gertner,jricher,tbartee}@mitre.org

More information

Dual Strategy based Negotiation for Cloud Service During Service Level Agreement

Dual Strategy based Negotiation for Cloud Service During Service Level Agreement Dual Strategy based for Cloud During Level Agreement Lissy A Department of Information Technology Maharashtra Institute of Technology Pune, India lissyask@gmail.com Debajyoti Mukhopadhyay Department of

More information

Automated Collaborative Filtering Applications for Online Recruitment Services

Automated Collaborative Filtering Applications for Online Recruitment Services Automated Collaborative Filtering Applications for Online Recruitment Services Rachael Rafter, Keith Bradley, Barry Smyth Smart Media Institute, Department of Computer Science, University College Dublin,

More information

IBM's Fraud and Abuse, Analytics and Management Solution

IBM's Fraud and Abuse, Analytics and Management Solution Government Efficiency through Innovative Reform IBM's Fraud and Abuse, Analytics and Management Solution Service Definition Copyright IBM Corporation 2014 Table of Contents Overview... 1 Major differentiators...

More information

Diagnosis of Students Online Learning Portfolios

Diagnosis of Students Online Learning Portfolios Diagnosis of Students Online Learning Portfolios Chien-Ming Chen 1, Chao-Yi Li 2, Te-Yi Chan 3, Bin-Shyan Jong 4, and Tsong-Wuu Lin 5 Abstract - Online learning is different from the instruction provided

More information

Single Level Drill Down Interactive Visualization Technique for Descriptive Data Mining Results

Single Level Drill Down Interactive Visualization Technique for Descriptive Data Mining Results , pp.33-40 http://dx.doi.org/10.14257/ijgdc.2014.7.4.04 Single Level Drill Down Interactive Visualization Technique for Descriptive Data Mining Results Muzammil Khan, Fida Hussain and Imran Khan Department

More information

A Brief Study of the Nurse Scheduling Problem (NSP)

A Brief Study of the Nurse Scheduling Problem (NSP) A Brief Study of the Nurse Scheduling Problem (NSP) Lizzy Augustine, Morgan Faer, Andreas Kavountzis, Reema Patel Submitted Tuesday December 15, 2009 0. Introduction and Background Our interest in the

More information

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP ABSTRACT In data mining modelling, data preparation

More information

Achieve Better Ranking Accuracy Using CloudRank Framework for Cloud Services

Achieve Better Ranking Accuracy Using CloudRank Framework for Cloud Services Achieve Better Ranking Accuracy Using CloudRank Framework for Cloud Services Ms. M. Subha #1, Mr. K. Saravanan *2 # Student, * Assistant Professor Department of Computer Science and Engineering Regional

More information

Comparing Artificial Intelligence Systems for Stock Portfolio Selection

Comparing Artificial Intelligence Systems for Stock Portfolio Selection Abstract Comparing Artificial Intelligence Systems for Stock Portfolio Selection Extended Abstract Chiu-Che Tseng Texas A&M University Commerce P.O. BOX 3011 Commerce, Texas 75429 Tel: (903) 886-5497 Email:

More information

HOW TO EVALUATE TRAINING PROGRAMS

HOW TO EVALUATE TRAINING PROGRAMS 3 HOW TO EVALUATE TRAINING PROGRAMS Warren Bobrow Warren Bobrow, Ph.D., specializes in employee selection, manager assessment, program evaluation, and opinion surveys. He has worked in a diverse range

More information

Differentiating Mobile Service Plans Through Consumer Value Metrics

Differentiating Mobile Service Plans Through Consumer Value Metrics Introduction Mobile operators face an existential crisis: how to differentiate their brands and make their offers stand out in a marketplace that is increasingly crowded with similar plans. There are several

More information

LDAP andUsers Profile - A Quick Comparison

LDAP andUsers Profile - A Quick Comparison Using LDAP in a Filtering Service for a Digital Library João Ferreira (**) José Luis Borbinha (*) INESC Instituto de Enghenharia de Sistemas e Computatores José Delgado (*) INESC Instituto de Enghenharia

More information

What Does a Personality Look Like?

What Does a Personality Look Like? What Does a Personality Look Like? Arman Daniel Catterson University of California, Berkeley 4141 Tolman Hall, Berkeley, CA 94720 catterson@berkeley.edu ABSTRACT In this paper, I describe a visualization

More information

Survey of Big Data Benchmarking

Survey of Big Data Benchmarking Page 1 of 7 Survey of Big Data Benchmarking Kyle Cooper, kdc1@wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Abstract: The purpose of this paper is provide a survey of up to

More information

Personalization of Web Search With Protected Privacy

Personalization of Web Search With Protected Privacy Personalization of Web Search With Protected Privacy S.S DIVYA, R.RUBINI,P.EZHIL Final year, Information Technology,KarpagaVinayaga College Engineering and Technology, Kanchipuram [D.t] Final year, Information

More information

A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier

A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier G.T. Prasanna Kumari Associate Professor, Dept of Computer Science and Engineering, Gokula Krishna College of Engg, Sullurpet-524121,

More information

Product recommendations and promotions (couponing and discounts) Cross-sell and Upsell strategies

Product recommendations and promotions (couponing and discounts) Cross-sell and Upsell strategies WHITEPAPER Today, leading companies are looking to improve business performance via faster, better decision making by applying advanced predictive modeling to their vast and growing volumes of data. Business

More information

Predicting Defaults of Loans using Lending Club s Loan Data

Predicting Defaults of Loans using Lending Club s Loan Data Predicting Defaults of Loans using Lending Club s Loan Data Oleh Dubno Fall 2014 General Assembly Data Science Link to my Developer Notebook (ipynb) - http://nbviewer.ipython.org/gist/odubno/0b767a47f75adb382246

More information

Creative Innovation - The Impact of Collaboration on Product Performance

Creative Innovation - The Impact of Collaboration on Product Performance AN UNCOMMON SENSE OF THE CONSUMER HOW COLLABORATION DRIVES INNOVATION SUCCESS A BENCHMARK STUDY ON COLLABORATIVE IDEATION AND ITS IMPACT ON INNOVATION PERFORMANCE MARCH 2015 CONTENTS 03. INTRODUCTION 12.

More information

Can Annuity Purchase Intentions Be Influenced?

Can Annuity Purchase Intentions Be Influenced? Can Annuity Purchase Intentions Be Influenced? Jodi DiCenzo, CFA, CPA Behavioral Research Associates, LLC Suzanne Shu, Ph.D. UCLA Anderson School of Management Liat Hadar, Ph.D. The Arison School of Business,

More information

CAPTURING THE VALUE OF UNSTRUCTURED DATA: INTRODUCTION TO TEXT MINING

CAPTURING THE VALUE OF UNSTRUCTURED DATA: INTRODUCTION TO TEXT MINING CAPTURING THE VALUE OF UNSTRUCTURED DATA: INTRODUCTION TO TEXT MINING Mary-Elizabeth ( M-E ) Eddlestone Principal Systems Engineer, Analytics SAS Customer Loyalty, SAS Institute, Inc. Is there valuable

More information

Big Data More Is Not Always Better For Your Big Data Strategy

Big Data More Is Not Always Better For Your Big Data Strategy Big Data More Is Not Always Better For Your Big Data Strategy Abstract Everyone is talking about Big Data. Enterprises across the globe are spending significant dollars on it and endeavor with their strategy.

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

A Knowledge Management Framework Using Business Intelligence Solutions

A Knowledge Management Framework Using Business Intelligence Solutions www.ijcsi.org 102 A Knowledge Management Framework Using Business Intelligence Solutions Marwa Gadu 1 and Prof. Dr. Nashaat El-Khameesy 2 1 Computer and Information Systems Department, Sadat Academy For

More information

Database Marketing, Business Intelligence and Knowledge Discovery

Database Marketing, Business Intelligence and Knowledge Discovery Database Marketing, Business Intelligence and Knowledge Discovery Note: Using material from Tan / Steinbach / Kumar (2005) Introduction to Data Mining,, Addison Wesley; and Cios / Pedrycz / Swiniarski

More information

Accurately and Efficiently Measuring Individual Account Credit Risk On Existing Portfolios

Accurately and Efficiently Measuring Individual Account Credit Risk On Existing Portfolios Accurately and Efficiently Measuring Individual Account Credit Risk On Existing Portfolios By: Michael Banasiak & By: Daniel Tantum, Ph.D. What Are Statistical Based Behavior Scoring Models And How Are

More information

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and Clustering Techniques and STATISTICA Case Study: Defining Clusters of Shopping Center Patrons STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table

More information

203.4770: Introduction to Machine Learning Dr. Rita Osadchy

203.4770: Introduction to Machine Learning Dr. Rita Osadchy 203.4770: Introduction to Machine Learning Dr. Rita Osadchy 1 Outline 1. About the Course 2. What is Machine Learning? 3. Types of problems and Situations 4. ML Example 2 About the course Course Homepage:

More information

Analysis of Internet Topologies

Analysis of Internet Topologies Analysis of Internet Topologies Ljiljana Trajković ljilja@cs.sfu.ca Communication Networks Laboratory http://www.ensc.sfu.ca/cnl School of Engineering Science Simon Fraser University, Vancouver, British

More information

Fuzzy Logic Based Revised Defect Rating for Software Lifecycle Performance. Prediction Using GMR

Fuzzy Logic Based Revised Defect Rating for Software Lifecycle Performance. Prediction Using GMR BIJIT - BVICAM s International Journal of Information Technology Bharati Vidyapeeth s Institute of Computer Applications and Management (BVICAM), New Delhi Fuzzy Logic Based Revised Defect Rating for Software

More information

Carrier Selection on Private Exchanges. Understanding the Impact of Price and Incumbency in a Multi-carrier Exchange Environment

Carrier Selection on Private Exchanges. Understanding the Impact of Price and Incumbency in a Multi-carrier Exchange Environment Carrier Selection on Private Exchanges Understanding the Impact of Price and Incumbency in a Multi-carrier Exchange Environment October, 2015 Table of Contents: Executive Summary...p. 3 Introduction...p.

More information

How to Win the Stock Market Game

How to Win the Stock Market Game How to Win the Stock Market Game 1 Developing Short-Term Stock Trading Strategies by Vladimir Daragan PART 1 Table of Contents 1. Introduction 2. Comparison of trading strategies 3. Return per trade 4.

More information

A Business Process Services Portal

A Business Process Services Portal A Business Process Services Portal IBM Research Report RZ 3782 Cédric Favre 1, Zohar Feldman 3, Beat Gfeller 1, Thomas Gschwind 1, Jana Koehler 1, Jochen M. Küster 1, Oleksandr Maistrenko 1, Alexandru

More information

The Basics of Graphical Models

The Basics of Graphical Models The Basics of Graphical Models David M. Blei Columbia University October 3, 2015 Introduction These notes follow Chapter 2 of An Introduction to Probabilistic Graphical Models by Michael Jordan. Many figures

More information

Studying Code Development for High Performance Computing: The HPCS Program

Studying Code Development for High Performance Computing: The HPCS Program Studying Code Development for High Performance Computing: The HPCS Program Jeff Carver 1, Sima Asgari 1, Victor Basili 1,2, Lorin Hochstein 1, Jeffrey K. Hollingsworth 1, Forrest Shull 2, Marv Zelkowitz

More information

Designing Ranking Systems for Consumer Reviews: The Impact of Review Subjectivity on Product Sales and Review Quality

Designing Ranking Systems for Consumer Reviews: The Impact of Review Subjectivity on Product Sales and Review Quality Designing Ranking Systems for Consumer Reviews: The Impact of Review Subjectivity on Product Sales and Review Quality Anindya Ghose, Panagiotis G. Ipeirotis {aghose, panos}@stern.nyu.edu Department of

More information

INTERACTIVE AUDIENCE SELECTION TOOL FOR DISTRIBUTING A MOBILE CAMPAIGN

INTERACTIVE AUDIENCE SELECTION TOOL FOR DISTRIBUTING A MOBILE CAMPAIGN INTERACTIVE AUDIENCE SELECTION TOOL FOR DISTRIBUTING A MOBILE CAMPAIGN Talya Porat, Lihi Naamani-Dery, Lior Rokach and Bracha Shapira Deutsche Telekom Laboratories at Ben Gurion University Beer Sheva,

More information

Beating the NCAA Football Point Spread

Beating the NCAA Football Point Spread Beating the NCAA Football Point Spread Brian Liu Mathematical & Computational Sciences Stanford University Patrick Lai Computer Science Department Stanford University December 10, 2010 1 Introduction Over

More information

BI forward: A full view of your business

BI forward: A full view of your business IBM Software Business Analytics Business Intelligence BI forward: A full view of your business 2 BI forward: A full view of your business Contents 2 Introduction 3 BI for today and the future 4 Predictive

More information

IT services for analyses of various data samples

IT services for analyses of various data samples IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical

More information

Addressing customer analytics with effective data matching

Addressing customer analytics with effective data matching IBM Software Information Management Addressing customer analytics with effective data matching Analyze multiple sources of operational and analytical information with IBM InfoSphere Big Match for Hadoop

More information

Risk Knowledge Capture in the Riskit Method

Risk Knowledge Capture in the Riskit Method Risk Knowledge Capture in the Riskit Method Jyrki Kontio and Victor R. Basili jyrki.kontio@ntc.nokia.com / basili@cs.umd.edu University of Maryland Department of Computer Science A.V.Williams Building

More information

Predictive Coding Defensibility

Predictive Coding Defensibility Predictive Coding Defensibility Who should read this paper The Veritas ediscovery Platform facilitates a quality control workflow that incorporates statistically sound sampling practices developed in conjunction

More information

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES Translating data into business value requires the right data mining and modeling techniques which uncover important patterns within

More information

The data quality benchmark report. How practitioners today are managing and using valuable data to generate actionable insight

The data quality benchmark report. How practitioners today are managing and using valuable data to generate actionable insight The data quality benchmark report How practitioners today are managing and using valuable data to generate actionable insight An Experian Data Quality White Paper January 2015 CONTENTS About the study

More information

CRM and Relationship Profitability in Banking

CRM and Relationship Profitability in Banking Corporate Technology Solutions CRM and Relationship Profitability in Banking A White Paper by Haitham Salawdeh 1. Executive Overview... 3 2. It is the relationships that count... 4 3. Sharing Profitability

More information

2015 Workshops for Professors

2015 Workshops for Professors SAS Education Grow with us Offered by the SAS Global Academic Program Supporting teaching, learning and research in higher education 2015 Workshops for Professors 1 Workshops for Professors As the market

More information

Making confident decisions with the full spectrum of analysis capabilities

Making confident decisions with the full spectrum of analysis capabilities IBM Software Business Analytics Analysis Making confident decisions with the full spectrum of analysis capabilities Making confident decisions with the full spectrum of analysis capabilities Contents 2

More information

Automated Statistical Modeling for Data Mining David Stephenson 1

Automated Statistical Modeling for Data Mining David Stephenson 1 Automated Statistical Modeling for Data Mining David Stephenson 1 Abstract. We seek to bridge the gap between basic statistical data mining tools and advanced statistical analysis software that requires

More information

Hospital Billing Optimizer: Advanced Analytics Solution to Minimize Hospital Systems Revenue Leakage

Hospital Billing Optimizer: Advanced Analytics Solution to Minimize Hospital Systems Revenue Leakage Hospital Billing Optimizer: Advanced Analytics Solution to Minimize Hospital Systems Revenue Leakage Profit from Big Data flow 2 Tapping the hidden assets in hospitals data Revenue leakage can have a major

More information