Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d. WHAT S NEW IN SAS ANALYTICS 9.4

Size: px
Start display at page:

Download "Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d. WHAT S NEW IN SAS ANALYTICS 9.4"

Transcription

1 WHAT S NEW IN SAS ANALYTICS 9.4

2 AGENDA SAS ANALYTICS 13.1 SAS Enterprise Guide 6.1 SAS/STAT 13.1 SAS/ETS 13.1 SAS Enterprise Miner

3 SAS ANALYTICS 13.1 LATEST RELEASE OF SAS ANALYTIC SOFTWARE SAS ANALYTICS 13.1 was released in December Available on all platforms Requires Base SAS 9.4M1 Builds on the 12.1 and 12.3 releases See doc/miner/ for further information.

4 WHAT S NEW IN SAS ENTERPRISE GUIDE 6.1

5 SAS ENTERPRISE GUIDE 6.1 Release Objectives Leverage the capabilities of SAS 9.4 platform Ease-of-use for new Enterprise Guide users More for the developer New Analytic tasks

6 SAS ENTERPRISE GUIDE 6.1 WHAT S NEW The ability to analyze a SAS program to determine whether there are any possible internationalization issues. When you analyze a program for internationalization, SAS Enterprise Guide lists the lines of code that might be affected and suggests substitutions when possible Administration enhancements, such as the new stand-alone installer and application streaming support. The new installer is much smaller, thereby making it easier to install over a distributed deployment, especially using provisioning tools such as System Center Configuration Manager (SCCM).

7 SAS ENTERPRISE GUIDE 6.1 WHAT S NEW Improved programmer productivity with the new Log Summary window, which lists all the errors, warnings, and notes that were generated when the program ran, as well as related line numbers and a sample of the affected code The ability to use notes to add information to a process flow or to specific objects in the process flow Task Gallery Integration with SAS high-performance tools with the addition of the High-Performance Logistic and High- Performance Linear Regression tasks Improved Scheduler Windows Scheduler integration

8 SAS ENTERPRISE GUIDE 6.1 FOR THE PROGRAMMER/DEVELOPER Code or Log tab

9 SAS ENTERPRISE GUIDE 6.1 NOTES Note

10 SAS ENTERPRISE GUIDE 6.1 NOTES Note linked to program (or Task)

11 SAS ENTERPRISE GUIDE 6.1 TASK GALLERY

12 SAS ENTERPRISE GUIDE 6.1 TASK GALLERY ZOOM

13 SAS ENTERPRISE GUIDE 6.1 NEW RFM TASK

14 SAS ENTERPRISE GUIDE 6.1 HIGH PERFORMANCE PROCEDURES High performance

15 SAS ENTERPRISE GUIDE 6.1 SCHEDULING New Interface

16 DEMO SAS ENTERPRISE GUIDE 6.1

17 WHAT S NEW IN SAS/STAT?

18 SAS/STAT High Performance Procedures in 12.3 HP procedures included with existing SAS 9.4 analytic products; single machine mode processing available on SAS servers and desktops. Distributed mode requires High Performance Statistics (add-on). Statistics Data Mining and Text Mining Econometrics Time Series Data Preparation HPLOGISTIC HPREG HPLMIXED HPNLIN *HPSPLIT *HPGENSLECT HPREDUCE HPNEURAL HPFOREST HP4SCORE HPDECIDE HPTMINE HPTMSCORE HPCOUNTREG HPSEVERITY HPQLIM Operations Research HPLSO Forecasting *HPFORECAST HPDS2 HPDMDB HPSAMPLE HPSUMMARY HPIMPUTE HPBIN HPCORR *New for SAS 9.4 SAS/STAT 12.3 Documentation SAS/Stat High-Performance Procedure Documentation

19 HP PROCEDURES 12.3

20 HP PROCEDURES 12.3

21 EXAMPLE HPBIN PROCEDURE proc hpbin data=ex12 numbin=5; input x1/numbin=4; input x2; ods output Mapping=Mapping; run; proc hpbin data=ex12 WOE BINS_META=Mapping; target y/level=nominal order=desc; run; HPBIN Procedure Documentation

22 EXAMPLE HPIMPUTE PROCEDURE proc hpimpute data=sampsio.hmeq out=out1; input mortdue value clage debtinc; impute mortdue / value = 70000; impute value / method = mean; impute clage / method = random; impute debtinc / method = pmedian; run; HPIMPUTE Procedure Documentation

23 HP PROCEDURES 12.3

24 HP PROCEDURES 12.3

25 EXAMPLE HPGENSELECT PROCEDURE proc hpgenselect data=getstarted; class C1-C5; model Total = C1-C5 / Distribution=Tweedie Link=Log; File='ScoringParameters.txt'; run; code HPGENSELECT Procedure Documentation

26 EXAMPLE HPSPLIT PROCEDURE proc hpsplit data=sashelp.hmeq maxdepth=7 maxbranch=2; target BAD; input DELINQ DEROG JOB NINQ REASON / level=nom; input CLAGE CLNO DEBTINC LOAN MORTDUE VALUE YOJ / level=int; criterion entropy; prune misc / N <= 6; partition fraction(validate=0.2); rules file='hpsplhme2-rules.txt'; score out=scored2; run; HPSPLIT Procedure Documentation

27 SAS/STAT 13.1 KEY FEATURES OF SAS/STAT 13.1 Bayesian choice modeling Item response theory models Competing-risk model available in PROC PHREG Interval-censored survival analysis Sensitivity analysis for missing data

28 SAS/STAT 13.1 NEW PRODUCTION PROCEDURES Three procedures become production with the 13.1 release. These include: ADAPTIVEREG procedure for fitting multivariate adaptive regression spline models QUANTLIFE procedure for quantile regression for right-censored data QUANTSELECT procedure for model selection for quantile regression models

