Business Intelligence. Tutorial for Rapid Miner (Advanced Decision Tree and CRISP-DM Model with an example of Market Segmentation*)

Size: px
Start display at page:

Download "Business Intelligence. Tutorial for Rapid Miner (Advanced Decision Tree and CRISP-DM Model with an example of Market Segmentation*)"

Transcription

1 Business Intelligence Professor Chen NAME: Due Date: Tutorial for Rapid Miner (Advanced Decision Tree and CRISP-DM Model with an example of Market Segmentation*) Tutorial Summary Objective: Richard would like to figure out which customers he could expect to buy the new ereader and on what time schedule, based on the company s last release of a high-profile digital reader. How: The decision tree has enabled him to predict that and to determine how reliable the predictions are. He has also been able to determine which attributes are the most predictive of ereader adoption, and to find greater granularity (by switching Decision Tree s criteria from gain_ratio to gini_index PART I. Decision Trees with Two Datasets 1. Import two csv data set (training and scoring datasets) a. Be sure change from Semi-colon to Comma (, ) 2. Training dat aset with an additional attribute (i.e., ereader_adoption) in comparison with Scoring data set. 3. Add Set Role operator a. Add a Set Role operator to both datasets and change from User_ID to id b. Add another Set role operator to Training dataset and change the attribute of ereader_adoption to label (target attribute) 4. Add Decision Tree operator to Training dataset. Run it and obtain the solution of Graphic View (with three good predictors nodes with gray oval shapes; and four label attributes leaves with multicolored end points). PART II. MARKET SEGMENTATION by Combining Two DataSets 1. Add a new Apply Model operator and combining two datasets 2. Run again. 3. The solution of Graphic View remains the same; however, other results are obtained tree has been applied to the scoring data. It means that confidence attributes have been added. 4. From the Meta Data View: with logistic regression, four (4) confidence attributes have been created by RapidMiner, along with a prediction attribute (i.e., ereader_adoption) (Fig. 10-a on the Tutorial or Figure 10-9 in the North s text) 5. Switch to Data View and examine Row. 14: a. RapidMiner is very (but not 100%) convinced that person (Row 14, Fig ) is going to be a member of the early majority (88.9%). b. Despite some uncertainly, RapidMiner is completely sure that this person is not going to be an early adopter (0%). * Information is from Data Mining for the Masses by Matthew North (chapter 10) Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-1

2 CRISP-DM Methodology CRISP-DM stands for cross-industry process for data mining. The CRISP-DM methodology provides a structured approach to planning a data mining project. It is a robust and well-proven methodology. We are evangelists of its powerful practicality, its flexibility and its usefulness when using analytics to solve thorny business issues. It is the golden thread than runs through almost every client engagement. The CRISP-DM model is shown below. Six Phases of CRISP-DM Model [1] [2] [3] [6] [4] [5] We will explore this data mining example (with market segmentation) using CRIPS-DM methodology. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-2

3 Phase 1. Business Scenario (Business Understanding) Richard works for a large online retailer. His company is launching a next-generation ereader soon, and they want to maximize the effectiveness of their marketing. They have many customers, some of whom purchased one of the company s previous generation digital readers. Richard has noticed that certain types of people were the most anxious to get the previous generation device, while other folks seemed to content to wait to buy the electronic gadget later. He s wondering what makes some people motivated to buy something as soon as it comes out, while others are less driven to have the product. Richard s employer helps to drive the sales of its new ereader by offering specific products and services for the ereader through its massive web site - for example, ereader owners can use the company s web site to buy digital magazines, newspapers, books, music, and so forth. The company also sells thousands of other types of media, such as traditional printed books and electronics of every kind. Richard believes that by mining the customers data regarding general consumer behaviors on the web site, he ll be able to figure out which customers will buy the new ereader early, which ones will buy next, and which ones will buy later on. He hopes that by predicting when a customer will be ready to buy the next-gen ereader, he ll be able to time his target marketing (i.e., market segmentation) to the people most ready to respond to advertisements and promotions. Organizational Understanding and Diffusion of Innovation Theory ** Diffusion of Innovation Theory Definition: The process by which an innovation is communicated through certain channels over time among the members of a social system. Four elements: Innovation: an idea, practice, or object that is perceived as new by an individual or other unit of adoption. Communication channels: the means by which messages get from one individual to another. Time: a) innovation-decision process b) relative time with which an innovation is adopted c) innovation s rate of adoption Social system: a set of interrelated units that are engaged in joint problem solving to accomplish a common goal. ** By Everett Rogers in his book Diffusion of Innovations. Join when it is new Join when they perceive a benefit Join when there is a productivity gain Join when there is a plenty of help and support Join when they have to Numbers of adopters by group. Cumulative number of adopters over time. Critical Mass (Late Adopters) The diffusion of innovations according to Rogers. With successive groups of consumers adopting the new technology (shown in blue), its market share (yellow) will eventually reach the saturation level. In mathematics the S curve is known as the logistic function. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-3

4 Phase 2. Data Understanding Two Data Sets are listed below: 1. Scoring Data Set Online_Retailer_DataSet_Scoring.csv 2. Training Data Set Online_Retailer_DataSet_Training.csv Data file: Online_Retailer_DataSet_Scoring.csv (473 records) Data file: Online_Retailer_DataSet_Training.csv (661 records) Q: What is the difference (attributes) between these two data sets? Four possible values of ereader_adoption: [1] Innovator: purchase within the 1 st week [2] Early Adopter: purchase within 2 or 3 weeks [3] Early Majority: purchase > 3weeks but <= 2 months [4] Late Majority: purchase after the first two months Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-4

