1 / 35

Data Mining, Warehousing, and Visualization

Data Mining, Warehousing, and Visualization. 1-1: The Modern Data Warehouse. A data warehouse is a copy of transaction data specifically structured for querying, analysis and reporting

craigcash
Download Presentation

Data Mining, Warehousing, and Visualization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Mining, Warehousing, and Visualization

  2. 1-1: The Modern Data Warehouse • A data warehouse is a copy of transaction data specifically structured for querying, analysis and reporting • Note that the data warehouse contains a copy of the transactions. These are not updated or changed later by the transaction system. • Also note that this data is specially structured, and may have been transformed when it was placed in the warehouse

  3. 1-2: Data Warehouse Roles and Structures The DW has the following primary functions: • It is a direct reflection of the business rules of the enterprise. • It is the collection point for strategic information. • It is the historical store of strategic information. • It is the source of information later delivered to data marts. • It is the source of stable data regardless of how the business processes may change.

  4. Position of the Data Warehouse Within the Organization

  5. Data Marts • A data mart is a smaller, more focused data warehouse. It reflects the business rules of a specific business unit. • The data mart does not need to cleanse its data because that was done when it went into the warehouse. • It is a set of tables for direct access by users. • These tables are designed for aggregation. • It typically is not a source for traditional statistical analysis.

  6. Decision Support Information Data Mart Data Mart Data Mart Data Delivery Decision Support Information Decision Support Information Position of the Data Mart Within the Organization

  7. Some of the benefits of a DW are: • Immediate information delivery • Data integration from across and even outside the organization • Future vision from historical trends • Tools for looking at data in new ways • Freedom from IS department resource limitations (you don’t need programmers to use a data warehouse)

  8. Examples of Common DW Applications

  9. What Does All This Mean? • On a daily basis, organizations turn to their data warehouses to answer a limitless variety of questions. • Nothing is free, however, and these benefits do come with a cost. • The value of a data warehouse is a result of the new and changed business processes it enables. • There are limitations, though. A DW cannot correct problems with the data, although it may help to clearly identify them.

  10. Comparison of Typical DW Costs and Benefits

  11. The Cost of Warehousing Data • Expenditures can be categorized as one-time initial costs or as recurring, ongoing costs. • The initial costs can further be identified as for hardware or software. • Expenditures can also be categorized as capital costs (associated with acquisition of the warehouse) or as operational costs (associated with running and maintaining the warehouse)

  12. Expenditures Associated with Building a DW

  13. Cost Are Highly Variable • A company that spends less money for their data warehouse is often happier with it. • The main justification for the development expense is that a DW reduces the cost of accessing the information owned by the organization. • Since information has to be retrieved just once (when it is placed in the warehouse), DW users see a lower cost on each report generated.

  14. Source System A Source System B Source System C Source System D Typical Multidatabase Report and Screen Generation Data download and transformation contribute to retrieval costs for every report or screen generated

  15. Source System A Organizational Data Warehouse Source System B Source System C Source System D Typical DW Report and Screen Generation Data upload and transformation costs occur just once. Retrieval costs are lower.

  16. Farmers and Explorers • Every corporation has two types of DW users. • Farmers know what they want before they set out to find it. They submit small queries and retrieve small nuggets of information. • Explorers are quite unpredictable. They often submit large queries. Sometimes they find nothing, sometimes they find priceless nuggets. • Cost justification for the DW is usually done on the basis of the results obtained by farmers since explorers are unpredictable.

  17. Legacy Systems Sales Data Mart Finance Data Mart Operational Data Store Marketing Data Mart Accounting Data Mart Operational Data Store Organizational Data Warehouse Operational Data Store Operational Data Store Data Marts and the Data Warehouse Legacy systems feed data to the warehouse. The warehouse feeds specialized information to departments.

  18. Organizational Data Warehouse • Corporate • Highly granular data • Normalized design • Robust historical data • Large data volume • Data Model driven data • Versatile • General purpose DBMS technologies Sales Data Mart Finance Data Mart Marketing Data Mart Accting Data Mart • Data Marts • Departmentalized • Summarized, aggregated data • Star join design • Limited historical data • Limited data volume • Requirements driven data • Focused on departmental needs • Multi-dimensional DBMS technologies Organizational Data Warehouse The Data Mart is More Specialized The data mart serves the needs of one business unit, not the organization.

  19. Foundations of Data Mining • Data mining is the process of using raw data to infer important business relationships. • Despite a consensus on the value of data mining, a great deal of confusion exists about what it is. • It is a collection of powerful techniques intended for analyzing large datasets. • There is no single data mining approach, but rather a set of techniques that can be used in combination with each other.

  20. The Roots of Data Mining • The approach has roots in practice dating back over 30 years. • In the early 1960s, data mining was called statistical analysis, and the pioneers were statistical software companies such as SAS and SPSS. • By the 1980s, the traditional techniques had been augmented by new methods such as fuzzy logic, heuristics and neural networks.

  21. A General Approach Although all data mining endeavors are unique, they possess a common set of process steps: • Infrastructure preparation – choice of hardware platform, the database system and one or more mining tools • Exploration – looking at summary data, sampling and applying intuition • Analysis – each discovered pattern is analyzed for significance and trends

  22. A General Approach (continued) • Interpretation – Once patterns have been discovered and analyzed, the next step is to interpret them. Considerations include business cycles, seasonality and the population the pattern applies to. • Exploitation – this is both a business and a technical activity. One way to exploit a pattern is to use it for prediction. Others are to package, price or advertise the product in a different way.

  23. A B A Perfect Correlation A B A Strong Correlation A B A Weak Correlation 1.8: The Approach to Data Exploration and Data Mining The basis for all data mining activities is correlation.

  24. The Spectrum of Correlation 1 .5 0 Perfect Moderate No Correlation Correlation Correlation • In general, a correlation coefficient is a number between 0 and 1 that shows strength of a relationship. • Some types of correlation are signed (±) to also show the direction of the relationship. • Even a weak correlation can be interesting, however, if it shows a trend over time.

  25. B A Data element vs. data element vs. A Data element vs. unit of time vs. B B B A B B B B B Data element vs. data element groups B B B B vs. A Data element vs. geography vs. A Data element vs. external trends vs. A Data element vs. demographics Methods to Determine Correlation vs. The method used depends on the type of elements being correlated.

  26. The Data Warehouse and Data Mining • Data mining does not require the use of a warehouse, but it may be the best foundation for mining. • If multiple analyses are run in sequence, the data need to be held constant (as in a DW). In an operational database, data change often. • Also important is that the data in the DW is integrated and stable

  27. Volumes of Data – The Biggest Challenge • The largest challenge a data miner may face is the sheer volume of data in the warehouse. • It is quite important, then, that summary data also be available to get the analysis started. • A major problem is that this sheer volume may mask the important relationships the analyst is interested in. • The ability to overcome the volume and visualize the data becomes quite important.

  28. Foundations of Data Visualization • One of the earliest known examples of data visualization was in London during the 1854 cholera epidemic. A map (next slide) helped to identify the source of the disease. • Modern visualization techniques grew from the twin technologies of computer graphics and high performance computing in the 1970s and 1980s. • One computer scientist who saw this trend arising was Douglas Engelbart in the 1950s.

  29. Dr. John Snow used a map to show the source of cholera was a water pump, thus proving the disease was water borne. Broad Street Pump

  30. Opportunity and Timing • Alternative input devices (light pen, sketch pad and mouse) began to appear in the 1960s. • In the 1970s, flight simulators became much more realistic when graphics replaced film. • In the same decade, special effects computers became entrenched in the entertainment industry. • In the 1980s, visualization grew more dynamic with applications like the animation of Los Angeles smog patterns.

  31. One of today’s more useful types of visualization is in simulators (both in games and in practice).This is the only way most of us will ever fly a Boeing 747.

  32. It is now both cheaper and safer to train commercial pilots on simulators.With good software, pilots can be placed in situations they may not ever see – until too late – in the cockpit.

  33. Day 2 Offshore Winds – Moderate Smog Particles Day 1 Swirling Winds – Light Smog Particles Day 3 Head-on View of Smog Particles and Streamlines A Sequence of Frames Animating LA Smog

  34. Number Crunching With a Difference • In the 1990s, rapid advances in chip technology, both at the CPU and the graphics processor, put data visualization everywhere. • Imagine trying to understand DNA sequences from just the numbers! • On the next slide, a Mapuccino display helps us see where the results from a text search come from.

More Related