2/2/2011. Data source. Define a new data source. Connect to the Iris database in SQL Server Impersonation Information. Default option D B M G

Similar documents
Microsoft SQLServer Restore / Redirected Restore Procedure

MONAHRQ Installation Permissions Guide. Version 2.0.4

Implementing Data Models and Reports with Microsoft SQL Server

Data Mining with SQL Server Data Tools

IS466 Decision Support Systems. SQL Server Business Intelligence Development Studio 2008 User Guide

Using Microsoft Dynamics CRM for Analytical CRM: A Curriculum Package for Business Intelligence or Data Mining Courses

SQL Server 2014 BI. Lab 04. Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server Jump to the Lab Overview

Microsoft Access Rollup Procedure for Microsoft Office Click on Blank Database and name it something appropriate.

Creating Pivot Tables and Diagrams with Microsoft Excel, Visio and SQL Server 2008

SQL Express to SQL Server Database Migration MonitorIT v10.5

Delivering Business Intelligence With Microsoft SQL Server 2005 or 2008 HDT922 Five Days

Moving the Web Security Log Database

This white paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT.

OLAP Cube Manual deployment and Error resolution with limited licenses and Config keys

Using Time Matters Software as a Document Management System

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL

GETTING STARTED WITH SQL SERVER

IT462 Lab 5: Clustering with MS SQL Server

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint InfoPath 2013 Web Enabled (Browser) forms

Microsoft Implementing Data Models and Reports with Microsoft SQL Server

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Video Administration Backup and Restore Procedures

Print Audit 6 - How to Move Print Audit 6 and a SQL Server 2005 Express Database to a New Server

Setting Up Outlook on Workstation to Capture s

Creating a connection using Microsoft Excel 2007, 2010, 2013

Working with SQL Server Integration Services

Budgeting in QuickBooks

Technical Bulletin. SQL Express Backup Utility

SQL Server 2005: Report Builder

Jolly Server Getting Started Guide

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Moving the TRITON Reporting Databases

How to Backup and FTP your SQL database using E2.

MS 50511A The Microsoft Business Intelligence 2010 Stack

Implementing Data Models and Reports with Microsoft SQL Server

How to backup with R1soft

Tutorial. Patch Management

COC131 Data Mining - Clustering

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

Crystal Converter User Guide

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen.

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

Setting Preferences in QuickBooks

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

NAIP Consortium Strengthening Statistical Computing for NARS SAS Enterprise Business Intelligence

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

Message Classification user guide

Polar Help Desk 4.1. User s Guide

Configuring.NET based Applications in Internet Information Server to use Virtual Clocks from Time Machine

4cast Server Specification and Installation

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

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Data Mining for

Print Audit 6 - SQL Server 2005 Express Edition

Chapter 6. Using the SQL Server

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Turn on or off the Out of Office Assistant

Schools Remote Access Server

Creating Reports with Microsoft Dynamics AX SQL Reporting Services

Microsoft Corporation. Project Server 2010 Installation Guide

DALIBuildings SQL Server System Administrator Account Management. DALI programming guide

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010

PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Appendix L: Running Hazus-MH with SQL Server 2005

How to Copy A SQL Database SQL Server Express (Making a History Company)

EchoSign Integration

AxCMS.net Help & Support Center > Template Projects > Reporting Template Project

Quick start guide to using Attendant

Analyzing the Customer Experience. With Q-Flow and SSAS

Data Mining Algorithms Part 1. Dejan Sarka

Data Mining: STATISTICA

Orientation Course - Lab Manual

Kuali Requisition Training

Sales Person Commission

Combination Chart Extensible Visualizations. Product: IBM Cognos Business Intelligence Area of Interest: Reporting

SQL Server 2008 R2 Express Edition Installation Guide

Remote Media Encryption Log Management

Microsoft Data Warehouse in Depth

1. Go to your programs menu and click on Microsoft Excel.

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

MLS Setup Guide Set up custom export for MATRIX

