Presentation is loading. Please wait.

Presentation is loading. Please wait.

University of Illinois at Urbana-Champaign 1 Analytical and Visual Data Mining Michael Welge Automated Learning Group, NCSA

Similar presentations


Presentation on theme: "University of Illinois at Urbana-Champaign 1 Analytical and Visual Data Mining Michael Welge Automated Learning Group, NCSA"— Presentation transcript:

1 University of Illinois at Urbana-Champaign 1 Analytical and Visual Data Mining Michael Welge welge@ncsa.uiuc.edu Automated Learning Group, NCSA www.ncsa.uiuc.edu/STI/ALG October 14, 1998

2 University of Illinois at Urbana-Champaign 2 Why Data Mining? -- Potential Applications Database analysis, decision support, and automation –Market and Sales Analysis –Fraud Detection –Manufacturing Process Analysis –Risk Analysis and Management –Experimental Results Analysis –Scientific Data Analysis –Text Document Analysis

3 University of Illinois at Urbana-Champaign 3 Data Mining: Confluence of Multiple Disciplines Database Systems, Data Warehouses, and OLAP Machine Learning Statistics Mathematical Programming Visualization High Performance Computing

4 University of Illinois at Urbana-Champaign 4 Data Mining: On What Kind of Data? Relational Databases Data Warehouses Transactional Databases Advanced Database Systems –Object-Relational –Spatial –Temporal –Text –Heterogeneous, Legacy, and Distributed –WWW

5 University of Illinois at Urbana-Champaign 5 Why Do We Need Data Mining? Leverage organization’s data assets –Only a small portion (typically - 5%-10%) of the collected data is ever analyzed –Data that may never be analyzed continues to be collected, at a great expense, out of fear that something which may prove important in the future is missed –Growth rates of data precludes traditional “manual intensive” approach

6 University of Illinois at Urbana-Champaign 6 Why Do We Need Data Mining? As databases grow, the ability to support the decision support process using traditional query languages become infeasible –Many queries of interest are difficult to state in a query language ( Query formulation problem) –“find all cases of fraud” –“find all individuals likely to buy a FORD Expedition” –“find all documents that are similar to this customers problem”

7 University of Illinois at Urbana-Champaign 7 Knowledge Discovery Process Data Mining: is a step in the knowledge discovery process consisting of particular algorithms (methods) that under some acceptable objective, produces a particular enumeration of patterns (models) over the data. Knowledge Discovery Process: is the process of using data mining methods (algorithms) to extract (identify) what is deemed knowledge according to the specifications of measures and thresholds, using a database along with any necessary preprocessing or transformations.

8 University of Illinois at Urbana-Champaign 8 Data Mining: A KDD Process

9 University of Illinois at Urbana-Champaign 9 Knowledge Discovery Process Application Domain First and foremost you must understand your data and your business. It may be that you wish to increase the response from a direct mail campaign. So do you want to build a model to: – increase the response rate – increase the value of the response Depending on your specific goal, the model you choose may be different.

10 University of Illinois at Urbana-Champaign 10 Knowledge Discovery - Selecting Data The task of selecting data begins with deciding what data is needed to solve the problem. Issues: –Database incompatibility –Data may be in an obscure form –Data is incomplete

11 University of Illinois at Urbana-Champaign 11 Knowledge Discovery - Preparing The Data Data may have to be loaded from legacy systems or external sources, stored, cleaned, and validated. Issues: –Data may be in a format incompatible for its end use –Data may have many missing, incomplete, or erroneous values –Field descriptions may be unclear, confusing, or have different meanings depending on the source –Data may be stale

12 University of Illinois at Urbana-Champaign 12 Knowledge Discovery - Transforming Data Considerable planning and knowledge of your data should go into the transformation decision. Data transformation are at the heart of developing a sound model.