5 Meta Data on Data Sets Business Scenario Summary and Goal Richard has a list of customers and their probable adoption timings for the next-gen ereader. These customers are identifiable by the User_ID that was retained in the results perspective data but not used as a predictor in the model. Goal: He wants to these customers and begin a process of target marketing that is timely and relevant to each individual. The criteria and suggestions for segmenting customers are as follows: [1] Those who are most likely to purchase immediately (predicted innovators) can be contacted and encouraged to go ahead and buy as soon as the new product comes out. They may even want the option to pre-order the new device. On the other hand, perhaps very little marketing is needed to the predicted innovators, since they are predicted to be the most likely to buy the ereader in the first place. [2] Those who are probably likely to purchase earlier (often are opinion leaders, predicted early adopter) should be [3] Those who are less likely (predicted early majority) might need some persuasion, perhaps a free digital book or two with ereader purchase or a discount on digital music playable on the new ereader. [4] The least likely (predicted late majority), can be marketed to passively, or perhaps not at all if marketing budgets are tight and those dollars need to be spent incentivizing the most likely customers to buy. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-5

6 Phase 3. Data Preparation - Steps to Achieve the Goal Step A: Decision Tree Step B: Market Segmentation and HOW? (details please see Phase 4) Step A: Decision Trees Decision trees are excellent predictive models when the target attributes is categorical in nature (e.g., erader_adoption with five possible values), and when the data set is of mixed types. In some cases, decision trees are better than more statistics-based approaches at handling attributes that have missing or inconsistent values that are not handled as decision trees will work around such data and still generate usable results. Decision Trees with Training and Scoring Data Sets Decision trees are made of nodes and leaves (connected by labeled branch arrows), representing the best predictor attributes in a data set. The nodes and leaves lead to confidence percentages in the training data set, and can then be applied to similarly structured scoring data in order to generate predictions for the scoring observation. Decision tress provides us: a) What is predicted, b) How confident we can be in the prediction, and c) How we arrived at the prediction? shown in a graphical view. 1. Import the first data set (i.e., Online_Retailer_DataSet_Training.csv) into RapidMiner repository as shown in Fig. 1-a thru Fig. 1-g. a) Import Data Read CSV (since they both are *.csv files) b) Read CSV operator is created (by double click or Drag and drop). c) Make sure on Step 2 (of 4) change from Semicolon ; to Comma, on Column Separation box since the file is with csv format. d) Change the name of the operator (Read CSV) to Training as shown in Fig 1-f and 1-g. Fig 1-a Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-6

7 Fig 1-b Fig 1-c Fig 1-d Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-7

8 Fig 1-e Fig 1-f Fig 1-g Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-8

9 2. Repeat the step to import the second data set (i.e., Online_Retailer_DataSet_Scoring.csv) into RapidMiner repository and the result is shown in Fig. 2 Fig 2 3. RUN the model to examine the data and familiarize with the attributes. Hint: make sure connect the out port to the res port on the process area; otherwise, the result can t be produced. Fig 3 4. Data View for the Two Data Sets are illustrated in Fig 4-a and 4-b Fig 4-a Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-9

10 Fig 4-b 5. SAVE the two data sets and process into the Local Repository as shown in Fig 5-a and Fig 5-b. Why? a) Return to Design perspective b) Click on Training operator c) Select File then Save Process As d) Click data under Local Repository on the Repository Browser box d) Enter Online Retailer Training Data Set e) Repeat the same step for entering another data set of Online Retailer Scoring Data Set Note that saving the data or process is under same option of Save Process As you then select one of the choice of data or process Fig 5-a Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-10

11 Fig 5-b 6. Finally SAVE the process into the Local Repository (Fig 6) a) Return to Design perspective b) Click anywhere on the Process area c) Select File then Save Process As d) Select process under Local Repository on the Repository Browser box e) Enter Online Retailer ereader Adoption Project Fig 6 7. Our first goal (Step A) is to find a solution using Decision Tree as shown in Fig 7-a to Fig 7-c. a) While there are no missing or apparently inconsistent values in the data set, there is still some data preparation yet to do. First of all, the User_ID is an arbitrarily assigned value for each customer. Usesr_ID should not be included in the model as an independent variable. b) Rather than removing the attribute (User_ID) we will try a new way of handling a non-predictive attribute. This is accomplished using the Set Role operator. Using the search field in the Operators tab, find and add Set Role operators to both your training and scoring streams. Be sure to re-connect the ports from Set Role operators to res. c) In the Parameters area on the right hand side of the screen, set the role of the User_ID attribute to id. This will leave the attribute in the data set throughout the model, but it won t consider the attribute as a predictor Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-11

12 for the label attribute. Be sure to do this for both the training and scoring data sets, since the User_ID attribute is found in both of them. Fig 7-a Fig 7-b Fig 7-c 7. cont. d) One of the nice side-effects of setting an attribute s role to id rather than removing it using a Select Attributes operator is that it makes each record easier to match back to individual people later, when viewing predictions in results perspective. e) Before adding a Decision Tree operator, we still need to do another data preparation step by adding another Set Role operator. The Decision Tree operator, as with other predictive model operators we ve used to this point, expects the training stream to supply a label attribute. For this example, we want to predict which adopter group Richard s next-gen ereader customers are likely to be in. So our label will be ereader_adoption and it should be reset in the Set Role operator (Fig 7-d) f) Next add Decision Tree operator to your training stream as it is in Figure 7-e g) Finally, Run the model and switch to the Tree (Decision Tree) tab in results perspective. You will see our preliminary tree in Figure 8-a. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-12

