IEPML: Immersion Event on Practical Machine Learning, AI & Data Science on SQL Server 2017, Microsoft ML Server, R, and Azure ML

(Retired – no longer offered as a public class)

This live classroom course is new for 2018! It focuses on the newest technologies of Microsoft Machine Learning Server and SQL Server 2017. By popular demand, Part 2 of this course teaches programming in R, however most of the course is also applicable to Python programmers, as the key libraries are the same.

This course has two parts. You start with the 2-day Part 1: Introduction to Machine Learning, AI & Data Science with Azure ML and SQL Server followed by the 3-day Part 2: Intermediate Machine Learning in R on SQL Server and Microsoft ML Server. The first part introduces the most important concepts and tools, while the second part teaches you R and how to use it for machine learning on the Microsoft platform.

Target Audience

  • Part 1: Analysts, budding data scientists, database and BI developers, programmers, power users, DBAs, predictive modelers, forecasters, consultants.
  • Part 2: Data scientists and attendees of Part 1

If you’ve attended a prior course on Machine Learning, like Rafal’s week-long class Practical Data Science that was offered in 2015–2017, and if you’re versed in model validity, accuracy, and reliability, consider attending Part 2 only. Ask yourself these questions: can I explain the difference between cross-validation and hold-out testing, do I know which business metrics correspond to precision and which to recall, is model accuracy more important than reliability, and how does a boosted decision tree work. If in doubt, please attend both Parts 1 and 2.

Instructor: Rafal Lukawiecki

Why Attend This Class?

Because of Rafal’s 10+ years of real-world machine learning experience.

You’ll learn all the concepts and tools that you need to know from a great teacher who has trained almost 500 data scientists world-wide, a highly-respected presenter, capable of holding your attention, but, above all, from a practitioner of machine learning. Rafal has been delivering ML, data mining, and data science projects for customers in retail, banking, entertainment, healthcare, manufacturing, education, and government sectors for over ten years. Because of that, you’ll learn:

  • How to avoid common pitfalls
  • How to get ahead of your competition by working faster
  • What is really useful and practical
  • What is more theoretical but still important
  • What hype you should be wary of

During class you’ll be able to ask any questions related to your industry and you’ll get relevant, pragmatic, no-nonsense answers, helping you get ahead with your own projects.

Learn from Rafal who has done it all, not from those who just teach it—this is why it is called Practical Machine Learning.

Format

50% lectures, 30% demos, 20% tutorials.

You are encouraged to follow the demos on your machine, and you will be challenged to find answers to 3 larger problems during the tutorials. While they’re a hands-on part of the course, if you prefer not to practice, you’re welcome to use that time for additional Q&A, or to analyse your own data. We’ll provide you with all the necessary data sets, and we’ll explain what free or evaluation edition software needs to be installed to follow the course on your own laptop. You’ll need an Azure account (even a free one) during the course. You can copy course experiments and data into your workspace for learning and for future reference after the course.

Need Help Justifying Training? Here’s a letter to your boss explaining why SQLskills training is worthwhile and a list of community blog posts about our classes.


Curriculum

Part 1: Introduction to Machine Learning, AI & Data Science with Azure ML and SQL Server (Mon-Tue)

To deliver the best possible training we follow the industry. The agenda and course content are subject to continuous improvement and revision without further notice.

Module 1: Machine Learning Fundamentals

We begin with a thorough introduction of all of the key concepts, terminology, components, and tools. Topics include:

  • Machine learning vs. data mining vs. artificial intelligence
  • Tool landscape: open source R vs. Microsoft R, Python, SQL Server, ML Server, Azure ML
  • Teamwork

Module 2: Algorithms