User's Guide FairCom Performance Monitor

BID2WIN Workshop. Advanced Report Writing

Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY

I. Setting Listserv password

Preparing to Install SQL Server 2005

Table of Contents VISMA ANALYSIS VISMA ANALYSIS VISMA ANALYSIS

How To Create A Report In Excel

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Registration Instructions. Visual Basic 2010 Express Software

SharePoint 2013 PerformancePoint Services

Lab 02 Working with Data Quality Services in SQL Server 2014

How To Connect A Java To A Microsoft Database To An Ibm.Com Database On A Microsq Server On A Blackberry (Windows) Computer (Windows 2000) On A Powerpoint (Windows 5) On An Ubio.Com

Configuring Your Firewall for Client Access in Professional Edition

Transcription:

Data Mining in SQL Server 2005 SQL Server 2005 Data Mining structures SQL Server 2005 mining structures created and managed using Visual Studio 2005 Business Intelligence Projects Analysis Services Project The generated models are deployed into an Analysis Services database 2 Basic steps Loading the data into a SQL Server 2005 database Creating the project into Visual Studio 2005 Business Intelligence Projects Analysis Services Project Defining a data source view Data mining algorithm choice Parameter settings Project deploy Model generation and browsing Example: classification You want to create a classification model based on the Microsoft Decision Trees mining structure The data have been loaded into a SQL Server 2005 relation database Database name: Iris Training data: iristrain table Test data: iristest table 3 4 Creating the project Create a new project into Visual Studio 2005 Business Intelligence Projects Analysis Services Project 5 6 1

Data source Define a new data source Connect to the Iris database in SQL Server 2005 Impersonation Information Default option 7 8 D B 9 D B 10 D B 11 D B 12 2

Data source view Define a new data source view Choose only the tables you need to train and to test the model In this example, both iristrain and iristest tables are needed Name matching Disable the option create logical relationships by matching column 13 14 D B 15 D B 16 D B 17 D B 18 3

Analysis Server The models are stored into an Analysis Server database Define the Analysis Server and the data base where to store the models Deployment project properties 19 20 Model definition Create a new Mining Structure Choose the data source type Relational table Cube Choose a data mining algorithm Choose the data source and the table with training data Choose the table fields and their meaning Give a name to the model D B 21 D B 22 D B 23 D B 24 4

D B 25 D B 26 D B 27 D B 28 D B 29 D B 30 5

Model generation To create the model you have to deploy the model defined so far The model is saved into the Analysis Server database 31 32 D B 33 D B 34 Browsing the model Browse and analyze the generated model Choose Browse from the right click context menu of the Mining Structure D B 35 D B 36 6

D B 37 D B 38 Model validation Model validation can be performed classifying test data, i.e., new, previously unseen data Select the Mining Accuracy Chart tab Choose the test data Click the Select Case Table button from the Select Input Table(s) window In this example, choose the iristest table 39 40 D B 41 D B 42 7

Model validation Confusion matrix The Classification Matrix tab presents the confusion matrix obtained by classifying test data 43 44 Model validation Select the Lift Chart tab The Lift Chart allows to analyze the model performance regarding a particular class of test data Choose the class you want to evaluate the model on in the Column Mapping tab (at the bottom) Then, select the Lift Chart tab to see the result 45 46 Model validation Select Profit Chart from the combo box menu in the Lift Chart tab Useful for marketing campaign Profit analysis for different numbers of people contacted according to Used model Class (label) of the people to contact Overall population cardinality Fixed cost of the marketing campaign Individual cost for each contacted person Revenue for each individual D B 47 D B 48 8

D B 49 D B 50 Parameter settings Each model is characterized by some parameters The parameters set different features of the chosen mining structure, i.e., the data mining algorithm used by the model To set the mining structure parameters Select the Mining Models tab Select the Mining Structure e.g., Microsoft_Decision_Trees From the right click context menu, chose Set algorithm parameters D B 51 D B 52 D B 53 D B 54 9

D B 55 D B 56 10