|
33 | 33 | <!-- ### [Resource Governance for Python](python/resource-governance-for-python.md)--> |
34 | 34 |
|
35 | 35 |
|
36 | | -# [Machine Learning Server (Standalone)](r/r-server-standalone.md) |
| 36 | +# [Machine Learning Server - Standalone](r/r-server-standalone.md) |
37 | 37 | ## [Getting Started](r/getting-started-with-microsoft-r-server-standalone.md) |
38 | 38 | ## [Set up Machine Learning Server Standalone](r/create-a-standalone-r-server.md) |
39 | 39 | ### [Install Microsoft Machine Learning Server from the Command Line](r/install-microsoft-r-server-from-the-command-line.md) |
|
111 | 111 | ### [Set up Data Science Tools](r/setup-or-configure-r-tools.md) |
112 | 112 | ### [Set Up a Data Science Client](r/set-up-a-data-science-client.md) |
113 | 113 |
|
114 | | -## [Blog](https://blogs.technet.microsoft.com/machinelearning/) |
115 | | -## [Feedback Forum](https://social.msdn.microsoft.com/Forums/sqlserver/home?category=sqlserver) |
| 114 | +## Blogs |
| 115 | + |
| 116 | +### [SQL Server](https://blogs.technet.microsoft.com/dataplatforminsider/) |
| 117 | +### [R Server](https://blogs.msdn.microsoft.com/microsoftrservertigerteam/) |
| 118 | +### [Machine Learning](https://blogs.technet.microsoft.com/machinelearning/) |
| 119 | + |
| 120 | +## Feedback Forums |
| 121 | +### [SQL Server](https://social.msdn.microsoft.com/Forums/sqlserver/home?category=sqlserver) |
| 122 | +### [Microsoft R Server](https://social.msdn.microsoft.com/Forums/azure/home?forum=MicrosoftR) |
116 | 123 |
|
117 | 124 | # [Reference](r/machine-learning-services-r-reference.md) |
118 | 125 | ## [MicrosoftML](using-the-microsoftml-package.md) |
119 | 126 | ## [RevoScaleR](r/revoscaler-overview.md) |
120 | | -### [ScaleR Functions for Working with SQL Server Data](r/scaler-functions-for-working-with-sql-server-data.md) |
| 127 | +### [ScaleR Functions for SQL Server Data](r/scaler-functions-for-working-with-sql-server-data.md) |
121 | 128 | ## [SqlRUtils](r/generating-an-r-stored-procedure-for-r-code-using-the-sqlrutils-package.md) |
122 | 129 | ## [OlapR](r/how-to-create-mdx-queries-using-olapr.md) |
123 | | -## [What is RevoScalePy](python/what-is-revoscalepy.md) |
| 130 | +## [RevoScalePy](python/what-is-revoscalepy.md) |
124 | 131 |
|
125 | | -# [Machine Learning Tutorials](tutorials/machine-learning-services-tutorials.md) |
| 132 | +# [Tutorials](tutorials/machine-learning-services-tutorials.md) |
126 | 133 |
|
127 | | -## [Run Python using T-SQL](tutorials/run-python-using-t-sql.md) |
128 | | -## [Create a Model using revoscalepy](tutorials/use-python-revoscalepy-to-create-model.md) |
129 | | -## [Deploy and Consume Python Models](../advanced-analytics/python/publish-consume-python-code.md) |
130 | | -## [Using R Code in Transact-SQL (Basic Tutorial)](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md) |
131 | | -### [Working with Inputs and Outputs (R in T-SQL Tutorial)](tutorials/rtsql-working-with-inputs-and-outputs.md) |
132 | | -### [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md) |
133 | | -### [Using R Functions with SQL Server Data (R in T-SQL Tutorial)](tutorials/rtsql-using-r-functions-with-sql-server-data.md) |
134 | | -### [Create a Predictive Model (R in T-SQL Tutorial)](tutorials/rtsql-create-a-predictive-model-r.md) |
135 | | -### [Predict and Plot from Model (R in T-SQL Tutorial)](tutorials/rtsql-predict-and-plot-from-model.md) |
| 134 | +## [Python: Run Python using T-SQL](tutorials/run-python-using-t-sql.md) |
| 135 | +## [Python: Create a Model using revoscalepy](tutorials/use-python-revoscalepy-to-create-model.md) |
| 136 | +## [Python: Deploy and Consume Models](../advanced-analytics/python/publish-consume-python-code.md) |
136 | 137 |
|
137 | | -## [Data Science End-to-End Walkthrough](tutorials/walkthrough-data-science-end-to-end-walkthrough.md) |
| 138 | +## [R: Use R Code in Transact-SQL](tutorials/rtsql-using-r-code-in-transact-sql-quickstart.md) |
| 139 | +### [Working with Inputs and Outputs](tutorials/rtsql-working-with-inputs-and-outputs.md) |
| 140 | +### [R and SQL Data Types and Data Objects](tutorials/rtsql-r-and-sql-data-types-and-data-objects.md) |
| 141 | +### [Using R Functions with SQL Server Data](tutorials/rtsql-using-r-functions-with-sql-server-data.md) |
| 142 | +### [Create a Predictive Model](tutorials/rtsql-create-a-predictive-model-r.md) |
| 143 | +### [Predict and Plot from Model](tutorials/rtsql-predict-and-plot-from-model.md) |
| 144 | + |
| 145 | +## [R: Data Science End to End Solution](tutorials/walkthrough-data-science-end-to-end-walkthrough.md) |
138 | 146 | ### [Prerequisites for Data Science Walkthroughs](tutorials/walkthrough-prerequisites-for-data-science-walkthroughs.md) |
139 | 147 | ### [Prepare the Data](tutorials/walkthrough-prepare-the-data.md) |
140 | | -### [View and Explore the Data](tutorials/walkthrough-view-and-explore-the-data.md) |
141 | | -#### [View and Summarize Data using R](tutorials/walkthrough-view-and-summarize-data-using-r.md) |
142 | | -#### [Create Graphs and Plots Using R](tutorials/walkthrough-create-graphs-and-plots-using-r.md) |
143 | | -### [Create Data Features](tutorials/walkthrough-create-data-features.md) |
| 148 | +### [Explore the Data](tutorials/walkthrough-view-and-explore-the-data.md) |
| 149 | +### [Summarize Data using R](tutorials/walkthrough-view-and-summarize-data-using-r.md) |
| 150 | +### [Create Graphs and Plots Using R](tutorials/walkthrough-create-graphs-and-plots-using-r.md) |
| 151 | +### [Create Data Features using SQL and R](tutorials/walkthrough-create-data-features.md) |
144 | 152 | ### [Build and Save the Model](tutorials/walkthrough-build-and-save-the-model.md) |
145 | 153 | ### [Deploy and Use the Model](tutorials/walkthrough-deploy-and-use-the-model.md) |
146 | | - |
147 | | -## [Data Science Deep Dive: Using the RevoScaleR Packages](tutorials/deepdive-data-science-deep-dive-using-the-revoscaler-packages.md) |
148 | | -### [Lesson 1: Work with SQL Server Data using R](tutorials/deepdive-work-with-sql-server-data-using-r.md) |
| 154 | + |
| 155 | +## [R: Data Science Deep Dive with RevoScaleR](tutorials/deepdive-data-science-deep-dive-using-the-revoscaler-packages.md) |
| 156 | +### [Lesson 1: Work with SQL Server Data](tutorials/deepdive-work-with-sql-server-data-using-r.md) |
149 | 157 | #### [Create SQL Server Data Objects using RxSqlServerData](tutorials/deepdive-create-sql-server-data-objects-using-rxsqlserverdata.md) |
150 | 158 | #### [Query and Modify the SQL Server Data](tutorials/deepdive-query-and-modify-the-sql-server-data.md) |
151 | 159 | #### [Define and Use Compute Contexts](tutorials/deepdive-define-and-use-compute-contexts.md) |
|
165 | 173 |
|
166 | 174 | ### [Lesson 5: Create a Simple Simulation](tutorials/deepdive-create-a-simple-simulation.md) |
167 | 175 |
|
168 | | -## [In-Database Advanced Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md) |
| 176 | +## [R: In-Database Analytics for SQL Developers](tutorials/sqldev-in-database-advanced-analytics-for-sql-developers.md) |
169 | 177 | ### [Step 1: Download the Sample Data](tutorials/sqldev-download-the-sample-data.md) |
170 | 178 | ### [Step 2: Import Data to SQL Server using PowerShell](r/sqldev-import-data-to-sql-server-using-powershell.md) |
171 | 179 | ### [Step 3: Explore and Visualize the Data](tutorials/sqldev-explore-and-visualize-the-data.md) |
172 | 180 | ### [Step 4: Create Data Features using T-SQL](tutorials/sqldev-create-data-features-using-t-sql.md) |
173 | 181 | ### [Step 5: Train and Save a Model using T-SQL](r/sqldev-train-and-save-a-model-using-t-sql.md) |
174 | 182 | ### [Step 6: Operationalize the Model](tutorials/sqldev-operationalize-the-model.md) |
175 | 183 |
|
176 | | -## [Data Science Scenarios and Solution Templates](tutorials/data-science-scenarios-and-solution-templates.md) |
| 184 | +# Samples |
177 | 185 |
|
| 186 | +## [Data Science Solution Templates](tutorials/data-science-scenarios-and-solution-templates.md) |
| 187 | +## [SQL Server Samples](https://github.com/Microsoft/sql-server-samples) |
| 188 | +## [Demand Forecasting with R Services](https://www.microsoft.com/sql-server/developer-get-started/r) |
| 189 | +## [Customer Clustering with R](https://www.microsoft.com/sql-server/developer-get-started/rclustering) |
0 commit comments