29 SAS/STAT 13.1 UPDATES FOR TABLE ANALYSES Mid p-values are now computed for exact tests offered in the FREQ procedure (and PROC NPAR1WAY). In addition: Score confidence intervals are available for odds ratios and relative risks. Mantel-Haenszel and summary score estimates of the common proportion difference are available.

30 SAS/STAT 13.1 HIGHLIGHTS OF OTHER ENHANCEMENTS The Tweedie distribution is now supported by the GENMOD procedure (and HPGENSELECT). The elastic net method is provided in the GLMSELECT procedure. PROC MCMC has been multithreaded, providing performance boosts for models with complex likelihoods and/or many random effects. Power for PROC GLM-type MANOVA and repeated measurements is now provided in PROC GLMPOWER. PROC SURVEYMEANS produces domain quantile estimates. SAS/STAT 13.1 Product Documentation

31 WHAT S NEW IN SAS/ETS?

32 SAS/ETS What is ETS? Collection of Econometric and Time Series procedures Some tools are explanatory (Econometric: Why do things happen?) and some are predictive (Forecasting: What will happen tomorrow?) Types of tools in SAS/ETS Data Aggregation Time Series Analysis Time Series Econometrics Cross-section Econometrics Panel Data Econometrics

33 SAS/ETS WHAT S NEW IN 13.1 Binary\Censored\Truncated Regression with Endogenous Regressors Bayesian Multivariate Models Compound Distribution Models for Aggregate Loss Modeling Vector autoregression computational enhancements New features for State-Space Modeling Access to Federal Reserve Economic Data (FRED)

34 ADDITIONAL FEATURES AUTOREG: multiple structural change tests Bai and Perron (1998) COUNTREG supports STORE, RESTORE and SCORE New procedures: HPCOPULA, HPCDM, HPPANEL PANEL: system GMM estimator by Blundell and Bond (1998) SASEXFSD: Uses FactSet FASTFetch web service SEVERITY: Support for scoring functions UCM: bootstrap-based procedure for computing the standard errors of the series and component forecasts

35 SAS/ETS ECONOMETRIC RESOURCES AT SAS Forecasting and Econometrics Community at communities.sas.com Full list of product features on SAS website at support.sas.com/ets Sample programs located at

36 WHAT S NEW IN SAS ENTERPRISE MINER 13.1

37 INNOVATIVE RELEASE PROVIDES NEW DATA MINING FEATURES Machine Learning HP Random Forest HP Support Vector Machines* HP Neural HP Cluster* Scalability HP Principal Comp* HP Generalized Linear Models* HP Bayesian Networks* Time Series Data Mining (3)* Productivity Open Source Integration* Register Models* Save Data* Clustered Mid-Tier Integrated Windows Authentication SAS Enterprise Miner 13.1 * New node or procedure ** Shipped in December 2013, requires Base SAS 9.4M1

38 SCALABLE IN- MEMORY ANALYTICS SAS HIGH-PERFORMANCE DATA MINING Use all of your data: Hadoop, Pivotal (Greenplum), Oracle, Teradata Model Extensively Iteratively, Frequently Make Informed Decisions

39 COMPLETE LIST OF SAS ENTERPRISE MINER 13.1 NODES SAMPLE Append Data Partition File Import Filter Merge Sample Input Data EXPLORE Association Cluster Graph Explore Variable Clustering DMDB MultiPlot Market Basket StatExplore Link Analysis Path Analysis Variable Selection SOM/Kohonen MODIFY Drop Impute Interactive Binning Principal Components Replacement Rules Builder Transform Variables Decision Tree AutoNeural Regression Neural Network Partial Least Squares Dmine Regression DM Neural Ensemble Rule Induction Gradient Boosting LARS MBR Two Stage Model Import MODEL Incremental Response Survival Analysis Credit Scoring* TS Correlation TS Data Prep TS Dimension Reduction TS Decomp. TS Similarity TS Exponential Smoothing HP Explore HP Impute HP Regression HP Transform HP Variable Selection HP Neural HP Forest HP Decision Tree HP Data Partition HP GLM HP SVM HP Cluster HP Principal Components ASSESS Cutoff Decisions Model Comparison Score Segment Profile UTILITY Control Point End Groups Start Groups Open Source Integration Reporter Score Code Export Metadata SAS Code Ext Demo Save Data Register Metadata *Requires Credit Scoring for SAS Enterprise Miner Add-on License

40 HP NODES ENTERPRISE MINER HP Cluster HP Data Partition HP Explore HP Forest HP GLM HP Impute HP Neural HP Principal Components HP Regression HP SVM HP Text Miner HP Transform HP Tree HP Variable Selection

41 SAS ENTERPRISE MINER 13.1 HP GENERALIZED LINEAR MODEL NODE Uses the high-performance HPGENSELECT procedure to fit a generalized linear model in a threaded or distributed computing environment Several response probability distributions and link functions are available Provides model selection methods

42 SAS ENTERPRISE MINER 13.1 HP PRINCIPAL COMPONENTS AND CLUSTER NODES Perform principal component analysis for data dimension reduction, a frequent intermediate step in the data mining process Perform k-means clustering analysis in threaded and distributed computing environments, using numeric interval variables as inputs

43 ENHANCED NODES HP NEURAL Provides a User-Defined Architecture, which gives users more control over the construction of the neural network. Users can specify the number of hidden layers, the number of hidden neurons, and associated activation functions for each layer. Users can configure Input and Target Standardizations, Target Error, and Activation Functions.

44 SAS ENTERPRISE HP SUPPORT VECTOR MACHINE NODE MINER 13.1 Enables the creation of linear and nonlinear support vector machine models Constructs separating hyperplanes that maximize the margin between two classes Enables use of a variety of kernels: linear, polynomial, radial basis function, and sigmoid function. The node also provides interior point and active set optimization methods.

45 ENHANCED NODES HP FOREST Allows users to optionally perform variable selection based on either OOB Average Error for interval targets or OOB marginal reduction for class targets.

