R; One Ring to Rule Them All

Slides:



Advertisements
Similar presentations
Data Mining 2012 with Microsoft Excel 2010 and PowerPivot Mark Tabladillo, Ph.D. Microsoft MVP, Data Mining Architect MarkTab Consulting DBI204.
Advertisements

Data Mining 2012 with Microsoft Excel 2010 and PowerPivot Mark Tabladillo, Ph.D. Microsoft MVP, Data Mining Architect MarkTab Consulting DBI204.
Using Excel, Excel Service and PerformancePoint
April | Chicago, IL Office as your BI Platform Ashvini Sharma Principal Group Manager Microsoft Office Division | Program Management Seayoung Rhee.
Title Slide No more than two lines here Session Subtitle 18pt April , 2015 | Santa Clara, CA Speaker Name Title Company.
April 10-12, Chicago, IL Driving Smarter Decisions with Microsoft Big Data Tim Mallalieu Group Program Manager, HDInsight.
Top Free Tools for Tuning SQL Statements Kevin Kline & Aaron Bertrand SQL Sentry, Inc.
Consul- ting Services Outsour- cing Services Techno- logy Services Local Profes- sional Services Competence Centers Business Intelligence WebTech SAP.
April 10-12, Chicago, IL Microsoft Data Explorer for Excel Faisal Mohamood, Lead PM, Microsoft.
How to Use Parameters Like a Pro …and Boost Performance Guy Glantser, CEO, Madeira.
October 15-18, 2013 Charlotte, NC Being the DBA of the Future A World of On-Premises and Cloud Dandy Weyn, Snr. Technical Marketing Product Manager Microsoft.
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
October 15-18, 2013 Charlotte, NC SQL Server Index Internals Tim Chapman Premier Field Engineer.
Blog: R YOU READY FOR.
Visual Studio 2015 Tips and Tricks Robert Green Program Manager Evangelism, DX,
Show Me Potential Customers Data Mining Approach Leila Etaati.
Join Us! Getting Started as a Technical Speaker Eddie Wuerch, MCM ExactTarget Marketing
Azure ML in SSIS An introduction to Azure Machine Learning Through the eyes of an SSIS developer David Söderlund – SolidQ Nordic
Date Dimension: Past & Future in One Script Steve Wake, BI Developer, Chipotle.
Machine Learning with SQL Server 2016 & R Dinesh Asanka Senior Architect – Technology VirtusaPolaris.
9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Serverless in Office 365 Build services with Azure Functions
4/19/ :02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
PASS BA Virtual Chapter
Microsoft’s shiny dashboard-tool
Deliver business insights with Microsoft Dynamics AX and Power BI
Conversation As a Platform - Part 1
PASS Business Analytics Virtual Chapter & Reza Rad presents: “Take Power BI Visualizations to the Next Level” January 26,
Microsoft /23/2018 8:20 PM THR3038 Implement dev and test scenarios using Azure and Visual Studio Team Services Alex Mang Azure MVP © 2016 Microsoft.
Azure Machine Learning Deploying and Managing Models in production
Advanced reporting solutions
BRK3288-Discover data-driven apps that learn and adapt
Make Predictions Using Azure Machine Learning Studio
PASS Business Analytics Chapter & Leila Etaati presents: “R: One Ring to Rule them all” December 2016.
Web development productivity with Visual Studio
R in Power BI.
Solving the Hard Problems
7/4/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Azure Machine Learning Algorithm Accuracy Enhancement, Tips and Tricks
[Automated] TDD with SQL Server using nUnit
Introduction to R Programming with AzureML
SQL Server Integration Services
Administering and Deploying Power BI Solutions
SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum
Break out of the box with Python
SQL Server Data Tools Gert Drapers
PowerBI : Data Visualization SQL Saturday with R
R Integration in Microsoft Solutions
Microsoft Ignite /17/2018 2:42 AM BRK2223
0 to 60: Developing Apps for Microsoft Office 2013
Matt Masson Software Development Engineer Microsoft Corporation
Twitter Movie Sentiment Using Python, SQL Server, Azure SQL DB, Azure ML, & Power BI Bradley Ball
Visual Studio 2013 for web developers
Twitter Movie Sentiment Using Python, SQL Server, Azure SQL DB, Azure ML, & Power BI Bradley Ball
Moving advanced analytics to your SQL Server databases
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Virtual Academy
Package Management in R with Checkpoint
SQL Server Security For Everyone
Jim Nakashima Program Manager Cloud Tools
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
2/17/2019 7:32 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Pushing Data to and from the Cloud with SQL Azure Data Sync
Tech Ed North America /12/2019 6:45 AM Required Slide
SQLOpsStudio Vs SSMS - There can be only one
Microsoft Cognitive Services with Power BI
Predictive Models with SQL Server Machine Learning Services
Text Analytics Solutions with Azure Machine Learning
SQL Saturday Madison, April 8th
Just Enough SSIS Scripting to be Dangerous.
Presentation transcript:

