You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/machine-learning/install/sql-machine-learning-standalone-windows-install.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,6 @@ For local installations, you must run Setup as an administrator. If you install
100
100
5. Accept the license terms for downloading and installing base language distributions. When the **Accept** button becomes unavailable, you can click **Next**.
101
101
102
102
6. On the **Ready to Install** page, verify your selections, and click **Install**.
103
-
104
-
When installation is finished, see [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
105
-
For help with any errors or warnings, see [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md).
106
103
::: moniker-end
107
104
108
105
::: moniker range="=sql-server-2016"
@@ -136,9 +133,6 @@ For local installations, you must run Setup as an administrator. If you install
136
133
5. Accept the license terms for downloading and installing base language distributions. When the **Accept** button becomes unavailable, you can click **Next**.
137
134
138
135
6. On the **Ready to Install** page, verify your selections, and click **Install**.
139
-
140
-
When installation is finished, see [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
141
-
For help with any errors or warnings, see [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md).
142
136
::: moniker-end
143
137
144
138
## Set environment variables
@@ -225,14 +219,14 @@ A development IDE is not installed as part of setup. For more information about
225
219
226
220
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
227
221
228
-
+ [Tutorial: Run R in T-SQL](../tutorials/quickstart-r-create-script.md)
229
-
+ [Tutorial: In-database analytics for R developers](../tutorials/sqldev-in-database-r-for-sql-developers.md)
222
+
+ [Quickstart: Run R in T-SQL](../machine-learning/tutorials/quickstart-r-create-script.md)
223
+
+ [Tutorial: In-database analytics for R developers](../machine-learning/tutorials/sqldev-in-database-r-for-sql-developers.md)
Python developers can learn how to use Python with SQL Server by following these tutorials:
233
227
234
-
+ [Tutorial: Run Python in T-SQL](../tutorials/run-python-using-t-sql.md)
235
-
+ [Tutorial: In-database analytics for Python developers](../tutorials/sqldev-in-database-python-for-sql-developers.md)
228
+
+ [Python tutorial: Predict ski rental with linear regression in SQL Server Machine Learning Services](../advanced-analytics/tutorials/python-ski-rental-linear-regression-deploy-model.md)
229
+
+ [Python tutorial: Categorizing customers using k-means clustering with SQL Server Machine Learning Services](../machine-learning/tutorials/python-clustering-model.md)
236
230
::: moniker-end
237
231
238
232
To view examples of machine learning that are based on real-world scenarios, see [Machine learning tutorials](../tutorials/machine-learning-services-tutorials.md).
0 commit comments