13 Fig 7-d Fig 7-e 8. Interpretation of the Decision Tree view In the Decision Tree view (Figure 8-a) we can see what are referred to as nodes and leaves. The nodes are the gray oval shapes. They are attributes which serve as good predictors for our label attribute. The leaves are the multicolored end points that show us the distribution of categories from the label attribute that follow the branch of the tree to the point of that leaf. We can see in this tree that Website_Activity (on the top of the decision tree) is our best predictor of whether or not a customer is going to adopt (buy) the company s new ereader. If the person s activity is frequent or regular, we see that they are likely to be an Innovator or Early Adopter, respectively. If however, they seldom use the web site, then whether or not they ve bought digital books becomes the next best predictor of their ereader adoption category. If they have not bought digital books through the web site in the past, Age is another predictive attribute which forms a node, with younger folks adopting sooner than older ones. This is seen on the branches for the two leaves coming from the Age node in Fig 8-a. Those who seldom use the company s website, have never bought digital books on the site, and are older than 25 ½ are most likely to land in the Late Majority category, while those with the same profile but are under 25 ½ are bumped to the Early Majority prediction. In this example you can see how you read the nodes, leaves and branch labels as you move down through the tree. Fig 8-a Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-13

14 8. Cont. What information is still missed in Fig 8-b? This implies that we need to move to Phase 4. Fig 8-b Phase 4. Modeling Step B of achieving the Goal of Market Segmentation 1. With our predictor attributes prepared, we are now ready to move on to Step 4, Modeling. Save the process if needed. 2. Return to design perspective. In the Operators tab search for and add an Apply Model operator, bringing the training and scoring streams together. Ensure that both the lab (labelled attribute) and mod ports are connected to res ports in order to generate our desired outputs (Figure 9). Furthermore, exa (example) port in Set Role (2) operator and unl (unlabelled) port in Apply Model should be reconnected. Fig 9 3. Run the model. You will see familiar results the tree remains the same, for now. Click on the ExampleSet tab next to the Tree tab. Our tree has been applied to our scoring data. As was the case with logistic regression, confidence attributes (shown in Meta Data View) have been created by RapidMiner, along with a prediction attribute (Figure 10-a and 10-b) Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-14

15 Fig 10-a Fig 10-b Phase 5. Evaluation 1. Switch to Data View using the radio button. We see in Figure 10-b the prediction for each customer s adoption group, along with confidence percentages for each prediction. There are four confidence attributes, corresponding to the four possible values in the label (ereader_adoption). We interpret these the same way that we did with the other models though - the percentages add to 100%, and the prediction is whichever category yielded the highest confidence percentage. RapidMiner is very (but not 100%) convinced that person (Row 14, Figure 11) is going to be a member of the early majority (88.9%). Despite some uncertainty, RapidMiner is completely sure that this person is not going to be an early adopter (0%). Row no. 14 can be interpreted as: person is going to be a member of the early majority (88.9%). Despite some uncertainty, RapidMiner is completely sure that this person is not going to be an early adopter (0%). Question: What is the business implication? Answer: However, other persons are difficult to categorize accurately which segmentation they belong to? Why? How to resolve this issue? See further process after Deployment. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-15

16 Fig 11 Phase 6. Deployment Richard s original desire was to be able to figure out which customers he could expect to buy the new ereader and on what time schedule, based on the company s last release of a high-profile digital reader. The decision tree has enabled him to predict that and to determine how reliable the predictions are and the likelihood of buying for each group. He s also been able to determine which attributes are the most predictive of ereader adoption. In order to produce better results for market segmentation we need to find greater detail, or greater granularity in the model by using gini_index as the tree s underlying algorithm. We are now re-visiting the following phases: Phase 4 Modeling Phase 5 Evaluation Phase 6 Deployment Revisiting Phase 4. Modeling Revisiting 1. Remember that CRISP-DM is cyclical in nature, and that in some modeling techniques, especially those with less structured data, some back and forth trial-and-error can reveal more interesting patterns in data. 2. Switch back to design perspective, click on the Decision Tree operator, and in the Parameters area, change the criterion parameter from gain_ratio to gini_index, as shown in Figure Re-RUN the model. Fig. 12 Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-16

17 Phase 5. Evaluation Revisiting 1. We see in this tree (Figure 13-a) that there is much more detail, more granularity in using the Gini algorithm as our parameter for our decision tree. We could further modify the tree by going back to design view and changing the minimum number of items to form a node (size for split) or the minimum size for a leaf. Even accepting the defaults for those parameters though, we can see that the Gini algorithm alone is much more sensitive than is the Gain Ratio algorithm in identifying nodes and leaves. 2. Take a minute to explore around this new tree model. We will find that it is extensive, and that we will to use both the Zoom and Mode tools to see it all. We should find that most of our other independent variables (predictor attributes) are now being used, and the granularity with which Richard can identify each customer s likely adoption category is much greater. 3. How active the person is on Richard s employer s web site is still the single best predictor, but gender, and multiple levels of age have now also come into play. We will also find that a single attribute is sometimes used more than once in a single branch of the tree. Decision trees are a lot of fun to experiment with, and with a sensitive algorithm like Gini generating them, they can be tremendously interesting as well. Fig. 13-a 4. Switch to the ExampleSet tab in Data View. We see here (Figure 13-b) that changing our tree s underlying algorithm has, in some cases, also changed our confidence in the prediction. 5. Remember in the previous discussion that most of persons other than (Row.14) are difficult to categorize accurately which segmentation they belong to since many of them (e.g., those are in Early Adopter ) are calculated as having at least some percentage chance of landing in any one of the four adopter categories. Fig. 13-b Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-17

