Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Data Mining in Your IT Systems Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd

Similar presentations


Presentation on theme: "Using Data Mining in Your IT Systems Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd"— Presentation transcript:

1 Using Data Mining in Your IT Systems Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.co.uk

2 2 Objectives Solve common business and IT scenarios Understand how to use BIDS See it in action (about 70% afternoon for demos) Solve DM problems by choosing and parametrising correct DM algorithms The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material presented is not certain and may vary based on several factors. Microsoft makes no warranties, express, implied or statutory, as to the information in this presentation. © 2007 Project Botticelli Ltd & Microsoft Corp. Some slides contain quotations from copyrighted materials by other authors, as individually attributed. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Project Botticelli Ltd as of the date of this presentation. Because Project Botticelli & Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft and Project Botticelli cannot guarantee the accuracy of any information provided after the date of this presentation. Project Botticelli makes no warranties, express, implied or statutory, as to the information in this presentation. E&OE. This seminar is partly based on “Data Mining” book by ZhaoHui Tang and Jamie MacLennan, and also on Jamie’s presentations. Thank you to Jamie and to Donald Farmer for helping me in preparing this session. Thank you to Roni Karassik for a slide. Thank you to Mike Tsalidis, Olga Londer, and Marin Bezic for all the support. Thank you to Maciej Pilecki for assistance with demos.

3 3 Agenda Overview of Techniques Scenarios: Customer Segmentation and Classification Analysing Sales Profitability and Risk Customer Needs Analysis Forecasting Other Scenarios

4 4 The Techniques

5 5 Microsoft DM Algorithms Designed for wide use Auto tuning and parameterisation They just work with little effort on your side Consistent and simple interface Why “Microsoft xxx”? There are few truly standard algorithms yet Each DM vendor has their own significant variations Microsoft invented some of the techniques E.g. Use of trees for regression or nested cases You can add 3 rd party and your own algorithms easily

6 6 Data Mining Algorithms AlgorithmDescription Decision Trees Finds the odds of an outcome based on values in a training set Association Rules Identifies relationships between cases Clustering Classifies cases into distinctive groups based on any attribute sets Naïve Bayes Clearly shows the differences in a particular variable for various data elements Sequence Clustering Groups or clusters data based on a sequence of previous events Time Series Analyzes and forecasts time-based data combining the power of ARTXP (developed by Microsoft Research) for short-term predictions with ARIMA (in SQL 2008) for long-term accuracy. Neural Nets Seeks to uncover non-intuitive relationships in data Linear Regression Determines the relationship between columns in order to predict an outcome Logistic Regression Determines the relationship between columns in order to evaluate the probability that a column will contain a specific state

7 7 Algorithm Matrix Time Series Sequence Clustering Neural Nets Naïve Bayes Logistic Regression Linear Regression Decision Trees Clustering Association Rules Classification Estimation Segmentation Association Forecasting Text Analysis Advanced Data Exploration

8 8 SCENARIO 1: CUSTOMER CLASSIFICATION & SEGMENTATION Who are our customers? Are there any relationships between their demographics and their interest in buying from us? Who should we concentrate on more?

9 9 Let’s Get Familiar with BIDS Business Intelligence Development Studio Offline and online modes Everything you do stays on the server Offline requires server admin privileges to deploy Process: 1.Define Data Sources and Data Source Views 2.Define Mining Structure and Models 3.Train (process) the Structures 4.Verify accuracy 5.Explore and visualise 6.Perform predictions 7.Deploy for other users 8.Regularly update and re-validate the Model

10 Demo 1.Using BIDS to Prepare for Data Mining

11 11 Data Mining Designer 1.Build a Mining Structure and its first Mining Model 2.Train (process) model 3.Validate model in the Accuracy Chart tab 4.Explore and visualise 5.Perform predictions

12 12 Microsoft Decision Trees Use for: Classification: churn and risk analysis Regression: predict profit or income Association analysis based on multiple predictable variable Builds one tree for each predictable attribute Fast

13 13 Decision Tree Parameters COMPLEXITY_PENALTY FORCE_REGRESSOR MAXIMUM_INPUT_ATTRIBUTES MAXIMUM_OUTPUT_ATTRIBUTES MINIMUM_SUPPORT SCORE_METHOD SPLIT_METHOD

