Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 3.13 KB

File metadata and controls

45 lines (36 loc) · 3.13 KB
title Python tutorials
description This article describes the Python tutorials for SQL Server Machine Learning Services. Learn how to run Python scripts. Build, train, and deploy Python models to SQL Server. Learn about remote and local compute contexts. Explore the Microsoft Python packages for data science and machine learning.
ms.prod sql
ms.technology machine-learning
ms.date 09/04/2019
ms.topic tutorial
author dphansen
ms.author davidph
monikerRange >=sql-server-2017||>=sql-server-linux-ver15||=sqlallproducts-allversions

Python tutorials for SQL Server Machine Learning Services

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]

This article describes the Python quickstarts and tutorials for SQL Server Machine Learning Services.

  • Learn how to run Python scripts.
  • Build, train, and deploy Python models to SQL Server.
  • Learn about remote and local compute contexts.
  • Explore the Microsoft Python packages for data science and machine learning.

Python quickstarts

Quickstart Description
Hello World in Python and SQL Server Learn the basics of how to call Python in T-SQL.
Handle inputs and outputs using Python in SQL Server Learn how to handle inputs and outputs for Python in sp_execute_external_script.
Python data structures in SQL Server Shows how SQL Server uses the Python pandas package to handle data structures.
Train and use your first model Explains how to create, train, and use a Python model to predict new data.

Python tutorials

Tutorial Description
Predict ski rental with linear regression Use Python and linear regression to predict the number of ski rentals. It uses notebooks in Azure Data Studio for preparing data and training the model, as well as T-SQL for model deployment.
Categorizing customers using k-means clustering Use Python to develop and deploy a K-Means clustering model to categorize customers. It uses notebooks in Azure Data Studio for preparing data and training the model, as well as T-SQL for model deployment.
Create a model using revoscalepy Demonstrates how to run code from a remote Python client using SQL Server as compute context. The tutorial creates a model using rxLinMod from the revoscalepy library.
Learn in-Database Python analytics for SQL developers This end-to-end walkthrough demonstrates the process of building a complete Python solution using T-SQL.

Next steps