13 University of Illinois at Urbana-Champaign 13 Knowledge Discovery - Types of Transformations Feature construction –applying a mathematical formula to existing data features Feature subset selection –removing columns which are not pertinent or redundant, or contain uninteresting predictors Aggregating data –grouping features together and finding sums, maximums, minimums, or averages Bin the data –breaking up continuous ranges into discrete segments

14 University of Illinois at Urbana-Champaign 14 Knowledge Discovery - Data Mining The process of building models differ among: –Supervised learning (classification, regression, time series problems) –Unsupervised learning (database segmentation) –Pattern identification and description (link analysis) Once you have decided on the model type, you must choose an method for building the model (decision tree, neural net, K-nearest neighbor ), then the algorithm (backpropagation)

15 University of Illinois at Urbana-Champaign 15 Knowledge Discovery - Analyze and Deploy Once the model is built, its implications must be understood. Graphical representations of relationships between independent and dependent variables may be necessary. Also, attention should be focused on important aspects of the model such as outliers or value. Model deployment may mean writing a new application, embedding into an existing system, or applying it to an existing data set. Model monitoring should be established.

16 University of Illinois at Urbana-Champaign 16 Required Effort for Each KDD Step

17 University of Illinois at Urbana-Champaign 17 What Data Mining Will Not Do What Data Mining Will Not Do Automatically find answers to questions you do not ask Constantly monitor your database for new and interesting relationships Eliminate the need to understand your business and your data Remove the need for good data analysis skills

18 University of Illinois at Urbana-Champaign 18 Data Mining Models and Methods

19 University of Illinois at Urbana-Champaign 19 Deviation Detection identify outliers in a dataset typical techniques - probability distribution contrasts, supervised/unsupervised learning hypothetical example: Point-of-sale fraud detection

20 University of Illinois at Urbana-Champaign 20 Fraud and Inappropriate Practice Prevention Background: Through regular review, HR has developed a collaborative relationship with its Sales Associates (SAs). Semi-annual meetings allow review of the SAs practices with similar SAs across the country. Goal: The approach is aimed at modifying SAs behavior to promote better service rather than at investigating and prosecuting SAs, although both strategies are employed.

21 University of Illinois at Urbana-Champaign 21 Fraud and Inappropriate Practice Prevention Business Objective: The focus of this project was on the recent and steady 12% annual rise in overrides. The overall business objective of the project was to find a way to ensure that the overrides were appropriate with out negatively affecting service provided by the SAs.

22 University of Illinois at Urbana-Champaign 22 Fraud and Inappropriate Practice Prevention Approach: To identify potential fraudulent overrides or overrides arising from inappropriate practices. To develop general profiles of the SAs practices in order to compare practice behavior of individual SAs.

23 University of Illinois at Urbana-Champaign 23 Fraud and Inappropriate Practice Prevention

24 University of Illinois at Urbana-Champaign 24 Database Segmentation regroup datasets into clusters that share common characteristics typical technique - unsupervised leaning (SOMs, K-Means) hypothetical example: Cluster all similar regimes (financial, free form text)

25 University of Illinois at Urbana-Champaign 25 Self Organizing Maps Example - Text Clustering This data is considered to be confidential and proprietary to Caterpillar and may only be used with prior written consent from Caterpillar.

26 University of Illinois at Urbana-Champaign 26 Predictive Modeling past data predicts future response typical technique - supervised learning (Artificial Neural Networks, Decision Trees, Naïve Bayesian) hypothetical example (classification): Who is most likely to respond to a direct mailing hypothetical example (predication): How will the German Stock Price Index perform in the next 3, 5, 7, days

27 University of Illinois at Urbana-Champaign 27 Predictive Modeling - Prior Probabilities

28 University of Illinois at Urbana-Champaign 28 Predictive Modeling - Posterior Probabilities

29 University of Illinois at Urbana-Champaign 29 Link Analysis relationships between records/attributes in datasets typical techniques - rule association, sequence discovery hypothetical example (rule association): When people buy a hammer they also buy nails 50% of the time hypothetical example ( sequence discovery): When people buy a hammer they also buy nails within the next 3 months 18% of the time, and within the subsequent 3 months 12% of the time