46 SAS ENTERPRISE MINER 13.1 HIGH-PERFORMANCE BAYESIAN NETWORK PROCEDURE Analyzes different types of Bayesian network structures, including naive, tree-augmented naive (TAN), Bayesian networkaugmented naive (BAN), parentchild Bayesian network, and Markov blanket Performs efficient variable selection through independence tests, and automatically selects the best model from the specified parameters

47 NEW NODE OPEN SOURCE INTEGRATION NODE (R SUPPORT) Enables users to integrate R code (supervised and unsupervised models) inside a SAS Enterprise Miner process flow diagram Provides flexibility to include R code within a data mining flow, using SAS Enterprise Miner for data prep, R for modeling, and then SAS Enterprise Miner for deployment Includes R models in assessment of models generated by SAS Enterprise Miner and, in some R-generated PMML (Predictive Model Markup Language) cases, corresponding SAS DATA step scoring code

48 SAS ENTERPRISE MINER 13.1 TIME SERIES DATA MINING NODES Time Series Dimension Reduction node extracts features from each time series and reduces the dimension of time Time Series Correlation node helps you perform correlation and cross-correlation analyses Time Series Decomposition node enables you to perform seasonal decomposition of time series

49 NEW NODES REGISTER MODEL NODE Enables users to register segmentation, classification, or prediction models to the SAS Metadata Server. Models registered in metadata can then be accessed by Model Manager, Enterprise Miner, Web Services, etc Information about inputs, outputs, targets and SAS score code is registered to metadata.

50 NEW NODES SAVE DATA NODE Provides users a simple way to save training, validation, test, score, or transaction data from a SAS Enterprise Miner path to a user-defined path, or a previously defined SAS library. Data can be exported as a SAS table, a JMP file, an Excel 2010 spreadsheet, a flat CSV file, or a tab-delimited file.

51 ENHANCED NODES DECISION TREE NODE Enables users to import a previously created model and apply this model to new data. Adds High-Performance support for models that have interval targets. Adds the criterion for determining the associated splitting rules can be based on a reduction in variance, or by F test. Adds more flexibility and control exists when handling missing values. This means that the user can map missing values to either the largest branch, the most correlated branch, or to a separate branch.

52 SAS ENTERPRISE MINER RESOURCES

53 DEMO SAS ENTERPRISE MINER

54 SAS ENTERPRISE MINER RESOURCES What s New in SAS Enterprise Miner 13.1 (SAS Talk) SAS Predictive Analytics and Data Mining SAS Enterprise Miner Documentation SAS Enterprise Miner Online Community (Please Join!)

55 SAS ENTERPRISE MINER YOUTUBE VIDEOS What's new in SAS Enterprise Miner 13.1 YouTube HP GLM Node SAS High-Performance Text Mining Incremental Response Modeling Link Analysis in SAS Enterprise Miner 12.3 Survival Node in SAS Enterprise Miner

56 SNEAK PEAK AT WHAT S COMING SOON!

57 WHAT S COMING WHERE THERE S A a 13.2 will follow! Stay tuned for the 2014 summer release of SAS/STAT 13.2, including: Additional features for missing data analysis Additional updates to survival data analysis software More ordinal data analysis capabilities in PROC LOGISTIC And more, much more..

58 WHAT S COMING SAS STUDIO

59 IT S HERE SAS STUDIO

60 WHAT S COMING SAS IN-MEMORY ANALYTICS FOR HADOOP

61 WHAT S COMING SAS VISUAL STATISTICS

62 WHAT S COMING SAS ENTERPRISE MINER

63 WHAT S COMING ANALYTIC DIRECTIONS / ROADMAP More frequent analytic release schedule High Performance Computing Continued development in Bayesian Analysis & Modeling Analysis of Time-To-Event Data Missing Data Methods Modeling of Complex Data Current Directions in SAS/STAT Software Development Paper

64 QUESTIONS? Thank you for your time and attention! sas.com

SAS and Teradata Partnership

SAS and Teradata Partnership SAS and Teradata Partnership Ed Swain Senior Industry Consultant Energy & Resources Ed.Swain@teradata.com 1 Innovation and Leadership Teradata SAS Magic Quadrant for Data Warehouse Database Management

More information

ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES. Copyright 2013, SAS Institute Inc. All rights reserved.

ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES. Copyright 2013, SAS Institute Inc. All rights reserved. ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES STUNNING FACT Making the Modern World: Materials and Dematerialization - Vaclav Smil Trends in Platforms Hadoop Microsoft PDW COST PER TERABYTE

More information

Новое в аналитике SAS

Новое в аналитике SAS Новое в аналитике SAS Андрей Свирщевский Руководитель направлений Аналитики и Гарантирования Доходов САС Россия/СНГ Copyright 2013, SAS Institute Inc. All rights reserved. Содержание Версии продуктов Основные

More information

ENTERPRISE MINER UNIVERSITY OF AUCKLAND

ENTERPRISE MINER UNIVERSITY OF AUCKLAND SAS ENTERPRISE MINER UNIVERSITY OF AUCKLAND PHILLIP HIGGINS SAS PREDICTIVE ANALYTICS WHY IS IT IMPORTANT? Business Interest Data Growth Technology SAS PREDICTIVE ANALYTICS MOVING FROM REAR VIEW TO FORWARD

More information

WebFOCUS RStat. RStat. Predict the Future and Make Effective Decisions Today. WebFOCUS RStat

WebFOCUS RStat. RStat. Predict the Future and Make Effective Decisions Today. WebFOCUS RStat Information Builders enables agile information solutions with business intelligence (BI) and integration technologies. WebFOCUS the most widely utilized business intelligence platform connects to any enterprise

More information

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com

Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Silvermine House Steenberg Office Park, Tokai 7945 Cape Town, South Africa Telephone: +27 21 702 4666 www.spss-sa.com SPSS-SA Training Brochure 2009 TABLE OF CONTENTS 1 SPSS TRAINING COURSES FOCUSING