R; One Ring to Rule Them All Leila Etaati, MVP, Consultant

Leila Etaati Place your photo here Leila is Microsoft Data Platform MVP, PhD, Senior Consultant. Leila is an international speaker who spoke in PASS BA, PASS24H, Microsoft NZ Ignite, SQL Rally, SQL Saturday in Oregon, Vienna, Auckland, Melbourne, Sydney, Brisbane. I am Leila, coming from New Zealand, I love DS, ML, R and others…Power BI /Leila Etaati @Leila_Etaati Leila Etaati

R; One Ring to Rule Them All

R Can Be Helpful for: Business Intelligence Developer Data scientist Software Developer https://www.theta.co.nz/news-blogs/tech-blog/creating-smart-reports-and-applications-with-machine-learning-and-r/

R; One Ring to Rule Them All Agenda R; One Ring to Rule Them All 1 2 3 4 5 What is R What we do with R R Helps Software Developers R Helps Business Intelligence Q&A Demo R Studio Demo Software Developer Demo BI Developers Machine Learning Clean Date R visual studio Power BI Visual Data Web Service SQL Server

What is R? The R statistical programming language is a free open source package based on the S language developed by Bell Labs. R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand http://www.r-project.org https://www.datacamp.com/ https://www.coursera.org/

What is R Rexer Data Mining survey R is the highest paid IT skill Dice.come, Jan 2014 R most used-data science language after SQL-O’Reilly, Jan 2014 R is used by 70% of data miners. Rexer, Sept 2013 R is #15 all programming languages. REdMonk, Jan 2014 R growing faster than any other data science language. KDNuggs R is in-memory and limited in size of data that you can process. More data and fun with data…more and more data

Machine Learning Process Find Potential Customers What type of Data Business Understanding Collect and Clean Data Find Fraud ETL Process Sales More Split Data % for Testing % for Training Test Model Performance Score Model Train Model Choose Model

Data R for Cleaning Data, Visualization, and Creating Model More data and fun with data…more and more data Definition and Examples (essential) A data frame is a table, or two-dimensional array-like structure, in which each column contains measurements on one variable, and each row contains one case

Download and Install R https://www.rstudio.com/products/rstudio/download3/ https://cran.r-project.org/bin/windows/base/old/3.2.5/

Demo on R Studio

Data Scientist Can Create Web Service in Azure ML From R

R Helps Software Developers Run R Code in Azure ML Then Call it as API in .Net Create Web Service in Azure ML From R Writing R code in .Net

Demo

R Helps Software Developers https://mran.revolutionanalytics.com/download/mro-for-mrs/

Decision Tree

Machine Learning Process Find Potential Customers What type of Data Business Understanding Collect and Clean Data Find Fraud ETL Process Sales More Split Data % for Testing % for Training Test Model Performance Score Model Train Model Choose Model

R Helps Software Developers Theta Account

Demo

R Helps Business Intelligence Developers Show R Graphs and R codes in Power BI R can be embedded in SQL Scripts

R show room In Power BI https://community.powerbi.com/t5/R-Script-Showcase/bd-p/RVisuals

Questions? Twitter: @Leila_Etaati Or Email: Leila.Etaati@gmail.com

3 Session Evaluations ways to access Your feedback is important and valuable. Submit by 5pm Friday November 6th to WIN prizes Go to passSummit.com Download the GuideBook App and search: PASS Summit 2016 Follow the QR code link displayed on session signage throughout the conference venue and in the program guide

Thank You Learn more from Leila Etaati leila@RADACAD.com or follow @Leila_Etaati