30 University of Illinois at Urbana-Champaign 30 Link Analysis (Rule Association) Given a database, find all associations of the form: IF THEN Prevalence = frequency of the LHS and RHS occurring together Predictability = fraction of the RHS out of all items with the LHS

31 University of Illinois at Urbana-Champaign 31 Rule Association - Basket Analysis

32 University of Illinois at Urbana-Champaign 32 Association Rules - Basket Analysis implies –prevalence = 4.99%, predictability = 22.89% implies –prevalence = 0.94%, predictability = 28.14% implies –prevalence = 2.11%, predictability = 38.22% implies –prevalence = 1.36%, predictability = 41.02% implies –prevalence = 1.16%, predictability = 38.01%

33 University of Illinois at Urbana-Champaign 33 Requirements For Successful Data Mining There is a sponsor for the application. The business case for the application is clearly understood and measurable, and the objectives are likely to be achievable given the resources being applied. The application has a high likelihood of having a significant impact on the business. Business domain knowledge is available. Good quality, relevant data in sufficient quantities is available.

34 University of Illinois at Urbana-Champaign 34 Requirements For Successful Data Mining The right people – business domain, data management, and data mining experts. People who have “been there and done that” For a first time project the following criteria could be added: The scope of the application is limited. Try to show results within 3-6 months. The data source should be limited to those that are well know, relatively clean and freely accessible.

35 University of Illinois at Urbana-Champaign 35 Rapid KD Development Environment

36 University of Illinois at Urbana-Champaign 36 Rapid KDD Development Environment

37 University of Illinois at Urbana-Champaign 37 Why Information Visualization Gain insight into the contents and complexity of the database being analyzed Vast amounts of under utilized data Time-critical decisions hampered Key information difficult to find Results presentation Reduced perceptual, interpretative, cognitive burden

38 University of Illinois at Urbana-Champaign 38 Typical Data Abstract corporate data Mostly discrete not continuous Often multi-dimensional Quantitative Text Historical or real-time

39 University of Illinois at Urbana-Champaign 39 Typical Applications Historical Data Analysis –Marketing Data Mining Analysis –Portfolio Performance Attribution –Fraud/Surveillance Analysis Decision Support –Financial Risk Management –Operations Planning –Military Strategic Planning Typical Applications

40 University of Illinois at Urbana-Champaign 40 Typical Applications (cont) Monitoring Real-Time Status –Industrial Process Control –Capital Markets Trading Management –Network Monitoring Management Reporting –Financial Reporting –Sales and Marketing Reporting

41 University of Illinois at Urbana-Champaign 41 Click on me.. I am an animation Marketing Data Mining Analysis

42 University of Illinois at Urbana-Champaign 42 Risk Management

43 University of Illinois at Urbana-Champaign 43 Capital Markets Trading Management

44 University of Illinois at Urbana-Champaign 44 Network Monitoring

45 University of Illinois at Urbana-Champaign 45 Industrial Process Control

46 University of Illinois at Urbana-Champaign 46 Crisis Monitoring Ground (Student) ViewAerial/Oracular (Instructor) View Normal IgnitedDestroyed Extinguished Fire Alarm Flooding Color code for compartment status Engulfed

47 University of Illinois at Urbana-Champaign 47 3D Financial Reporting

48 University of Illinois at Urbana-Champaign 48 Statistics Visualizer

49 University of Illinois at Urbana-Champaign 49 Scatter Visualizer

50 University of Illinois at Urbana-Champaign 50 Splat Visualizer

51 University of Illinois at Urbana-Champaign 51 Tree Visualizer

52 University of Illinois at Urbana-Champaign 52 Map Visualizer

53 University of Illinois at Urbana-Champaign 53 Decision Tree


Download ppt "University of Illinois at Urbana-Champaign 1 Analytical and Visual Data Mining Michael Welge Automated Learning Group, NCSA"

Similar presentations


Ads by Google