18 Interpretation: Let s take the person on Row 1 (ID 56031) as an example. Under the Gain Ratio algorithm, we were 41% sure he d be an early adopter, but almost 32% sure he might also turn out to be an innovator. In other words, we feel confident he ll buy the ereader early on, but we re not sure how early. Gain_Ratio algorithm Fig. 14-a Maybe that matters to Richard, maybe not. However, he will have to decide during the deployment phase. But perhaps using Gieni_Index, we can help him decide. Gini_Index algorithm Fig. 14-b In Figure 14-b, this same man is now shown to have a 60% chance of being an early adopter and only a 20% chance of being an innovator. The odds of him becoming part of the late majority crowd under the Gini model have dropped to zero. We know he will adopt (or at least we are predicting with 100% confidence that he will adopt), and that he will adopt early. Why? While he may not be at the top of Richard s list when deployment rolls around, he ll probably be higher than he otherwise would have been under gain_ratio. Note that while Gini has changed some of our predictions, it hasn t affected all of them. Re-check person ID briefly. There is no difference in this person s predictions under either algorithm - RapidMiner is quite certain in its predictions for this young man. Phase 6. Deployment Revisiting Richard now has a tree that shows him which attributes matter most in determining the likelihood of buying for each group. New marketing campaigns can use this information to focus more on increasing web site activity level, or on connecting general electronics that are for sale on the company s web site with the ereaders and digital media more specifically. These types of cross-categorical promotions can be further honed to appeal to buyers of a specific gender or in a given age range. Richard has much that he can use in this rich data mining output as he works to promote the next-gen ereader. Tutorial for RapidMiner Advanced Tree and CRISP-DM Model with Market Segmentation; Page-18

