2017-05-05 22:55:10 +03:00
|
|
|
# Site settings
|
|
|
|
# Access it in the templates via {{ site.myvariable }}.
|
2017-05-09 23:52:21 +03:00
|
|
|
title: Get Started with SQL Server Machine Learning Services
|
2017-05-09 23:35:21 +03:00
|
|
|
description: >
|
2017-05-09 23:37:38 +03:00
|
|
|
Get Started with SQL Server Machine Learning Services
|
2017-05-09 23:56:22 +03:00
|
|
|
url: "https://microsoft.github.io/sql-ml-tutorials/"
|
2017-05-05 22:55:10 +03:00
|
|
|
|
|
|
|
disqus:
|
|
|
|
shortname: sqlchoice
|
|
|
|
|
|
|
|
gitter: https://gitter.im/Microsoft/mssql-developers
|
|
|
|
|
|
|
|
steps:
|
|
|
|
1: Set up your environment
|
2017-05-06 06:56:41 +03:00
|
|
|
2: Create your ML script using $$
|
|
|
|
3: Deploy your ML script with SQL Server
|
2017-05-05 22:55:10 +03:00
|
|
|
|
|
|
|
menu:
|
|
|
|
R:
|
2017-05-05 23:14:36 +03:00
|
|
|
logo: r-logo.png
|
2017-05-05 22:55:10 +03:00
|
|
|
pages:
|
2017-05-06 07:37:03 +03:00
|
|
|
Predict ski rentals: R/rentalprediction
|
2017-05-06 06:56:41 +03:00
|
|
|
Perform customer clustering: R/customerclustering
|
2017-05-05 23:13:23 +03:00
|
|
|
|
2017-05-05 22:55:10 +03:00
|
|
|
Python:
|
|
|
|
logo: python.png
|
|
|
|
pages:
|
2017-05-08 20:43:10 +03:00
|
|
|
Predict ski rentals: python/rentalprediction
|
2017-08-18 07:19:55 +03:00
|
|
|
Perform customer clustering*: python/customerclustering
|
2017-05-06 06:56:41 +03:00
|
|
|
|
2017-05-05 22:55:10 +03:00
|
|
|
|
|
|
|
resources:
|
2017-05-10 00:02:42 +03:00
|
|
|
sqlserver-R:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + R on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/151
|
|
|
|
condition: R
|
|
|
|
sqlserver-csharp:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + C# on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/151
|
|
|
|
condition: C#
|
|
|
|
sqlserver-java:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + Java on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/152
|
|
|
|
condition: Java
|
|
|
|
sqlserver-node:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + Node.js on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/160
|
|
|
|
condition: Node.js
|
|
|
|
sqlserver-php:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + PHP on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/182
|
|
|
|
condition: PHP
|
|
|
|
sqlserver-py:
|
|
|
|
pre: Check out what's new with
|
|
|
|
text: SQL Server + Python on Channel 9
|
|
|
|
link: https://channel9.msdn.com/Events/Connect/2016/189
|
|
|
|
condition: Python
|
|
|
|
github:
|
2017-05-10 00:08:24 +03:00
|
|
|
pre: Browse more SQL Server code samples on our
|
2017-05-10 00:02:42 +03:00
|
|
|
text: GitHub repository
|
2017-05-10 00:08:24 +03:00
|
|
|
link: https://github.com/Microsoft/sql-server-samples/tree/master/samples/features
|
|
|
|
sql17:
|
2017-05-10 00:02:42 +03:00
|
|
|
pre: Learn more about
|
2017-05-10 00:08:24 +03:00
|
|
|
text: SQL Server 2017
|
|
|
|
link: https://www.microsoft.com/en-us/sql-server/sql-server-2017
|
2017-05-10 00:21:40 +03:00
|
|
|
sourcecodepy:
|
|
|
|
pre: Get the sample code for this tutorial
|
|
|
|
text: here
|
|
|
|
link: https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/machine-learning-services/python/getting-started/rental-prediction
|
|
|
|
condition: Python
|
2017-05-10 00:24:08 +03:00
|
|
|
sourcecodeR:
|
2017-05-10 00:21:40 +03:00
|
|
|
pre: Get the sample code for this tutorial
|
|
|
|
text: here
|
|
|
|
link: https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/r-services/getting-started
|
|
|
|
condition: R
|
2017-05-09 23:04:06 +03:00
|
|
|
|
2017-05-05 22:55:10 +03:00
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
theme: minima # we are extending it
|
|
|
|
exclude:
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
gems:
|
|
|
|
- jekyll-redirect-from
|