14 Demo 1.Building a Data Mining Model for Customer Classification Using Microsoft Decision Trees 2.Exploring the Decision Tree

15 15 Microsoft Naïve Bayes Use for: Classification Association with multiple predictable attributes Assumes all inputs are independent Simple classification technique based on conditional probability

16 16 Naïve Bayes Parameters MAXIMUM_INPUT_ATTRIBUTES MAXIMUM_OUTPUT_ATTRIBUTES MAXIMUM_STATES MINIMUM_DEPENDENCY_PROBABILITY

17 17 Clustering Applied to Segmentation: Customer grouping, Mailing campaign Also: classification and regression Anomaly detection Discrete and continuous Note: “Predict Only” attributes not used for clustering

18 18 Clustering

19 19 Clustering Anomaly Detection Male Female Son Daughter Parent Age

20 20 Clustering Parameters CLUSTER_COUNT CLUSTER_SEED CLUSTERING_METHOD MAXIMUM_INPUT_ATTRIBUTES MAXIMUM_STATES MINIMUM_SUPPORT MODELLING_CARDINALITY SAMPLE_SIZE STOPPING_TOLERANCE

21 21 Neural Network Applied to Classification Regression Great for finding complicated relationship among attributes Difficult to interpret results Gradient Descent method AgeEducationSexIncome Input Layer Hidden Layers Output Layer Loyalty

22 22 Neural Network Parameters HIDDEN_NODE_RATIO HOLDOUT_PERCENTAGE HOLDOUT_SEED MAXIMUM_INPUT_ATTRIBUTES MAXIMUM_OUTPUT_ATTRIBUTES MAXIMUM_STATES SAMPLE_SIZE

23 Demo 1.Expanding Customer Classification and Segmentation with Microsoft Clustering, Naïve Bayes, and Neural Networks 2.Exploring and Visualising Patters Found with the Above

24 24 Validating Results Accuracy Viewer tabs run a full prediction against the holdout data Results compared to known holdout values and visualised: Classification Matrix – tedious but precise Lift Charts show how your model compares to a random uneducated guess Compare multiple algorithm results Two types of chart: generic and specific to a predicted value (e.g. [Total of Car Purchases] = 2) Profit Chart is a simple variation of a Lift Chart Not a real “profit” prediction, just a name

25 Demo 1.Verifying Results Using Classification Matrix 2.Validating Model Accuracy Using Two Types of Lift Charts

26 26 Improving Models Approaches: Change the algorithm Change model parameters Change inputs/outputs to avoid bad correlations Clean the data set Perhaps there are no good patterns in data Verify statistics (Data Explorer)

27 Demo 1.Improving Clustering Results by Parameterisation 2.Re-validating Customer Classification Models

28 28 SCENARIO 2: ANALYSING SALES What makes some of our products more successful? Why is a model or a brand favoured by some groups of clients? Can we recommend additional products on our web site automatically without annoying them?

29 29 First of All, Use: Decision Trees Especially with Nested Cases This subtly changes DT so it finds associations Clustering Naive Bayes Neural Networks And...

30 30 Association Rules Use for: Market basket analysis Cross selling and recommendations Advanced data exploration Finds frequent itemsets and rules Sensitive to parameters

31 31 Association Rules Parameters MINIMUM_SUPPORT MINIMUM_PROBABILITY MINIMUM_IMPORTANCE MINIMUM_ITEMSET_SIZE MAXIMUM_ITEMSET_COUNT MAXIMUM_ITEMSET_SIZE MAXIMUM_SUPPORT

32 Demo 1.Analysing Customer Needs with Decision Trees and No Nesting... 2.... and Decision Trees with Nested Cases 3.Using Association Rules to Find Shopping Preferences

33 33 SCENARIO 3: PROFITABILITY AND RISK Who are our most profitable customers? Can I predict profit of a future customer based on demographics? Should I give them a “Platinum Elite” card now?

34 34 Profitability and Risk Finding what makes a customer profitable is another example of classification Typically solved with: Decision Trees (Regression), Linear Regression, and Neural Networks or Logistic Regression Often used for prediction Important to predict probability of the predicted, or expected profit Risk scoring Logistic Regression and Neural Networks

