Machine Learning with Databricks

Slides:



Advertisements
Similar presentations
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
Advertisements

Machine Learning as a Service
Azure SQL DW – Elastic Data Analytics in the cloud Josh Sivey | Microsoft TSP #492 | Phoenix.
This document and the information contained herein is confidential and proprietary to Allegient LLC and shall not be duplicated, used or disclosed in whole.
Data Summit 2016 H104: Building Hadoop Applications Abhik Roy Database Technologies - Experian LinkedIn Profile:
Apache Hadoop on Windows Azure Avkash Chauhan
Azure ML in SSIS An introduction to Azure Machine Learning Through the eyes of an SSIS developer David Söderlund – SolidQ Nordic
A Suite of Products that allow you to Predict Outcomes, Prescribe Actions and Automate Decisions.
Via the REST API and Power BI Embedded Jan Pieter Posthuma
SQL Server Analysis Services Fundamentals
Bhakthi Liyanage SQL Saturday Atlanta 15 July 2017
Power BI Internals Eugene
Max Fritz Senior Systems Consultant, Now Micro
Microsoft’s shiny dashboard-tool
What’s new in SQL Server 2017 for BI?
LECTURE 01: Introduction to Algorithms and Basic Linux Computing
ANOMALY DETECTION FRAMEWORK FOR BIG DATA
Microsoft Machine Learning & Data Science Summit
Make Predictions Using Azure Machine Learning Studio
2018 Valid Amazon AWS-Solution-Architect-Associate Exam Study Guide - AWS-Solution-Architect-Associate Questions Answers Realexamdumps.com
Analytics for Apps: Landing and Loading Data into SQL Data Warehouse
What is a Data Scientist and How Do I Become One?
Azure Machine Learning 101
Unsupervised Learning and Autoencoders
What’s new in SSRS 2016.
High Performance Data Scientist
SQL Server Analysis Services Fundamentals
BUREAU VERITAS COMMODITIES
SQL Server Analysis Services Fundamentals
Implementing AI solutions using the cognitive services in Azure
Microsoft Azure P wer Lunch
José Mendes Chatbots for Dummies.
Microsoft Connect /22/2018 9:50 PM
Microsoft Azure Helps Migrate Data Centers with the Least Amount of Downtime Possible Partner Logo “Migrating Teknia’s Data Center normally would present.
Moving advanced analytics to your SQL Server databases
Orchestration and data movement with Azure Data Factory v2
Introduction to Big Data
Azure Machine Learning Studio: Four Tips from the Pros
Welcome to SQL Saturday Denmark
Cloud Helps Company Scale to Demand for Growing Healthcare Provider Field MINI-CASE STUDY “Microsoft Azure gives us the opportunity to focus on the task.
Big Data Young Lee BUS 550.
THR1171 Azure Data Integration: Choosing between SSIS, Azure Data Factory, and Azure Databricks Cathrine Wilhelmsen, | cathrinew.net.
Microsoft Azure for SQL Server Professionals
Improve Patient Experience with Saama and Microsoft Azure
What is this and how can I use it?
Analytics in the Cloud using Microsoft Azure
Machine learning Stefano Grazioli.
Introduction to Big Data
Artificial Intelligence
Creative Activity and Research Day (CARD)
Tracking Usage of Analysis Services with SharePoint
Amazon Machine Learning
What is this and how can I use it?
What is this and how can I use it?
If you are expecting … Power BI Data Modeling This session explains why data modeling is so important even if Power BI utilizes the in-memory columnar.
ML in Azure Databricks Mahesh Balija 4/15/2019 1:36 PM
Azure Machine Learning on Databricks
Evolution not Revolution
Dashboard in an Hour Using Power BI
Distributed Edge Computing
Playing with (M)agic: Introduction to Writing M Code in Power BI
Microsoft AI-100 Dumps Pdf A Step Toward’s Exelence
Databricks and End-to-End Processes Demo Links & Help
Thank you to our Sponsors
Introduction to ETL with SQL Server Integration Services
Beyond orchestration with Azure Data Factory
Introduction to Big Data
An Introduction to Data Science using Python
Architecture of modern data warehouse
Dynamics 365 Customer Insights
Presentation transcript:

Machine Learning with Databricks SQL Saturday Madison 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

Thanks to our GOLD Sponsor

Thanks to our SILVER Sponsors

© 2018 TALAVANT. All Rights Reserved. Introductions Daniel Woods Daniel.woods@talavant.com Senior BI Consultant @ Talavant Working with BI since 2015; Started as a BI Developer Transitioned to Consulting in 2018 Interested in the marriage between BI and Mathematics 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Agenda Discuss Machine Learning and it’s uses within a business Overview of Databricks and it’s role with Machine Learning Demo Overview Demo Debrief Wrap-up 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Machine Learning Machine Learning (ML) is an application of artificial intelligence (AI) that provides systems the ability to learn and improve from experience There are 4 main types of Machine Learning: Supervised unsupervised, semi-supervised and Reinforcement In business, ML can be used to identify and act upon trends in data that lead to better outcomes For example, ML can be used to predict customer churn 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

Where Databricks comes in Databricks is an online, collaborative notebook space that runs with Apache Spark. Although it is an independent product, Microsoft Azure incorporates it into it’s solution space, making it easily accessible to any of it’s other cloud services Databricks can run Python, SQL, R or Scala, so it has great flexibility when it comes to Data Science and Engineering 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Why Databricks? Databricks distributes many tasks across worker nodes that can help speed-up long processes. This environment is ideal for Machine Learning programs, since we’re often looking at larger data sets and running programs that require a good amount of compute power and memory 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Demo Overview 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. The Dataset Telecom Customer Churn data Gathered from Kaggle Keep an eye on the dataset properties 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

Developing a Churn Prediction Model Mount data from Azure Blob Storage Exploratory Data Analysis Reduce the Feature Set Boolean Encoding One-Hot Encoding Vector Assembly Model Development Save the Model 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Demo 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

Machine Learning and Databricks Despite a small data set, we see how we can still develop a model that can be used to predict customer churn However, the F1-score of the GBT model ( as well as the others) is not ideal, and circles back to the quality of the data set When looking to implement machine learning, the most important part is ensuring that your company is prepared for the journey 5/21/2019 © 2018 TALAVANT. All Rights Reserved.

© 2018 TALAVANT. All Rights Reserved. Thank you! Daniel Woods Email: Daniel.woods@talavant.com LinkedIn: https://www.linkedin.com/in/daniel-woods-9520a0a6 If you are able to, Talavant has a survey we’d like for you to complete at https://www.talavant.com/sqlsat/ There will be a drawing for an Amazon Gift Card for those that complete the survey 5/21/2019 © 2018 TALAVANT. All Rights Reserved.