More information

What is Data Mining? MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling

What is Data Mining? MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling. MS4424 Data Mining & Modelling MS4424 Data Mining & Modelling MS4424 Data Mining & Modelling Lecturer : Dr Iris Yeung Room No : P7509 Tel No : 2788 8566 Email : msiris@cityu.edu.hk 1 Aims To introduce the basic concepts of data mining

More information

Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs

Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs 1.1 Introduction Lavastorm Analytic Library Predictive and Statistical Analytics Node Pack FAQs For brevity, the Lavastorm Analytics Library (LAL) Predictive and Statistical Analytics Node Pack will be

More information

ANALYTICS IN BIG DATA ERA

ANALYTICS IN BIG DATA ERA ANALYTICS IN BIG DATA ERA ANALYTICS TECHNOLOGY AND ARCHITECTURE TO MANAGE VELOCITY AND VARIETY, DISCOVER RELATIONSHIPS AND CLASSIFY HUGE AMOUNT OF DATA MAURIZIO SALUSTI SAS Copyr i g ht 2012, SAS Ins titut

More information

Make Better Decisions Through Predictive Intelligence

Make Better Decisions Through Predictive Intelligence IBM SPSS Modeler Professional Make Better Decisions Through Predictive Intelligence Highlights Easily access, prepare and model structured data with this intuitive, visual data mining workbench Rapidly

More information

Why is SAS Enterprise Miner important? For whom is SAS Enterprise Miner designed?

Why is SAS Enterprise Miner important? For whom is SAS Enterprise Miner designed? Fact Sheet What does SAS Enterprise Miner do? It streamlines the data mining process so you can create accurate predictive and descriptive analytical models using vast amounts of data. Our customers use

More information

Leveraging Ensemble Models in SAS Enterprise Miner

Leveraging Ensemble Models in SAS Enterprise Miner ABSTRACT Paper SAS133-2014 Leveraging Ensemble Models in SAS Enterprise Miner Miguel Maldonado, Jared Dean, Wendy Czika, and Susan Haller SAS Institute Inc. Ensemble models combine two or more models to

More information

Machine Learning with MATLAB David Willingham Application Engineer

Machine Learning with MATLAB David Willingham Application Engineer Machine Learning with MATLAB David Willingham Application Engineer 2014 The MathWorks, Inc. 1 Goals Overview of machine learning Machine learning models & techniques available in MATLAB Streamlining the

More information

Up Your R Game. James Taylor, Decision Management Solutions Bill Franks, Teradata

Up Your R Game. James Taylor, Decision Management Solutions Bill Franks, Teradata Up Your R Game James Taylor, Decision Management Solutions Bill Franks, Teradata Today s Speakers James Taylor Bill Franks CEO Chief Analytics Officer Decision Management Solutions Teradata 7/28/14 3 Polling

More information

Data Mining Using SAS Enterprise Miner : A Case Study Approach, Second Edition

Data Mining Using SAS Enterprise Miner : A Case Study Approach, Second Edition Data Mining Using SAS Enterprise Miner : A Case Study Approach, Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2003. Data Mining Using SAS Enterprise

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d.

EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER. Copyr i g ht 2013, SAS Ins titut e Inc. All rights res er ve d. EXPLORING & MODELING USING INTERACTIVE DECISION TREES IN SAS ENTERPRISE MINER ANALYTICS LIFECYCLE Evaluate & Monitor Model Formulate Problem Data Preparation Deploy Model Data Exploration Validate Models

More information

Agenda. Mathias Lanner Sas Institute. Predictive Modeling Applications. Predictive Modeling Training Data. Beslutsträd och andra prediktiva modeller

Agenda. Mathias Lanner Sas Institute. Predictive Modeling Applications. Predictive Modeling Training Data. Beslutsträd och andra prediktiva modeller Agenda Introduktion till Prediktiva modeller Beslutsträd Beslutsträd och andra prediktiva modeller Mathias Lanner Sas Institute Pruning Regressioner Neurala Nätverk Utvärdering av modeller 2 Predictive

More information

Data Mining Using SAS Enterprise Miner Randall Matignon, Piedmont, CA

Data Mining Using SAS Enterprise Miner Randall Matignon, Piedmont, CA Data Mining Using SAS Enterprise Miner Randall Matignon, Piedmont, CA An Overview of SAS Enterprise Miner The following article is in regards to Enterprise Miner v.4.3 that is available in SAS v9.1.3.

More information

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES

KnowledgeSTUDIO HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES HIGH-PERFORMANCE PREDICTIVE ANALYTICS USING ADVANCED MODELING TECHNIQUES Translating data into business value requires the right data mining and modeling techniques which uncover important patterns within

More information

New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Introduction

New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Introduction Introduction New Work Item for ISO 3534-5 Predictive Analytics (Initial Notes and Thoughts) Predictive analytics encompasses the body of statistical knowledge supporting the analysis of massive data sets.

More information