1 Choosing the right data mining techniques for the job (8 minutes,

1 Choosing the right data mining techniques for the job (8 minutes, CS490D Spring 2004 Final Solutions, May 3, 2004 Prof. Chris Clifton Time will be tight. If you spend more than the recommended time on any question, go on to the next one. If you can t answer it in the

More information

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS DATABASE MARKETING Fall 2015, max 24 credits Dead line 15.10. ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS PART A Gains chart with excel Prepare a gains chart from the data in \\work\courses\e\27\e20100\ass4b.xls.

More information

Start-up Companies Predictive Models Analysis. Boyan Yankov, Kaloyan Haralampiev, Petko Ruskov

Start-up Companies Predictive Models Analysis. Boyan Yankov, Kaloyan Haralampiev, Petko Ruskov Start-up Companies Predictive Models Analysis Boyan Yankov, Kaloyan Haralampiev, Petko Ruskov Abstract: A quantitative research is performed to derive a model for predicting the success of Bulgarian start-up

More information

Easily Identify Your Best Customers

Easily Identify Your Best Customers IBM SPSS Statistics Easily Identify Your Best Customers Use IBM SPSS predictive analytics software to gain insight from your customer database Contents: 1 Introduction 2 Exploring customer data Where do

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

BOR 6335 Data Mining. Course Description. Course Bibliography and Required Readings. Prerequisites

BOR 6335 Data Mining. Course Description. Course Bibliography and Required Readings. Prerequisites BOR 6335 Data Mining Course Description This course provides an overview of data mining and fundamentals of using RapidMiner and OpenOffice open access software packages to develop data mining models.

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Data Mining. SPSS Clementine 12.0. 1. Clementine Overview. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine

Data Mining. SPSS Clementine 12.0. 1. Clementine Overview. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine Data Mining SPSS 12.0 1. Overview Spring 2010 Instructor: Dr. Masoud Yaghini Introduction Types of Models Interface Projects References Outline Introduction Introduction Three of the common data mining

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

GeneSys. Unit Six.Two: Administering a 360 Project. genesysonline.net. psytech.com

GeneSys. Unit Six.Two: Administering a 360 Project. genesysonline.net. psytech.com GeneSys Unit Six.Two: Administering a 360 Project genesysonline.net Unit Six.Two: Objectives Add & Administer Sessions in a 360 Project Adding Individual 360 Sessions Bulk Importing 360 Sessions SELF Specified

More information

Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví. Pavel Kříž. Seminář z aktuárských věd MFF 4.

Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví. Pavel Kříž. Seminář z aktuárských věd MFF 4. Insurance Analytics - analýza dat a prediktivní modelování v pojišťovnictví Pavel Kříž Seminář z aktuárských věd MFF 4. dubna 2014 Summary 1. Application areas of Insurance Analytics 2. Insurance Analytics

More information

Easily Identify the Right Customers

Easily Identify the Right Customers PASW Direct Marketing 18 Specifications Easily Identify the Right Customers You want your marketing programs to be as profitable as possible, and gaining insight into the information contained in your

More information

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started.

Welcome! Want to find out more? Follow this tutorial, then launch Part 1 to get started. Welcome! Welcome to the Business Plan Wizard, an interactive learning environment all about business planning. You and two other students named Trina and Jordan are about to meet a Wizard who will show

More information

!"!!"#$$%&'()*+$(,%!"#$%$&'()*""%(+,'-*&./#-$&'(-&(0*".$#-$1"(2&."3$'45"

!!!#$$%&'()*+$(,%!#$%$&'()*%(+,'-*&./#-$&'(-&(0*.$#-$1(2&.3$'45 !"!!"#$$%&'()*+$(,%!"#$%$&'()*""%(+,'-*&./#-$&'(-&(0*".$#-$1"(2&."3$'45"!"#"$%&#'()*+',$$-.&#',/"-0%.12'32./4'5,5'6/%&)$).2&'7./&)8'5,5'9/2%.%3%&8':")08';:

More information

KnowledgeSEEKER Marketing Edition

KnowledgeSEEKER Marketing Edition KnowledgeSEEKER Marketing Edition Predictive Analytics for Marketing The Easiest to Use Marketing Analytics Tool KnowledgeSEEKER Marketing Edition is a predictive analytics tool designed for marketers

More information

Collaborative Forecasts Implementation Guide

Collaborative Forecasts Implementation Guide Collaborative Forecasts Implementation Guide Version 1, Summer 16 @salesforcedocs Last updated: June 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Sitecore E-Commerce DMS Cookbook

Sitecore E-Commerce DMS Cookbook Sitecore E-Commerce Services 1.2.0 Sitecore E-Commerce DMS Cookbook Rev: 2011-11-28 Sitecore E-Commerce Services 1.2.0 Sitecore E-Commerce DMS Cookbook A marketer's guide to Sitecore E-Commerce Services

More information

2 Decision tree + Cross-validation with R (package rpart)

2 Decision tree + Cross-validation with R (package rpart) 1 Subject Using cross-validation for the performance evaluation of decision trees with R, KNIME and RAPIDMINER. This paper takes one of our old study on the implementation of cross-validation for assessing

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

Tutorials for Project on Building a Business Analytic Model Using Data Mining Tool and Data Warehouse and OLAP Cubes IST 734

Tutorials for Project on Building a Business Analytic Model Using Data Mining Tool and Data Warehouse and OLAP Cubes IST 734 Cleveland State University Tutorials for Project on Building a Business Analytic Model Using Data Mining Tool and Data Warehouse and OLAP Cubes IST 734 SS Chung 14 Build a Data Mining Model using Data

More information

Setup Instructions for Secure Hummingbird FTP

Setup Instructions for Secure Hummingbird FTP Setup Instructions for Secure Hummingbird is the terminal emulation software that allows users to connect their pc to the mainframe in a secure environment. For example, this allows users to connect to

More information

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management

Using Excel as a Management Reporting Tool with your Minotaur Data. Exercise 1 Customer Item Profitability Reporting Tool for Management Using Excel as a Management Reporting Tool with your Minotaur Data with Judith Kirkness These instruction sheets will help you learn: 1. How to export reports from Minotaur to Excel (these instructions

More information

IBM SPSS Direct Marketing 23

IBM SPSS Direct Marketing 23 IBM SPSS Direct Marketing 23 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 23, release

More information

Example 3: Predictive Data Mining and Deployment for a Continuous Output Variable

Example 3: Predictive Data Mining and Deployment for a Continuous Output Variable Página 1 de 6 Example 3: Predictive Data Mining and Deployment for a Continuous Output Variable STATISTICA Data Miner includes a complete deployment engine with various options for deploying solutions

More information

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver Notes on Excel Forecasting Tools Data Table, Scenario Manager, Goal Seek, & Solver 2001-2002 1 Contents Overview...1 Data Table Scenario Manager Goal Seek Solver Examples Data Table...2 Scenario Manager...8

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

Free Trial - BIRT Analytics - IAAs

Free Trial - BIRT Analytics - IAAs Free Trial - BIRT Analytics - IAAs 11. Predict Customer Gender Once we log in to BIRT Analytics Free Trial we would see that we have some predefined advanced analysis ready to be used. Those saved analysis

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

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

IBM SPSS Direct Marketing 22

IBM SPSS Direct Marketing 22 IBM SPSS Direct Marketing 22 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 22, release

More information

Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign

Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign Role of Customer Response Models in Customer Solicitation Center s Direct Marketing Campaign Arun K Mandapaka, Amit Singh Kushwah, Dr.Goutam Chakraborty Oklahoma State University, OK, USA ABSTRACT Direct

More information

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

Tapping into Mobile App Installs. Building a Valuable User Base for Your App

Tapping into Mobile App Installs. Building a Valuable User Base for Your App Tapping into Mobile App Installs Building a Valuable User Base for Your App Introduction If your business has an app, or you re planning to launch one, you ve probably spent a lot of time thinking about

More information

Predictive modelling around the world 28.11.13

Predictive modelling around the world 28.11.13 Predictive modelling around the world 28.11.13 Agenda Why this presentation is really interesting Introduction to predictive modelling Case studies Conclusions Why this presentation is really interesting

More information

E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6

E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 E-Mail Campaign Manager 2.0 Marketer's Guide Rev: 2014-06-11 E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter

More information

Deployment of Predictive Models. Sumit Kumar Bardhan

Deployment of Predictive Models. Sumit Kumar Bardhan Deployment of Predictive Models Sumit Kumar Bardhan For more Information about Predictive Analytics Software, please visit our web site http://www.predictiveanalytics.in or contact Predictive Analytics

More information

insight for Importers and Exporters An industry-specific guide for your MYOB software

insight for Importers and Exporters An industry-specific guide for your MYOB software insight for Importers and Exporters An industry-specific guide for your MYOB software Contents Introduction 3 Preparing for multi-currency 5 Preparing multi-currency if you re an exporter 5 Preparing multi-currency

More information

DPL. Portfolio Manual. Syncopation Software, Inc. www.syncopation.com

DPL. Portfolio Manual. Syncopation Software, Inc. www.syncopation.com 1 DPL Portfolio Manual Syncopation Software, Inc. www.syncopation.com Copyright 2009 Syncopation Software, Inc. All rights reserved. Printed in the United States of America. March 2009: First Edition.

More information

ELECTRO-MECHANICAL PROJECT MANAGEMENT

ELECTRO-MECHANICAL PROJECT MANAGEMENT CHAPTER-9 ELECTRO-MECHANICAL PROJECT MANAGEMENT Y K Sharma,SDE(BS-E), 9412739241(M) E-Mail ID: yogeshsharma@bsnl.co.in Page: 1 Electro-mechanical Project Management using MS Project Introduction: When

More information

Lecture 10: Regression Trees

Lecture 10: Regression Trees Lecture 10: Regression Trees 36-350: Data Mining October 11, 2006 Reading: Textbook, sections 5.2 and 10.5. The next three lectures are going to be about a particular kind of nonlinear predictive model,

More information

Exercise 7.1 What are advertising objectives?

Exercise 7.1 What are advertising objectives? These exercises look at the topics in the context of a communications mix. We start with an examination of what advertising objectives are (Exercise 7.1). We then look at how to set advertising objectives

More information

CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts.

CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts. CRISP-DM, which stands for Cross-Industry Standard Process for Data Mining, is an industry-proven way to guide your data mining efforts. As a methodology, it includes descriptions of the typical phases

More information

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data

Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data Tutorial #7A: LC Segmentation with Ratings-based Conjoint Data This tutorial shows how to use the Latent GOLD Choice program when the scale type of the dependent variable corresponds to a Rating as opposed

More information

How to Use the Cash Flow Template

How to Use the Cash Flow Template How to Use the Cash Flow Template When you fill in your cash flow you are trying to predict the timing of cash in and out of your bank account to show the affect and timing for each transaction when it

More information

In-Depth Guide Advanced Spreadsheet Techniques

In-Depth Guide Advanced Spreadsheet Techniques In-Depth Guide Advanced Spreadsheet Techniques Learning Objectives By reading and completing the activities in this chapter, you will be able to: Create PivotTables using Microsoft Excel Create scenarios

More information

PloneSurvey User Guide (draft 3)

PloneSurvey User Guide (draft 3) - 1 - PloneSurvey User Guide (draft 3) This short document will hopefully contain enough information to allow people to begin creating simple surveys using the new Plone online survey tool. Caveat PloneSurvey

More information

Once you ve signed up, all you ll have to do is sign in. To sign in key in your e-mail address and password.

Once you ve signed up, all you ll have to do is sign in. To sign in key in your e-mail address and password. (1) www.marketwatch.com (2) Sign up for free membership. Pick one option. A. Click Free membership link. B. Click My Portfolios tab. C. Left column, at the bottom, click Join now! A B C Once you ve signed

More information

Google AdWords vs Google Analytics: Dissecting Remarketing Lists. Written by Carrie Albright, Senior Account Manager. hanapinmarketing.

Google AdWords vs Google Analytics: Dissecting Remarketing Lists. Written by Carrie Albright, Senior Account Manager. hanapinmarketing. Google AdWords vs Google Analytics: Dissecting Remarketing Lists Written by Carrie Albright, Senior Account Manager In PPC, the power of remarketing is undeniable. Being able to interact with those who

More information

Framing Business Problems as Data Mining Problems

Framing Business Problems as Data Mining Problems Framing Business Problems as Data Mining Problems Asoka Diggs Data Scientist, Intel IT January 21, 2016 Legal Notices This presentation is for informational purposes only. INTEL MAKES NO WARRANTIES, EXPRESS

More information

Didacticiel Études de cas

Didacticiel Études de cas 1 Theme Data Mining with R The rattle package. R (http://www.r project.org/) is one of the most exciting free data mining software projects of these last years. Its popularity is completely justified (see

More information

Alex Vidras, David Tysinger. Merkle Inc.

Alex Vidras, David Tysinger. Merkle Inc. Using PROC LOGISTIC, SAS MACROS and ODS Output to evaluate the consistency of independent variables during the development of logistic regression models. An example from the retail banking industry ABSTRACT

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

More information

DASYLab Techniques. Saving DASYLab data to an ASCII (text) readable file. Updated to reflect changes in DASYLab 13

DASYLab Techniques. Saving DASYLab data to an ASCII (text) readable file. Updated to reflect changes in DASYLab 13 DASYLab Techniques Saving DASYLab data to an ASCII (text) readable file Updated to reflect changes in DASYLab 13 The DASYLab Getting Started Guide provides examples for storing data using the DASYLab binary

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

IBM Unica Leads Version 8 Release 6 May 25, 2012. User Guide

IBM Unica Leads Version 8 Release 6 May 25, 2012. User Guide IBM Unica Leads Version 8 Release 6 May 25, 2012 User Guide Note Before using this information and the product it supports, read the information in Notices on page 33. This edition applies to version 8,

More information

Advisor Guide. www.grades First.com 1/2/13

Advisor Guide. www.grades First.com 1/2/13 2012 Advisor Guide www.grades First.com 1/2/13 Table of Contents Introduction. 1 Links and Support. 1 Mass Edit of Students 2-4 Home Tab... 5-9 Appointment Campaign 9-16 Home tab (Continued) 16-17 Search

More information

Data Mining Applications in Higher Education

Data Mining Applications in Higher Education Executive report Data Mining Applications in Higher Education Jing Luan, PhD Chief Planning and Research Officer, Cabrillo College Founder, Knowledge Discovery Laboratories Table of contents Introduction..............................................................2

More information

The Edge Editions of SAP InfiniteInsight Overview

The Edge Editions of SAP InfiniteInsight Overview Analytics Solutions from SAP The Edge Editions of SAP InfiniteInsight Overview Enabling Predictive Insights with Mouse Clicks, Not Computer Code Table of Contents 3 The Case for Predictive Analysis 5 Fast

More information

Fast Start Guide. A Single Access Solution that helps Loan Originators become more efficient and communicate more effectively.

Fast Start Guide. A Single Access Solution that helps Loan Originators become more efficient and communicate more effectively. Fast Start Guide A Single Access Solution that helps Loan Originators become more efficient and communicate more effectively. Welcome to American Financial Network Mortgage Insights Mortgage Analysis.

More information

Social Media. Measuring the ROI of. Optimize. Discover. Measure

Social Media. Measuring the ROI of. Optimize. Discover. Measure Measuring the ROI of Social Media With the rise in popularity of various social networking sites, it s clear that social media is an integral piece of a successful marketing mix; however, it has always

More information

5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS

5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS HIGH CONVERSION LAB 5 WAYS TO DOUBLE YOUR WEB SITE S SALES IN THE NEXT 12 MONTHS By Ryan Berg Head Profit Scientist at HighConversionLab.com The Struggle to Build a Thriving Online Business as the Internet

More information

Understanding Characteristics of Caravan Insurance Policy Buyer

Understanding Characteristics of Caravan Insurance Policy Buyer Understanding Characteristics of Caravan Insurance Policy Buyer May 10, 2007 Group 5 Chih Hau Huang Masami Mabuchi Muthita Songchitruksa Nopakoon Visitrattakul Executive Summary This report is intended

More information

Email Marketing Content Creation

Email Marketing Content Creation Email Marketing Content Creation Writing your way into the inbox. Email marketing is primarily a textual medium focusing on phrases, stories and sentences that are used to gain attention and hold it until

More information

Implementing a Customer Lifetime Value Predictive Model: Use Case

Implementing a Customer Lifetime Value Predictive Model: Use Case Implementing a Customer Lifetime Value Predictive Model: Use Case Since predictive algorithms are really just mathematical formulas that can be applied to many different problems, many organizations have

More information

Accounting Lab- Microsoft Dynamics GP 10.0

Accounting Lab- Microsoft Dynamics GP 10.0 Accounting Lab- Microsoft Dynamics GP 10.0 Student Name: Login ID: Managerial Accounting Lab, Budgeting Terminology contract A group of projects that a contractor completes for a customer, and for which

More information

Integrated Company Analysis

Integrated Company Analysis Using Integrated Company Analysis Version 2.0 Zacks Investment Research, Inc. 2000 Manual Last Updated: 8/11/00 Contents Overview 3 Introduction...3 Guided Tour 4 Getting Started in ICA...4 Parts of ICA

More information

Instructions for creating a data entry form in Microsoft Excel

Instructions for creating a data entry form in Microsoft Excel 1 of 5 You have several options when you want to enter data manually in Excel. You can enter data in one cell, in several cells at the same time, or on more than one worksheet (worksheet/spreadsheet: The

More information

ReceivablesVision SM Getting Started Guide

ReceivablesVision SM Getting Started Guide ReceivablesVision SM Getting Started Guide March 2013 Transaction Services ReceivablesVision Quick Start Guide Table of Contents Table of Contents Accessing ReceivablesVision SM...2 The Login Screen...

More information

Why Modern B2B Marketers Need Predictive Marketing

Why Modern B2B Marketers Need Predictive Marketing Why Modern B2B Marketers Need Predictive Marketing Sponsored by www.raabassociatesinc.com info@raabassociatesinc.com www.mintigo.com info@mintigo.com Introduction Marketers have used predictive modeling

More information

Analyzing Data Using Excel

Analyzing Data Using Excel Analyzing Data Using Excel What you will do: Create a spreadsheet Use formulas and basic formatting Import text files Save worksheets as web pages Add interactivity to web worksheets Use pivot tables Create

More information

Configuration Manager

Configuration Manager After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration

More information

Profit Strategies for Small Businesses

Profit Strategies for Small Businesses Profit Strategies for Small Businesses Tackling the Challenges of Internet Marketing If you re a small business owner, your goal is profitability. And marketing is the key to big profits. But small business

More information

Chapter 7. Who Wants My Product? Affinity-Based Marketing. Acronyms. 7.1 Introduction

Chapter 7. Who Wants My Product? Affinity-Based Marketing. Acronyms. 7.1 Introduction Chapter 7 Who Wants My Product? Affinity-Based Marketing Euler Timm viadee IT-Consultancy, Münster/Köln (Cologne), Germany Acronyms.......................................................................

More information

Tutorial: Get Running with Amos Graphics

Tutorial: Get Running with Amos Graphics Tutorial: Get Running with Amos Graphics Purpose Remember your first statistics class when you sweated through memorizing formulas and laboriously calculating answers with pencil and paper? The professor

More information

Creating Drawings in Pro/ENGINEER

Creating Drawings in Pro/ENGINEER 6 Creating Drawings in Pro/ENGINEER This chapter shows you how to bring the cell phone models and the assembly you ve created into the Pro/ENGINEER Drawing mode to create a drawing. A mechanical drawing

More information

IBM SPSS Direct Marketing 19

IBM SPSS Direct Marketing 19 IBM SPSS Direct Marketing 19 Note: Before using this information and the product it supports, read the general information under Notices on p. 105. This document contains proprietary information of SPSS

More information

Oracle Data Miner (Extension of SQL Developer 4.0)

Oracle Data Miner (Extension of SQL Developer 4.0) An Oracle White Paper September 2013 Oracle Data Miner (Extension of SQL Developer 4.0) Integrate Oracle R Enterprise Mining Algorithms into a workflow using the SQL Query node Denny Wong Oracle Data Mining

More information

COC131 Data Mining - Clustering

COC131 Data Mining - Clustering COC131 Data Mining - Clustering Martin D. Sykora m.d.sykora@lboro.ac.uk Tutorial 05, Friday 20th March 2009 1. Fire up Weka (Waikako Environment for Knowledge Analysis) software, launch the explorer window

More information

Oracle Data Mining Hands On Lab

Oracle Data Mining Hands On Lab Oracle Data Mining Hands On Lab Material provided by Oracle Corporation Vlamis Software Solutions is one of the most respected training organizations in the Oracle Business Intelligence community because

More information

WEB TRADER USER MANUAL

WEB TRADER USER MANUAL WEB TRADER USER MANUAL Web Trader... 2 Getting Started... 4 Logging In... 5 The Workspace... 6 Main menu... 7 File... 7 Instruments... 8 View... 8 Quotes View... 9 Advanced View...11 Accounts View...11

More information

37 Marketing Automation Best Practices David M. Raab Raab Associates Inc.

37 Marketing Automation Best Practices David M. Raab Raab Associates Inc. 37 Marketing Automation Best Practices David M. Raab Raab Associates Inc. Many companies today have installed marketing automation or demand generation software.* But buying a system is like joining a

More information

ZOINED RETAIL ANALYTICS. User Guide

ZOINED RETAIL ANALYTICS. User Guide ZOINED RETAIL ANALYTICS User Guide Contents Using the portal New user Profile Email reports Portal use Dashboard Drilling down into the data Filter options Analytics Managing analysis Saving the analysis

More information

This book serves as a guide for those interested in using IBM

This book serves as a guide for those interested in using IBM 1 Overview This book serves as a guide for those interested in using IBM SPSS/PASW Statistics software to aid in statistical data analysis whether as a companion to a statistics or research methods course

More information

The Google Guide to Search Advertising. How to make search advertising work for your business

The Google Guide to Search Advertising. How to make search advertising work for your business The Google Guide to Search Advertising How to make search advertising work for your business Contents Introduction... 2 Google AdWords: What s In It For You?... 2 5 Steps to Success: Setting Up & Maintaining

More information

Email Marketing for Website Owners: How to turn Clicks into Customers. Email Marketing from Constant Contact

Email Marketing for Website Owners: How to turn Clicks into Customers. Email Marketing from Constant Contact Email Marketing from Constant Contact Email Marketing for Website Owners: How to turn Clicks into Customers Constant Contact, Inc. 1601 Trapelo Road, Suite 329 Waltham, MA 02451 Phone: 1-866-899-3704 How

More information

CoolaData Predictive Analytics

CoolaData Predictive Analytics CoolaData Predictive Analytics 9 3 6 About CoolaData CoolaData empowers online companies to become proactive and predictive without having to develop, store, manage or monitor data themselves. It is an

More information

Process Optimizer Hands-on Exercise

Process Optimizer Hands-on Exercise IBM BPM in Action using WebSphere Lombardi Edition Process Optimizer Hands-on Exercise This lab will introduce you to the Lombardi Process Portal, which is an interface that enables process participants

More information

Web Analytics and the Importance of a Multi-Modal Approach to Metrics

Web Analytics and the Importance of a Multi-Modal Approach to Metrics Web Analytics Strategy Prepared By: Title: Prepared By: Web Analytics Strategy Unilytics Corporation Date Created: March 22, 2010 Last Updated: May 3, 2010 P a g e i Table of Contents Web Analytics Strategy...

More information

Using Adaptive Random Trees (ART) for optimal scorecard segmentation

Using Adaptive Random Trees (ART) for optimal scorecard segmentation A FAIR ISAAC WHITE PAPER Using Adaptive Random Trees (ART) for optimal scorecard segmentation By Chris Ralph Analytic Science Director April 2006 Summary Segmented systems of models are widely recognized

More information

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING

SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING SAS VISUAL ANALYTICS AN OVERVIEW OF POWERFUL DISCOVERY, ANALYSIS AND REPORTING WELCOME TO SAS VISUAL ANALYTICS SAS Visual Analytics is a high-performance, in-memory solution for exploring massive amounts

More information

Marketing and Query Guide

Marketing and Query Guide Marketing and Query Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model

Quick Start. Creating a Scoring Application. RStat. Based on a Decision Tree Model Creating a Scoring Application Based on a Decision Tree Model This Quick Start guides you through creating a credit-scoring application in eight easy steps. Quick Start Century Corp., an electronics retailer,

More information

Microsoft Office 365 Portal

Microsoft Office 365 Portal Microsoft Office 365 Portal Once you logon, you are placed in the Admin page if you are an adminstrator. Here you will manage permissions for SharePoint, install Office Professional for Windows users,

More information

Customer Life Time Value

Customer Life Time Value Customer Life Time Value Tomer Kalimi, Jacob Zahavi and Ronen Meiri Contents Introduction... 2 So what is the LTV?... 2 LTV in the Gaming Industry... 3 The Modeling Process... 4 Data Modeling... 5 The

More information

An Introduction to K12 s Online School (OLS)

An Introduction to K12 s Online School (OLS) An Introduction to K12 s Online School (OLS) 1 Introducing the Online School (OLS)... 6 Logging In... 6 OLS Home page... 8 My Account Menu... 9 To Edit Basic Account Information for Yourself... 9 Tip:

More information

QUICK START GUIDE. Cloud based Web Load, Stress and Functional Testing

QUICK START GUIDE. Cloud based Web Load, Stress and Functional Testing QUICK START GUIDE Cloud based Web Load, Stress and Functional Testing Performance testing for the Web is vital for ensuring commercial success. JAR:Load is a Web Load Testing Solution delivered from the

More information

UDW+ Quick Start Guide to Functionality 2013 Version 1.1

UDW+ Quick Start Guide to Functionality 2013 Version 1.1 to Functionality 2013 Version 1.1 Program Services Office & Decision Support Group Table of Contents Accessing UDW+... 2 System Requirements... 2 How to Login to UDW+... 2 Navigating within UDW+... 2 Home

More information

The Five Steps to Unlock $10,000/mo from Google Ad Grants for Nonprofits

The Five Steps to Unlock $10,000/mo from Google Ad Grants for Nonprofits The Five Steps to Unlock $10,000/mo from Google Ad Grants for Nonprofits A Detailed Guide to Qualify and Get Approved CREATED BY: CHANDLER PEROG, CERTIFIED GOOGLE ADWORDS SPECIALIST CONSULTANT, COMMUNITY

More information

Tutorial Customer Lifetime Value

Tutorial Customer Lifetime Value MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION 150211 Tutorial Customer Lifetime Value Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel and only

More information

In this presentation, you will be introduced to data mining and the relationship with meaningful use.

In this presentation, you will be introduced to data mining and the relationship with meaningful use. In this presentation, you will be introduced to data mining and the relationship with meaningful use. Data mining refers to the art and science of intelligent data analysis. It is the application of machine

More information