35 35 Functions DMX functions can be used to build richer prediction expressions Predict statistical measures: PredictProbability PredictHistogram Essential to use when predicting any values, in particular profit or risk

36 36 PredictProbability Similar for PredictAdjustedProbability, etc.

37 Demo 1.Analyzing and Predicting Lending Risk with a Named Query 2.Analyzing Profitability Using Multiple Algorithms 3.Performing Predictions in BIDS 4.Predicting in Excel Using Previously Deployed Models and “Data Mining” Tab

38 38 Cross-Validating Results: Reliability SQL Server 2008 X iterations of retraining and retesting the model Results from each test statistically collated Model deemed accurate (and perhaps reliable) when variance is low and results meet expectations

39 Demo 1.Cross-validation of Models’ Reliability

40 40 SCENARIO 4: CUSTOMER NEEDS ANALYSIS How do they behave? What are they likely to do once they bought that really expensive car? Should I intervene?

41 41 What is a Sequence? To discover the most likely beginning, paths, and ends of a customer’s journey through our domain consider using: Association Rules Sequence Clustering

42 42 Sequence Clustering Analysis of: Customer behaviour Transaction patterns Click stream Customer segmentation Sequence prediction Mix of clustering and sequence technologies Groups individuals based on their profiles including sequence data

43 43 Sequence Data Cust ID Age Marital Status Car Purchases Seq IDBrand 135M1Porch-A 2Bamborgini 3Kexus 220S1Wagen 2Voovo 3 357M1Voovo 2T-Yota

44 44 Sequence Clustering Parameters CLUSTER_COUNT MAXIMUM_SEQUENCE_STATES MAXIMUM_STATES MINIMUM_SUPPORT

45 Demo 1.Analysing Customer Transaction Behaviour Using Sequence Clustering 2.Analysing Events Leading to Customer Loss using Sequence Clustering

46 46 SCENARIO 5: FORECASTING What are my sales going to be like in the next few months? Will I have credit problems? Will my server need an upgrade in the next 3 months?

47 47 Estimating Future Forecasting But: data often is very seasonal Seasonality detected by a Fast Fourier Transform Time Series SQL Server 2005 uses ARTXP (Auto Regressive Tree with Cross Prediction) For short term forecasting SQL Server 2008 uses a hybrid of improved ARTXP and industry-standard ARIMA (Auto Regressive Integrated Moving Average) Great for short and long-term forecasting

48 48 Time Series Uses: Forecast sales Inventory prediction Web hits prediction Stock value estimation Regression tree technology to describe and predict series values Tree allows multiple regressors

49 49 Auto-Regression

50 50 Regression Tree All Bread(t-2) >110 Bread(t-2) <=110 Milk(t-1) >120 Milk(t-1) <=120 Milk = 3.02 + 0.72*Bread(t-1) +0.31*Milk(t-1)

51 51 Input Data Format AFormat B

52 52 Time Series Parameters AUTO_DETECT_PERIODICITY COMPLEXITY_PENALTY HISTORIC_MODEL_COUNT HISTORIC_MODEL_GAP MAXIMUM_SERIES_VALUE MINIMUM_SERIES_VALUE MINIMUM_SUPPORT MISSING_VALUE_SUBSITUTION PERIODICITY_HINT

53 Demo 1.Forecasting Sales Using a Custom Model and BIDS 2.Forecasting Sales Using Table Analysis Tools in Excel

54 54 Performance Monitoring Issue: What is causing my servers to suffer? Is there a pattern to a failure that keeps repeating? Suggested Solution: 1.Time Series of a Performance Counter from a log, averaged and normalised 2.Sequence Clustering for events that occur in the application log for each transaction

55 Demo 1.Predicting Server Disk Utilisation Needs Using Time Series

56 56 OTHER SCENARIOS

57 57 Data Improvement During ETL Issue: Inconsistent or missing data during Extract-Transform- Load (data warehousing). Suggested Solution: 1.Decision Tree (or Clustering, Naive Bayes) model for existing data 2.Apply prediction in real-time as ETL is taking place 3.Flag each row containing predicted values row with a probability measure (it is not a fact)