How To Test The Performance Of An Ass 9.4 And Sas 7.4 On A Test On A Powerpoint Powerpoint 9.2 (Powerpoint) On A Microsoft Powerpoint 8.4 (Powerprobe) (

How To Test The Performance Of An Ass 9.4 And Sas 7.4 On A Test On A Powerpoint Powerpoint 9.2 (Powerpoint) On A Microsoft Powerpoint 8.4 (Powerprobe) ( White Paper Revolution R Enterprise: Faster Than SAS Benchmarking Results by Thomas W. Dinsmore and Derek McCrae Norton In analytics, speed matters. How much? We asked the director of analytics from a

More information

Azure Machine Learning, SQL Data Mining and R

Azure Machine Learning, SQL Data Mining and R Azure Machine Learning, SQL Data Mining and R Day-by-day Agenda Prerequisites No formal prerequisites. Basic knowledge of SQL Server Data Tools, Excel and any analytical experience helps. Best of all:

More information

R Tools Evaluation. A review by Analytics @ Global BI / Local & Regional Capabilities. Telefónica CCDO May 2015

R Tools Evaluation. A review by Analytics @ Global BI / Local & Regional Capabilities. Telefónica CCDO May 2015 R Tools Evaluation A review by Analytics @ Global BI / Local & Regional Capabilities Telefónica CCDO May 2015 R Features What is? Most widely used data analysis software Used by 2M+ data scientists, statisticians

More information

IBM SPSS Modeler Professional

IBM SPSS Modeler Professional IBM SPSS Modeler Professional Make better decisions through predictive intelligence Highlights Create more effective strategies by evaluating trends and likely outcomes. Easily access, prepare and model

More information

A Property & Casualty Insurance Predictive Modeling Process in SAS

A Property & Casualty Insurance Predictive Modeling Process in SAS Paper AA-02-2015 A Property & Casualty Insurance Predictive Modeling Process in SAS 1.0 ABSTRACT Mei Najim, Sedgwick Claim Management Services, Chicago, Illinois Predictive analytics has been developing

More information

Achieve Better Insight and Prediction with Data Mining

Achieve Better Insight and Prediction with Data Mining Clementine 12.0 Specifications Achieve Better Insight and Prediction with Data Mining Data mining provides organizations with a clearer view of current conditions and deeper insight into future events.

More information

Make Better Decisions Through Predictive Intelligence

Make Better Decisions Through Predictive Intelligence IBM SPSS Modeler Professional Make Better Decisions Through Predictive Intelligence Highlights Easily access, prepare and model structured data with this intuitive, visual data mining workbench Expand

More information

Chapter 12 Discovering New Knowledge Data Mining

Chapter 12 Discovering New Knowledge Data Mining Chapter 12 Discovering New Knowledge Data Mining Becerra-Fernandez, et al. -- Knowledge Management 1/e -- 2004 Prentice Hall Additional material 2007 Dekai Wu Chapter Objectives Introduce the student to

More information

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R

Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Practical Data Science with Azure Machine Learning, SQL Data Mining, and R Overview This 4-day class is the first of the two data science courses taught by Rafal Lukawiecki. Some of the topics will be

More information

Data Mining Algorithms Part 1. Dejan Sarka

Data Mining Algorithms Part 1. Dejan Sarka Data Mining Algorithms Part 1 Dejan Sarka Join the conversation on Twitter: @DevWeek #DW2015 Instructor Bio Dejan Sarka (dsarka@solidq.com) 30 years of experience SQL Server MVP, MCT, 13 books 7+ courses

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

Learning outcomes. Knowledge and understanding. Competence and skills

Learning outcomes. Knowledge and understanding. Competence and skills Syllabus Master s Programme in Statistics and Data Mining 120 ECTS Credits Aim The rapid growth of databases provides scientists and business people with vast new resources. This programme meets the challenges

More information

Achieve Better Insight and Prediction with Data Mining

Achieve Better Insight and Prediction with Data Mining Clementine 11.1 Specifications Achieve Better Insight and Prediction with Data Mining Data mining provides organizations with a clearer view of current conditions and deeper insight into future events.

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

Data Mining + Business Intelligence. Integration, Design and Implementation

Data Mining + Business Intelligence. Integration, Design and Implementation Data Mining + Business Intelligence Integration, Design and Implementation ABOUT ME Vijay Kotu Data, Business, Technology, Statistics BUSINESS INTELLIGENCE - Result Making data accessible Wider distribution

More information

IBM SPSS Modeler 15 In-Database Mining Guide

IBM SPSS Modeler 15 In-Database Mining Guide IBM SPSS Modeler 15 In-Database Mining Guide Note: Before using this information and the product it supports, read the general information under Notices on p. 217. This edition applies to IBM SPSS Modeler

More information

A fast, powerful data mining workbench designed for small to midsize organizations

A fast, powerful data mining workbench designed for small to midsize organizations FACT SHEET SAS Desktop Data Mining for Midsize Business A fast, powerful data mining workbench designed for small to midsize organizations What does SAS Desktop Data Mining for Midsize Business do? Business

More information

2015 Workshops for Professors

2015 Workshops for Professors SAS Education Grow with us Offered by the SAS Global Academic Program Supporting teaching, learning and research in higher education 2015 Workshops for Professors 1 Workshops for Professors As the market

More information

Get to Know the IBM SPSS Product Portfolio

Get to Know the IBM SPSS Product Portfolio IBM Software Business Analytics Product portfolio Get to Know the IBM SPSS Product Portfolio Offering integrated analytical capabilities that help organizations use data to drive improved outcomes 123

More information

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

Is a Data Scientist the New Quant? Stuart Kozola MathWorks Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by

More information

Predicting Customer Default Times using Survival Analysis Methods in SAS

Predicting Customer Default Times using Survival Analysis Methods in SAS Predicting Customer Default Times using Survival Analysis Methods in SAS Bart Baesens Bart.Baesens@econ.kuleuven.ac.be Overview The credit scoring survival analysis problem Statistical methods for Survival

More information

Predictive Modeling of Titanic Survivors: a Learning Competition

Predictive Modeling of Titanic Survivors: a Learning Competition SAS Analytics Day Predictive Modeling of Titanic Survivors: a Learning Competition Linda Schumacher Problem Introduction On April 15, 1912, the RMS Titanic sank resulting in the loss of 1502 out of 2224

More information

APPLICATION PROGRAMMING: DATA MINING AND DATA WAREHOUSING

APPLICATION PROGRAMMING: DATA MINING AND DATA WAREHOUSING Wrocław University of Technology Internet Engineering Henryk Maciejewski APPLICATION PROGRAMMING: DATA MINING AND DATA WAREHOUSING PRACTICAL GUIDE Wrocław (2011) 1 Copyright by Wrocław University of Technology

More information

WHAT S NEW IN SAS 9.4

WHAT S NEW IN SAS 9.4 WHAT S NEW IN SAS 9.4 PLATFORM, HPA & SAS GRID COMPUTING MICHAEL GODDARD CHIEF ARCHITECT SAS INSTITUTE, NEW ZEALAND SAS 9.4 WHAT S NEW IN THE PLATFORM Platform update SAS Grid Computing update Hadoop support

More information

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP ABSTRACT In data mining modelling, data preparation

More information

SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA

SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA ABSTRACT A codebook is a summary of a collection of data that reports significant

More information

The Artificial Prediction Market

The Artificial Prediction Market The Artificial Prediction Market Adrian Barbu Department of Statistics Florida State University Joint work with Nathan Lay, Siemens Corporate Research 1 Overview Main Contributions A mathematical theory

More information

SEIZE THE DATA. 2015 SEIZE THE DATA. 2015

SEIZE THE DATA. 2015 SEIZE THE DATA. 2015 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. BIG DATA CONFERENCE 2015 Boston August 10-13 Predicting and reducing deforestation

More information

SAS ENTERPRISE MINER 5.3

SAS ENTERPRISE MINER 5.3 FACT SHEET SAS ENTERPRISE MINER 5.3 Unearthing valuable insight profitable data mining results with less time and effort What does SAS Enterprise Miner do? SAS Enterprise Miner streamlines the data mining

More information

What s New in SPSS 16.0

What s New in SPSS 16.0 SPSS 16.0 New capabilities What s New in SPSS 16.0 SPSS Inc. continues its tradition of regularly enhancing this family of powerful but easy-to-use statistical software products with the release of SPSS

More information

Gerry Hobbs, Department of Statistics, West Virginia University

Gerry Hobbs, Department of Statistics, West Virginia University Decision Trees as a Predictive Modeling Method Gerry Hobbs, Department of Statistics, West Virginia University Abstract Predictive modeling has become an important area of interest in tasks such as credit

More information

Predictive Modeling Techniques in Insurance

Predictive Modeling Techniques in Insurance Predictive Modeling Techniques in Insurance Tuesday May 5, 2015 JF. Breton Application Engineer 2014 The MathWorks, Inc. 1 Opening Presenter: JF. Breton: 13 years of experience in predictive analytics

More information

Maximierung des Geschäftserfolgs durch SAP Predictive Analytics. Andreas Forster, May 2014

Maximierung des Geschäftserfolgs durch SAP Predictive Analytics. Andreas Forster, May 2014 Maximierung des Geschäftserfolgs durch SAP Predictive Analytics Andreas Forster, May 2014 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

Machine learning for algo trading

Machine learning for algo trading Machine learning for algo trading An introduction for nonmathematicians Dr. Aly Kassam Overview High level introduction to machine learning A machine learning bestiary What has all this got to do with

More information

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics

Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Name: Srinivasan Govindaraj Title: Big Data Predictive Analytics Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

How To Make A Credit Risk Model For A Bank Account

How To Make A Credit Risk Model For A Bank Account TRANSACTIONAL DATA MINING AT LLOYDS BANKING GROUP Csaba Főző csaba.fozo@lloydsbanking.com 15 October 2015 CONTENTS Introduction 04 Random Forest Methodology 06 Transactional Data Mining Project 17 Conclusions

More information

Big Data Analytics and Optimization

Big Data Analytics and Optimization Big Data Analytics and Optimization C e r t i f i c a t e P r o g r a m i n E n g i n e e r i n g E x c e l l e n c e e.edu.in http://www.insof LIST OF COURSES Essential Business Skills for a Data Scientist...

More information

Operationalising Predictive Insights

Operationalising Predictive Insights Operationalising Predictive Insights To Impact the Bottom Line Ali Rahim Advanced Analytics Product Manager Agenda 2 1. Predictive Analytics 2. Why RStat 3. Step through the Predictive process 4. RStat

More information

Operationalising Predictive Insights

Operationalising Predictive Insights Operationalising Predictive Insights To Impact the Bottom Line Ali Rahim Advanced Analytics Product Manager Agenda 1. Predictive Analytics 2. Why RStat 3. Step through the Predictive process 4. RStat Roadmap

More information

Cool Tools for PROC LOGISTIC

Cool Tools for PROC LOGISTIC Cool Tools for PROC LOGISTIC Paul D. Allison Statistical Horizons LLC and the University of Pennsylvania March 2013 www.statisticalhorizons.com 1 New Features in LOGISTIC ODDSRATIO statement EFFECTPLOT

More information

Table of Contents. June 2010

Table of Contents. June 2010 June 2010 From: StatSoft Analytics White Papers To: Internal release Re: Performance comparison of STATISTICA Version 9 on multi-core 64-bit machines with current 64-bit releases of SAS (Version 9.2) and

More information

High Performance Predictive Analytics in R and Hadoop:

High Performance Predictive Analytics in R and Hadoop: High Performance Predictive Analytics in R and Hadoop: Achieving Big Data Big Analytics Presented by: Mario E. Inchiosa, Ph.D. US Chief Scientist August 27, 2013 1 Polling Questions 1 & 2 2 Agenda Revolution

More information

Bayesian networks - Time-series models - Apache Spark & Scala

Bayesian networks - Time-series models - Apache Spark & Scala Bayesian networks - Time-series models - Apache Spark & Scala Dr John Sandiford, CTO Bayes Server Data Science London Meetup - November 2014 1 Contents Introduction Bayesian networks Latent variables Anomaly

More information

Discover the possibilities. SAS Analytics Training. April June 2015 Course Schedule. support.sas.com/training/analytics

Discover the possibilities. SAS Analytics Training. April June 2015 Course Schedule. support.sas.com/training/analytics Discover the possibilities SAS Analytics Training April June 2015 Course Schedule support.sas.com/training/analytics Discover the Possibilities With SAS Analytics Training There s a lot going on in the

More information

Fast Analytics on Big Data with H20

Fast Analytics on Big Data with H20 Fast Analytics on Big Data with H20 0xdata.com, h2o.ai Tomas Nykodym, Petr Maj Team About H2O and 0xdata H2O is a platform for distributed in memory predictive analytics and machine learning Pure Java,

More information

Big Data and Data Science: Behind the Buzz Words

Big Data and Data Science: Behind the Buzz Words Big Data and Data Science: Behind the Buzz Words Peggy Brinkmann, FCAS, MAAA Actuary Milliman, Inc. April 1, 2014 Contents Big data: from hype to value Deconstructing data science Managing big data Analyzing

More information

Data Mining Practical Machine Learning Tools and Techniques

Data Mining Practical Machine Learning Tools and Techniques Ensemble learning Data Mining Practical Machine Learning Tools and Techniques Slides for Chapter 8 of Data Mining by I. H. Witten, E. Frank and M. A. Hall Combining multiple models Bagging The basic idea

More information

Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC

Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC ABSTRACT The term productivity can mean a number of different things and can be realized in a number of different ways. The

More information

Data Mining with SAS. Mathias Lanner mathias.lanner@swe.sas.com. Copyright 2010 SAS Institute Inc. All rights reserved.

Data Mining with SAS. Mathias Lanner mathias.lanner@swe.sas.com. Copyright 2010 SAS Institute Inc. All rights reserved. Data Mining with SAS Mathias Lanner mathias.lanner@swe.sas.com Copyright 2010 SAS Institute Inc. All rights reserved. Agenda Data mining Introduction Data mining applications Data mining techniques SEMMA

More information

From Raw Data to. Actionable Insights with. MATLAB Analytics. Learn more. Develop predictive models. 1Access and explore data

From Raw Data to. Actionable Insights with. MATLAB Analytics. Learn more. Develop predictive models. 1Access and explore data 100 001 010 111 From Raw Data to 10011100 Actionable Insights with 00100111 MATLAB Analytics 01011100 11100001 1 Access and Explore Data For scientists the problem is not a lack of available but a deluge.

More information

Predictive Analytics Powered by SAP HANA. Cary Bourgeois Principal Solution Advisor Platform and Analytics

Predictive Analytics Powered by SAP HANA. Cary Bourgeois Principal Solution Advisor Platform and Analytics Predictive Analytics Powered by SAP HANA Cary Bourgeois Principal Solution Advisor Platform and Analytics Agenda Introduction to Predictive Analytics Key capabilities of SAP HANA for in-memory predictive

More information

KATE GLEASON COLLEGE OF ENGINEERING. John D. Hromi Center for Quality and Applied Statistics

KATE GLEASON COLLEGE OF ENGINEERING. John D. Hromi Center for Quality and Applied Statistics ROCHESTER INSTITUTE OF TECHNOLOGY COURSE OUTLINE FORM KATE GLEASON COLLEGE OF ENGINEERING John D. Hromi Center for Quality and Applied Statistics NEW (or REVISED) COURSE (KGCOE- CQAS- 747- Principles of

More information

SAP Predictive Analytics: An Overview and Roadmap. Charles Gadalla, SAP @cgadalla SESSION CODE: 603

SAP Predictive Analytics: An Overview and Roadmap. Charles Gadalla, SAP @cgadalla SESSION CODE: 603 SAP Predictive Analytics: An Overview and Roadmap Charles Gadalla, SAP @cgadalla SESSION CODE: 603 Advanced Analytics SAP Vision Embed Smart Agile Analytics into Decision Processes to Deliver Business

More information

SAS In-Database Processing

SAS In-Database Processing Technical Paper SAS In-Database Processing A Roadmap for Deeper Technical Integration with Database Management Systems Table of Contents Abstract... 1 Introduction... 1 Business Process Opportunities...

More information

Our Philosophy. Authentic Contexts. Provide relevant and meaningful courseware to promote deeper understanding

Our Philosophy. Authentic Contexts. Provide relevant and meaningful courseware to promote deeper understanding AcademyR Revolution Analytics partners with leading minds and industry experts to offer professional training courses designed to give your organization a quick start in building high performance analytical

More information

ECLT5810 E-Commerce Data Mining Technique SAS Enterprise Miner -- Regression Model I. Regression Node

ECLT5810 E-Commerce Data Mining Technique SAS Enterprise Miner -- Regression Model I. Regression Node Enterprise Miner - Regression 1 ECLT5810 E-Commerce Data Mining Technique SAS Enterprise Miner -- Regression Model I. Regression Node 1. Some background: Linear attempts to predict the value of a continuous

More information

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING

A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING A THREE-TIERED WEB BASED EXPLORATION AND REPORTING TOOL FOR DATA MINING Ahmet Selman BOZKIR Hacettepe University Computer Engineering Department, Ankara, Turkey selman@cs.hacettepe.edu.tr Ebru Akcapinar

More information

Supervised Learning (Big Data Analytics)

Supervised Learning (Big Data Analytics) Supervised Learning (Big Data Analytics) Vibhav Gogate Department of Computer Science The University of Texas at Dallas Practical advice Goal of Big Data Analytics Uncover patterns in Data. Can be used

More information

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and

STATISTICA. Financial Institutions. Case Study: Credit Scoring. and Financial Institutions and STATISTICA Case Study: Credit Scoring STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table of Contents INTRODUCTION: WHAT

More information

Improve Results with High- Performance Data Mining

Improve Results with High- Performance Data Mining Clementine 10.0 Specifications Improve Results with High- Performance Data Mining Data mining provides organizations with a clearer view of current conditions and deeper insight into future events. With

More information

Classification of Bad Accounts in Credit Card Industry

Classification of Bad Accounts in Credit Card Industry Classification of Bad Accounts in Credit Card Industry Chengwei Yuan December 12, 2014 Introduction Risk management is critical for a credit card company to survive in such competing industry. In addition

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Performance Test Suite Results for SAS 9.1 Foundation on the IBM zseries Mainframe

Performance Test Suite Results for SAS 9.1 Foundation on the IBM zseries Mainframe Performance Test Suite Results for SAS 9.1 Foundation on the IBM zseries Mainframe A SAS White Paper Table of Contents The SAS and IBM Relationship... 1 Introduction...1 Customer Jobs Test Suite... 1

More information

Welcome to the second half ofour orientation on Spotfire Administration.

Welcome to the second half ofour orientation on Spotfire Administration. Welcome to the second half ofour orientation on Spotfire Administration. In this presentation, I ll give a quick overview of the products that can be used to enhance a Spotfire environment: TIBCO Metrics,

More information

TRAINING CATALOG. SAS Education. Grow With Us support.sas.com/training

TRAINING CATALOG. SAS Education. Grow With Us support.sas.com/training TRAINING CATALOG 2015 SAS Education Grow With Us support.sas.com/training The demand for people with the skills to use powerful analytics to solve increasingly complex information challenges has reached

More information

Big Data Analytics and Optimization

Big Data Analytics and Optimization Big Data Analytics and Optimization C e r t i f i c a t e P r o g r a m i n E n g i n e e r i n g E x c e l l e n c e C e r t i f i c a t e P r o g r a m s i n A c c e l e r a t e d E n g i n e e r i n

More information

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning

How to use Big Data in Industry 4.0 implementations. LAURI ILISON, PhD Head of Big Data and Machine Learning How to use Big Data in Industry 4.0 implementations LAURI ILISON, PhD Head of Big Data and Machine Learning Big Data definition? Big Data is about structured vs unstructured data Big Data is about Volume

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

Predictive Analytics Techniques: What to Use For Your Big Data. March 26, 2014 Fern Halper, PhD

Predictive Analytics Techniques: What to Use For Your Big Data. March 26, 2014 Fern Halper, PhD Predictive Analytics Techniques: What to Use For Your Big Data March 26, 2014 Fern Halper, PhD Presenter Proven Performance Since 1995 TDWI helps business and IT professionals gain insight about data warehousing,

More information

Data Mining Techniques Chapter 6: Decision Trees

Data Mining Techniques Chapter 6: Decision Trees Data Mining Techniques Chapter 6: Decision Trees What is a classification decision tree?.......................................... 2 Visualizing decision trees...................................................

More information

Some vendors have a big presence in a particular industry; some are geared toward data scientists, others toward business users.

Some vendors have a big presence in a particular industry; some are geared toward data scientists, others toward business users. Bonus Chapter Ten Major Predictive Analytics Vendors In This Chapter Angoss FICO IBM RapidMiner Revolution Analytics Salford Systems SAP SAS StatSoft, Inc. TIBCO This chapter highlights ten of the major

More information

Technical Paper. Performance of SAS In-Memory Statistics for Hadoop. A Benchmark Study. Allison Jennifer Ames Xiangxiang Meng Wayne Thompson

Technical Paper. Performance of SAS In-Memory Statistics for Hadoop. A Benchmark Study. Allison Jennifer Ames Xiangxiang Meng Wayne Thompson Technical Paper Performance of SAS In-Memory Statistics for Hadoop A Benchmark Study Allison Jennifer Ames Xiangxiang Meng Wayne Thompson Release Information Content Version: 1.0 May 20, 2014 Trademarks

More information

Internet Gambling Behavioral Markers: Using the Power of SAS Enterprise Miner 12.1 to Predict High-Risk Internet Gamblers

Internet Gambling Behavioral Markers: Using the Power of SAS Enterprise Miner 12.1 to Predict High-Risk Internet Gamblers Paper 1863-2014 Internet Gambling Behavioral Markers: Using the Power of SAS Enterprise Miner 12.1 to Predict High-Risk Internet Gamblers Sai Vijay Kishore Movva, Vandana Reddy and Dr. Goutam Chakraborty;

More information

Big Data Analytics. Benchmarking SAS, R, and Mahout. Allison J. Ames, Ralph Abbey, Wayne Thompson. SAS Institute Inc., Cary, NC

Big Data Analytics. Benchmarking SAS, R, and Mahout. Allison J. Ames, Ralph Abbey, Wayne Thompson. SAS Institute Inc., Cary, NC Technical Paper (Last Revised On: May 6, 2013) Big Data Analytics Benchmarking SAS, R, and Mahout Allison J. Ames, Ralph Abbey, Wayne Thompson SAS Institute Inc., Cary, NC Accurate and Simple Analysis

More information

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices.

White Paper. Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. White Paper Thirsting for Insight? Quench It With 5 Data Management for Analytics Best Practices. Contents Data Management: Why It s So Essential... 1 The Basics of Data Preparation... 1 1: Simplify Access

More information

The Data Mining Process

The Data Mining Process Sequence for Determining Necessary Data. Wrong: Catalog everything you have, and decide what data is important. Right: Work backward from the solution, define the problem explicitly, and map out the data

More information

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010

Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Decision Support Optimization through Predictive Analytics - Leuven Statistical Day 2010 Ernst van Waning Senior Sales Engineer May 28, 2010 Agenda SPSS, an IBM Company SPSS Statistics User-driven product

More information

The Use of Open Source Is Growing. So Why Do Organizations Still Turn to SAS?

The Use of Open Source Is Growing. So Why Do Organizations Still Turn to SAS? Conclusions Paper The Use of Open Source Is Growing. So Why Do Organizations Still Turn to SAS? Insights from a presentation at the 2014 Hadoop Summit Featuring Brian Garrett, Principal Solutions Architect

More information

The Basics of SAS Enterprise Miner 5.2

The Basics of SAS Enterprise Miner 5.2 The Basics of SAS Enterprise Miner 5.2 1.1 Introduction to Data Mining...1 1.2 Introduction to SAS Enterprise Miner 5.2...4 1.3 Exploring the Data Set... 14 1.4 Analyzing a Sample Data Set... 19 1.5 Presenting

More information