There are hundreds of machine learning algorithms, yet they belong to just a dozen of groups, of which 5 are in very common use. We will introduce those algorithm classes, and we will discuss some of the most often used examples in each class, while explaining which technology tools (Azure ML, SQL, or R) provide their most convenient implementation. You will also learn how to find more algorithms on the Internet and how to figure out if they are any good for real use. Topics include:

  • What do algorithms do?
  • Algorithm classes in R, Python, ML Server, Azure ML, and SSAS Data Mining
  • Supervised vs. unsupervised learning
  • Classifiers
  • Clustering
  • Regressions
  • Similarity Matching
  • Recommenders

Module 3: Data

Machine learning requires you to prepare your data into a rather unique, flat, denormalized format. While features (inputs) are always necessary, and you may need to engineer thousands of them, we do not need labels (predictive outputs) in all cases. Topics include:

  • Cases, observations, signatures
  • Inputs and outputs, features, labels, regressors, independent and dependent variables, factors
  • Data formats, discretization/quantizing vs. continuous
  • Indicator columns
  • Feature engineering
  • Azure ML data preparation and manipulation modules
  • Moving data around and its storage, SQL vs. NoSQL, files, data lakes, BLOBs, and Hadoop

Module 4: Process of Data Science

The process consists of problem formulation, data preparation, modelling, validation, and deployment—in an iterative fashion. You’ll briefly learn about the CRISP-DM industry-standard approach but the key subject of this module will teach you how to apply the scientific method of reasoning to solve real-world business problems with machine learning and statistics. Notably, you’ll learn how to start projects by expressing needs as hypotheses, and how to test them. Topics include:

  • CRISP-DM
  • Stating business question in data science term
  • Hypothesis testing and experiments
  • Student’s t-test
  • Pearson chi-squared test
  • Iterative hypothesis refinement

Module 5: Introduction to Model Building

At the heart of every project we build machine learning models! The process is simple and it follows a well-trodden path. In this module you’ll build your first decision tree and get it ready for validation in the next module. Topics include:

  • Connecting to data
  • Splitting data to create a holdout
  • Training a decision tree
  • Scoring the holdout
  • Plotting accuracy

Module 6: Introduction to Model Validation

The most important aspect of any data science, artificial intelligence, and machine learning project is the iterative validation and improvement of the models. Without validation, your models cannot be reliably used. There are several tests of model validity, most importantly those that check accuracy and reliability. Topics include:

  • Testing accuracy
  • False positives vs. false negatives
  • Classification (confusion) matrix
  • Precision and recall
  • Balancing precision with recall vs. business goals and constraints
  • Introduction to lift charts and ROC curves
  • Testing reliability
  • Testing usefulness

Part 2: Intermediate Machine Learning in R on SQL Server and Microsoft ML Server (Wed-Fri)

To deliver the best possible training we follow the industry. The agenda and course content are subject to continuous improvement and revision without further notice.

Module 1: Working with R

There is a large number of tools that you can use with R, and we begin the day focusing on the essential ones. You’ll also learn how to organize your workflow. Topics include:

  • RStudio vs. R Tools for Visual Studio
  • Rattle
  • Microsoft Machine Learning Server vs SQL Server Machine Learning Services
  • Projects, files, scripts, history, version control
  • Notebooks and RMarkdown

Module 2: Data Preparation in R

R uses data frames, data tables, and tibbles, among others, while ML Server adds XDFs and the ability to work with data stored natively in Hadoop, Spark, and SQL Server. While most data preparation should be done as close to source, preferably using SQL, you’ll need to learn how to perform some transformations in R. Topics include:

  • Data frames, tables, tibbles
  • Reading files and ODBC data
  • XDFs and connecting to data in ML Server
  • Tidyverse
  • dplyr

Module 3: Plots and Visualizations in R

One of the strengths of R is the ease of creating accurate (and good looking!) plots. As a bare minimum you need to understand how to use the most popular visualization package, ggplot2, and some of the built-in base functions. Topics include:

  • Summarising data
  • Base boxplots, histograms, scatter plots
  • ggplot2: grammar of graphics
  • Combining visualizations into layers
  • Density plots
  • Surfacing R graphics in Power BI and SQL Server