58 58 Security Threat Detection Issue: Finding suspicious transactions and intruder detection. Suggested Solution: 1.Clustering (or Neural Network) to find small groups of outliers 2.Prediction of “just one row” transactional data to see if it belongs to the suspected cluster Or 1.Sequence Clustering of clicks to detect a known attack pattern

59 59 Web Site and Email Feedback Analysis Issue: What are the main issues our customers highlight? How can I quickly spot problem submissions that need a response? Suggested Solution: 1.Text extraction and tokenization using SSIS 2.Association Rules (or Sequence Clustering) of extracted tokens 3.Possible prediction of a previously suggested resolution or just classification of the submission

60 60 Resources Demos & newsletter: www.sqlserverdatamining.comwww.sqlserverdatamining.com AdventureWorksDW: www.codeplex.comwww.codeplex.com Book by Jamie MacLennan and ZhaoHui Tang “Data Mining with SQL Server 2005”, Wiley 2005, ISBN 0471462616 Also: www.beyeblogs.com/donaldfarmer blogs.msdn.com/jamiemac www.microsoft.com/sql/technologies/dm forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=81& SiteID=1forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=81& SiteID=1 SQL Server Books Online for all documentation Excellent seminars at www.microsoft.com/technetspotlightwww.microsoft.com/technetspotlight

61 61 Summary Data Mining is a key technology for Predictive Analysis, a major trend Intuitive with great visual feedback for quality May promote you to a keeper of knowledge Discover and explore the hidden knowledge that can make you and your company more successful

62 62 Questions and Answers Thank You!

63 63 © 2008 Microsoft Corporation & Project Botticelli Ltd. All rights reserved. The information herein is for informational purposes only and represents the opinions and views of Project Botticelli and/or Rafal Lukawiecki. The material presented is not certain and may vary based on several factors. Microsoft makes no warranties, express, implied or statutory, as to the information in this presentation. © 2007 Project Botticelli Ltd & Microsoft Corp. Some slides contain quotations from copyrighted materials by other authors, as individually attributed. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Project Botticelli Ltd as of the date of this presentation. Because Project Botticelli & Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft and Project Botticelli cannot guarantee the accuracy of any information provided after the date of this presentation. Project Botticelli makes no warranties, express, implied or statutory, as to the information in this presentation. E&OE.

64 64 BONUS SCENARIO: DATA ENTRY VALIDATION How can I detect incorrect data entry without hard-coding the rules? Intelligent applications?

65 65 What is So Special? Application behaviour evolves and follows the data mining model Influenced by real-world events caused by your application! We are creating a feedback loop from the application through its effects back to the application The “trick” that connects the two is the discovery of new emerging patterns and old patterns disappearing – the very job of DM

66 66 Mining Model Intelligent Application DM Engine Data To Predict DM Engine Predicted Data Training Data Mining Model DB data Client data Application log “Just one row” New Entry New Txion

67 67 Intelligent Application – Steps A Simplified View 1.Prepare the database for mining 2.Create and train the DM model on your data, consisting of both the inputs and actual outcomes 3.Test the model. If OK... 4.The model predicts outcomes 5.Make application logic depend on predicted outcomes (if, case etc.) 6.Update (and validate) the model periodically as data evolves

68 68 The Intelligent Bit in Our Apps Your “if” statement will test the value returned from a prediction – typically, predicted probability or outcome Steps: 1.Build a case (set of attributes) representing the transaction you are processing at the moment E.g. Shopping basket of a customer plus their shipping info 2.Execute a “ SELECT... PREDICTION JOIN ” on the pre- loaded mining model 3.Read returned attributes, especially case probability for a some outcome E.g. Probability > 50% that “TransactionOutcome=ShippingDeliveryFailure” 4.Your application has just made an intelligent decision! 5.Remember to refresh and retest the model regularly – daily?

69 69 Watch The Demo At... www.microsoft.com/technetspotlight Find my session “Build More Intelligent Applications Using Data Mining” from Microsoft TechEd Developers 2007 in Barcelona


Download ppt "Using Data Mining in Your IT Systems Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd"

Similar presentations


Ads by Google