SQL Server Machine Learning Services: Python [Repost]

Posted By: IrGens

SQL Server Machine Learning Services: Python
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 31m | 392 MB
Instructor: Adam Wilbert

Learn how to analyze SQL Server data with Python. Database expert Adam Wilbert shows how to use a powerful combination of tools, including high-performance Python libraries and the Machine Learning Services add-on, directly inside SQL Server to streamline analysis.

Adam shows how to use Python scripts to perform statistical analysis, generate graphics such as scatterplots and bar charts, and process tabular data. He also explains how to turn a Python script into a stored procedure and set up standalone ML services to execute scripts without impacting SQL Server performance.

Learning objectives

  • Analyzing SQL Server data with Python
  • Installing Machine Learning Services
  • Writing Python scripts for SQL Server
  • Python packages and libraries
  • Producing graphics with Matplotlib
  • Processing tabular data
  • Creating a SQL stored procedure
  • Creating an external data science client