Module 4: Clustering, Segmentation, Anomaly Detection

Segmentation is the main application of unsupervised learning using clustering algorithms. You’ll also learn how to apply this technique for anomaly (outlier) detection and data preprocessing. Topics include:

  • Introduction to segmentation
  • Clustering algorithms (k-means, EM, hierarchical, and others)
  • Interpreting clusters
  • Anomaly detection with clustering, PCA and SVMs

Module 5: Classification

Without doubt, classifiers are the most important, and the most often used category of machine learning algorithms, and the foundation of algorithmic data science, and of most of today’s Artificial Intelligence. We will focus on several variants of the most important classification algorithm—decision tree—while progressively interpreting the results, and improving its performance. After introducing neural networks and logistic regression we will also compare the performance of all of these classifiers on our test data set. Topics include:

  • Introduction to classifiers
  • Two-class (binary) vs multi-class
  • Decision trees, forests, and boosting
  • Neural networks and logistic regression
  • Overfitting (overtraining) concerns

Module 6: Classifier Validation

Validation of classifiers will be your key concern, because classifiers are used so often, and because their accuracy is not easy to balance with business requirements, such as restricted resources, or a required level of business performance. Building on your understanding of model validity (introduced in Part 1 of this course), you’ll learn how to balance an acceptable number of false positives with false negatives by using classification (confusion) matrices, metrics of precision and recall, by plotting ROC (Receiver Operating Characteristic) curves, and by measuring their business impact using profit and cost charts. Attendees have commented in the past that this is the most important module of the entire course. Topics include:

  • Testing classifiers
  • Charting precision-recall and sensitivity-specificity
  • ROC curves and lift charts in detail
  • Other measures of accuracy, including AUC, and F1 scores
  • What exactly does cross-validation tell us?
  • Measuring quality of cross-validation
  • Optimising binary classifier prediction probability thresholds for a given business target
  • Refining models to improve accuracy and reliability
  • Hyperparameter tuning
  • Class imbalance problem (fraud analytics and rare event prediction)

Module 7: Regressions

Considered by some as the numerical equivalent of classifiers, regression is a large subject of its own. We’ll introduce its simple but a very popular form, linear regression, and the more precise, but also prone-to-overfitting, decision tree variants. Topics include:

  • Introduction to simple regressions in R
  • Linear regression (classic)
  • Regression decision trees and other ensemble regression algorithms
  • Regression as a building block of other algorithms

Module 8: Regression Validation

Unlike classifiers, regressions are easier to asses. You’ll learn about basic tests of classical linear regressions that are easy to perform in R, and about measuring quality of machine learning, non-linear regressions. Topics include:

  • Measuring linear regression quality
  • Homoscedasticity, multicollinearity and other concerns
  • Measuring machine learning regression quality
  • R-squared (Coefficient of Determination), RMSE, MAE, RAE, RSE

Module 9: Deployment to Production

If you plan on using your models for prediction, rather than just for the exploration of data, or if you want to embed them as Artificial Intelligence in your applications, you need to deploy your models to production and maintain them on an on-going basis. Since we focus on the Microsoft ML Server and SQL Server ML Services, you’ll learn about the PREDICT T-SQL statement, and other supported mechanisms for deploying your models. We’ll also discuss how to deploy models as a web service, using these, and other Microsoft and non-Microsoft techniques. Topics include:

  • What needs to be deployed, and when?
  • PREDICT T-SQL statement
  • Using sp_execute_external_script
  • Web service deployment with and without Azure ML
  • On-going maintenance and model updates

Please note: we reserve the right to amend the order of the modules to best suit the dynamic character of the class and to answer questions as they arise. Some subjects will only be covered if time allows, but your satisfaction is guaranteed.


Questions?

If you have any questions not answered by our F.A.Q., please contact us.