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: articles/hdinsight/hdinsight-machine-learning-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,4 @@ To help advance its own work in deep learning, Microsoft developed the free, ea
59
59
60
60
*[Use Microsoft Cognitive Toolkit deep learning model with Azure HDInsight Spark cluster](spark/apache-spark-microsoft-cognitive-toolkit.md)
61
61
*[Use Caffe on Azure HDInsight Spark for distributed deep learning](spark/apache-spark-deep-learning-caffe.md)
62
-
*[Deep Learning and AI frameworks on the Data Science Virtual Machine (DSVM)](../machine-learning/data-science-virtual-machine/dsvm-deep-learning-ai-frameworks.md)
62
+
*[Deep Learning and AI frameworks on the Data Science Virtual Machine (DSVM)](../machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-platforms.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ services: machine-learning
7
7
ms.service: machine-learning
8
8
ms.subservice: data-science-vm
9
9
10
-
author: gvashishtha
11
-
ms.author: gopalv
10
+
author: lobrien
11
+
ms.author: laobri
12
12
ms.topic: conceptual
13
-
ms.date: 10/3/2019
13
+
ms.date: 12/12/2019
14
14
15
15
---
16
16
@@ -20,23 +20,23 @@ With a Data Science Virtual Machine (DSVM), you can build your analytics against
20
20
21
21
The following data platform tools are supported on the DSVM.
22
22
23
-
## SQL Server 2017 Developer Edition
23
+
## SQL Server Developer Edition
24
24
25
25
|||
26
26
| ------------- | ------------- |
27
27
| What is it? | A local relational database instance |
28
-
| Supported DSVM editions | Windows |
28
+
| Supported DSVM editions | Windows: SQL Server 2017, Windows 2019 (Preview) : SQL Server 2019|
29
29
| Typical uses | Rapid development locally with smaller dataset <br/> Run In-database R |
30
30
| Links to samples | A small sample of a New York City dataset is loaded into the SQL database:<br/> `nyctaxi` <br/> Jupyter sample showing Microsoft Machine Learning Server and in-database analytics can be found at:<br/> `~notebooks/SQL_R_Services_End_to_End_Tutorial.ipynb`|
31
31
| Related tools on the DSVM | SQL Server Management Studio <br/> ODBC/JDBC drivers<br/> pyodbc, RODBC<br />Apache Drill |
32
32
33
33
> [!NOTE]
34
-
> SQL Server 2016 Developer Edition can be used only for development and test purposes. You need a license or one of the SQL Server VMs to run it in production.
34
+
> SQL Server Developer Edition can be used only for development and test purposes. You need a license or one of the SQL Server VMs to run it in production.
35
35
36
36
37
37
### Setup
38
38
39
-
The database server is already preconfigured and the Windows services related to SQL Server (like `SQL Server (MSSQLSERVER)`) are set to run automatically. The only manual step involves enabling In-database analytics by using Microsoft Machine Learning Server. You can do this by running the following command as a one-time action in SQL Server Management Studio (SSMS). Run this command after you log in as the machine administrator, open a new query in SSMS, and make sure the selected database is `master`:
39
+
The database server is already preconfigured and the Windows services related to SQL Server (like `SQL Server (MSSQLSERVER)`) are set to run automatically. The only manual step involves enabling In-database analytics by using Microsoft Machine Learning Server. You can enable analytics by running the following command as a one-time action in SQL Server Management Studio (SSMS). Run this command after you log in as the machine administrator, open a new query in SSMS, and make sure the selected database is `master`:
40
40
41
41
CREATE LOGIN [%COMPUTERNAME%\SQLRUserGroup] FROM WINDOWS
42
42
@@ -60,7 +60,7 @@ Also, the DSVM comes with ODBC and JDBC drivers to talk to SQL Server, Azure SQL
60
60
|||
61
61
| ------------- | ------------- |
62
62
| What is it? | A standalone (single node in-process) instance of the popular Apache Spark platform; a system for fast, large-scale data processing and machine-learning |
63
-
| Supported DSVM editions | Linux <br /> Windows (Experimental) |
63
+
| Supported DSVM editions | Linux |
64
64
| Typical uses | * Rapid development of Spark/PySpark applications locally with a smaller dataset and later deployment on large Spark clusters such as Azure HDInsight<br/> * Test Microsoft Machine Learning Server Spark context <br />* Use SparkML or Microsoft's open-source [MMLSpark](https://github.com/Azure/mmlspark) library to build ML applications |
65
65
| Links to samples | Jupyter sample: <br /> *~/notebooks/SparkML/pySpark <br /> *~/notebooks/MMLSpark <br /> Microsoft Machine Learning Server (Spark context): /dsvm/samples/MRS/MRSSparkContextSample.R |
66
66
| Related tools on the DSVM | PySpark, Scala<br/>Jupyter (Spark/PySpark Kernels)<br/>Microsoft Machine Learning Server, SparkR, Sparklyr <br />Apache Drill |
@@ -70,11 +70,6 @@ You can submit Spark jobs on the command line by running the `spark-submit` or `
70
70
71
71
You can use Spark from R by using libraries like SparkR, Sparklyr, and Microsoft Machine Learning Server, which are available on the DSVM. See pointers to samples in the preceding table.
72
72
73
-
> [!NOTE]
74
-
> Running Microsoft Machine Learning Server in Spark context of DSVM is supported on the Ubuntu Linux DSVM edition only.
75
-
76
-
77
-
78
73
### Setup
79
74
Before running in a Spark context in Microsoft Machine Learning Server on Ubuntu Linux DSVM edition, you must complete a one-time setup step to enable a local single node Hadoop HDFS and Yarn instance. By default, Hadoop services are installed but disabled on the DSVM. To enable them, run the following commands as root the first time:
80
75
@@ -94,7 +89,6 @@ A sample that demonstrates how to develop and test MRS in a remote Spark context
94
89
### How is it configured and installed on the DSVM?
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-data-science.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: data-science-vm
8
8
9
-
author: gvashishtha
10
-
ms.author: gopalv
9
+
author: lobrien
10
+
ms.author: laobri
11
11
ms.topic: conceptual
12
-
ms.date: 10/11/2019
12
+
ms.date: 12/12/2019
13
13
---
14
14
15
15
# Machine learning and data science tools on Azure Data Science Virtual Machines
@@ -99,4 +99,14 @@ There are several other machine-learning libraries on DSVMs, such as the popular
99
99
| Links to samples | Samples are included on the VM, in `/dsvm/tools/xgboost/demo` on Linux, and `C:\dsvm\tools\xgboost\demo` on Windows. |
100
100
| Related tools | LightGBM, MXNet |
101
101
102
+
## Apache Drill
103
+
|||
104
+
| ------------- | ------------- |
105
+
| What is it? | Open-source SQL query engine on big data |
106
+
| Supported DSVM versions | Windows 2019 (Preview), Linux |
107
+
| How is it configured and installed on the DSVM? | Installed in `/dsvm/tools/drill*` in embedded mode only |
108
+
| Typical uses | For in-place data exploration without requiring extract, transform, load (ETL). Query different data sources and formats, including CSV, JSON, relational tables, and Hadoop. |
109
+
| How to use and run it | Desktop shortcut <br/> [Get started with Drill in 10 minutes](https://drill.apache.org/docs/drill-in-10-minutes/)|
110
+
| Related tools on the DSVM | Rattle, Weka, SQL Server Management Studio |
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-deep-learning-frameworks.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ services: machine-learning
7
7
ms.service: machine-learning
8
8
ms.subservice: data-science-vm
9
9
10
-
author: gvashishtha
11
-
ms.author: gopalv
10
+
author: lobrien
11
+
ms.author: laobri
12
12
ms.topic: conceptual
13
-
ms.date: 10/1/2019
13
+
ms.date: 12/12/2019
14
14
---
15
15
16
16
# Deep learning and AI frameworks for the Azure Data Science VM
@@ -77,15 +77,15 @@ Deep learning frameworks on the DSVM are listed below.
77
77
| ------------- | ------------- |
78
78
| Version(s) supported | 2.5.1 |
79
79
| Supported DSVM editions | Windows and Linux |
80
-
| How is it configured / installed on the DSVM? | CNTK is installed in Python 3.6 on [Windows 2016](dsvm-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-languages.md#python-linux-edition)) |
80
+
| How is it configured / installed on the DSVM? | CNTK is installed in Python 3.6 on [Windows 2016](dsvm-tools-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-tools-languages.md#python-linux-edition)) |
81
81
| How to run it | Terminal: Activate the correct environment and run Python. <br/>Jupyter: Connect to [Jupyter](provision-vm.md) or [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine), and then open the CNTK directory for samples. |
82
82
83
83
## [MXNet](https://mxnet.apache.org/)
84
84
|||
85
85
| ------------- | ------------- |
86
86
| Version(s) supported | 1.3.0 |
87
87
| Supported DSVM editions | Windows and Linux |
88
-
| How is it configured / installed on the DSVM? | MXNet is installed in `C:\dsvm\tools\mxnet` on Windows and `/dsvm/tools/mxnet` on Ubuntu. Python bindings are installed in Python 3.6 on [Windows 2016](dsvm-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-languages.md#python-linux-edition)) R bindings are also included in the Ubuntu DSVM. |
88
+
| How is it configured / installed on the DSVM? | MXNet is installed in `C:\dsvm\tools\mxnet` on Windows and `/dsvm/tools/mxnet` on Ubuntu. Python bindings are installed in Python 3.6 on [Windows 2016](dsvm-tools-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-tools-languages.md#python-linux-edition)) R bindings are also included in the Ubuntu DSVM. |
89
89
| How to run it | Terminal: Activate the correct conda environment, then run `import mxnet`. <br/>Jupyter: Connect to [Jupyter](provision-vm.md#access-the-dsvm) or [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine), and then open the `mxnet` directory for samples. |
90
90
91
91
## [MXNet Model Server](https://github.com/awslabs/mxnet-model-server#quick-start)
@@ -94,7 +94,7 @@ Deep learning frameworks on the DSVM are listed below.
94
94
| ------------- | ------------- |
95
95
| Version(s) supported | 1.0.1 |
96
96
| Supported DSVM editions | Windows and Linux |
97
-
| How is it configured / installed on the DSVM? | MXNet Model Server is installed in Python 3.6 on [Windows 2016](dsvm-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-languages.md#python-linux-edition)) |
97
+
| How is it configured / installed on the DSVM? | MXNet Model Server is installed in Python 3.6 on [Windows 2016](dsvm-tools-languages.md#python-windows-server-2016-edition) and in Python 3.5 on [Linux](./dsvm-tools-languages.md#python-linux-edition)) |
98
98
| How to run it | Terminal: Run `sudo systemctl stop jupyterhub` to stop the JupyterHub service first, because both listen on the same port. Then activate the correct conda environment and run `mxnet-model-server --start --models squeezenet=https://s3.amazonaws.com/model-server/model_archive_1.0/squeezenet_v1.1.mar`|
99
99
100
100
## [NVidia System Management Interface (nvidia-smi)](https://developer.nvidia.com/nvidia-system-management-interface)
@@ -113,7 +113,7 @@ Deep learning frameworks on the DSVM are listed below.
113
113
| ------------- | ------------- |
114
114
| Version(s) supported | 1.2.0 |
115
115
| Supported DSVM editions | Linux |
116
-
| How is it configured / installed on the DSVM? | Installed in [Python 3.5](dsvm-languages.md#python-linux-edition). Sample Jupyter notebooks are included, and samples are in /dsvm/samples/pytorch. |
116
+
| How is it configured / installed on the DSVM? | Installed in [Python 3.5](dsvm-tools-languages.md#python-linux-edition). Sample Jupyter notebooks are included, and samples are in /dsvm/samples/pytorch. |
117
117
| How to run it | Terminal: Activate the correct environment, and then run Python.<br/>*[JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine): Connect, and then open the PyTorch directory for samples. |
118
118
119
119
## [TensorFlow](https://www.tensorflow.org/)
@@ -122,7 +122,7 @@ Deep learning frameworks on the DSVM are listed below.
122
122
| ------------- | ------------- |
123
123
| Version(s) supported | 1.13 |
124
124
| Supported DSVM editions | Windows, Linux |
125
-
| How is it configured / installed on the DSVM? | Installed in Python 3.5 on [Linux](dsvm-languages.md#python-linux-edition) and Python 3.6 on [Windows 2016](dsvm-languages.md#python-windows-server-2016-edition)|
125
+
| How is it configured / installed on the DSVM? | Installed in Python 3.5 on [Linux](dsvm-tools-languages.md#python-linux-edition) and Python 3.6 on [Windows 2016](dsvm-tools-languages.md#python-windows-server-2016-edition)|
126
126
| How to run it | Terminal: Activate the correct environment, and then run Python. <br/> * Jupyter: Connect to [Jupyter](provision-vm.md) or [JupyterHub](dsvm-ubuntu-intro.md#how-to-access-the-ubuntu-data-science-virtual-machine), and then open the TensorFlow directory for samples. |
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/dsvm-tools-development.md
+15-28Lines changed: 15 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,25 @@ services: machine-learning
7
7
ms.service: machine-learning
8
8
ms.subservice: data-science-vm
9
9
10
-
author: gvashishtha
11
-
ms.author: gopalv
10
+
author: lobrien
11
+
ms.author: laobri
12
12
ms.topic: conceptual
13
-
ms.date: 10/3/2019
13
+
ms.date: 12/12/2019
14
14
---
15
15
16
16
# Development tools on the Azure Data Science Virtual Machine
17
17
18
18
The Data Science Virtual Machine (DSVM) bundles several popular tools in a highly productive integrated development environment (IDE). Here are some tools that are provided on the DSVM.
19
19
20
-
## Visual Studio Community 2017
20
+
## Visual Studio Community Edition
21
21
22
22
|||
23
23
| ------------- | ------------- |
24
24
| What is it? | General purpose IDE |
25
-
| Supported DSVM versions | Windows |
25
+
| Supported DSVM versions | Windows: Visual Studio 2017, Windows 2019 (Preview) : Visual Studio 2019|
26
26
| Typical uses | Software development |
27
27
| How is it configured and installed on the DSVM? | Data Science Workload (Python and R tools), Azure workload (Hadoop, Data Lake), Node.js, SQL Server tools, [Azure Machine Learning for Visual Studio Code](https://github.com/Microsoft/vs-tools-for-ai)|
28
-
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe`). Graphically, open Visual Studio by using the desktop icon or the **Start** menu. Search for programs (Windows logo key+S), followed by **Visual Studio**. From there, you can create projects in languages like C#, Python, R, and Node.js. |
28
+
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe`). Graphically, open Visual Studio by using the desktop icon or the **Start** menu. Search for programs (Windows logo key+S), followed by **Visual Studio**. From there, you can create projects in languages like C#, Python, R, and Node.js. |
29
29
| Related tools on the DSVM | Visual Studio Code, RStudio, Juno |
30
30
31
31
> [!NOTE]
@@ -39,19 +39,19 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
39
39
| Supported DSVM versions | Windows, Linux |
40
40
| Typical uses | Code editor and Git integration |
41
41
| How to use and run it | Desktop shortcut (`C:\Program Files (x86)\Microsoft VS Code\Code.exe`) in Windows, desktop shortcut or terminal (`code`) in Linux |
42
-
| Related tools on the DSVM | Visual Studio 2017, RStudio, Juno |
42
+
| Related tools on the DSVM | Visual Studio, RStudio, Juno |
43
43
44
-
## RStudio Desktop
44
+
## RStudio Desktop
45
45
46
46
|||
47
47
| ------------- | ------------- |
48
48
| What is it? | Client IDE for R language |
49
49
| Supported DSVM versions | Windows, Linux |
50
50
| Typical uses | R development |
51
51
| How to use and run it | Desktop shortcut (`C:\Program Files\RStudio\bin\rstudio.exe`) on Windows, desktop shortcut (`/usr/bin/rstudio`) on Linux |
52
-
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
52
+
| Related tools on the DSVM | Visual Studio, Visual Studio Code, Juno |
53
53
54
-
## RStudio Server
54
+
## RStudio Server
55
55
56
56
|||
57
57
| ------------- | ------------- |
@@ -60,7 +60,7 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
60
60
| Supported DSVM versions | Linux |
61
61
| Typical uses | R development |
62
62
| How to use and run it | Enable the service with _systemctl enable rstudio-server_, and then start the service with _systemctl start rstudio-server_. Then sign in to RStudio Server at http:\//your-vm-ip:8787. |
63
-
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio Desktop |
63
+
| Related tools on the DSVM | Visual Studio, Visual Studio Code, RStudio Desktop |
64
64
65
65
## Juno
66
66
@@ -70,27 +70,14 @@ The Data Science Virtual Machine (DSVM) bundles several popular tools in a highl
70
70
| Supported DSVM versions | Windows, Linux |
71
71
| Typical uses | Julia development |
72
72
| How to use and run it | Desktop shortcut (`C:\JuliaPro-0.5.1.1\Juno.bat`) on Windows, desktop shortcut (`/opt/JuliaPro-VERSION/Juno`) on Linux |
73
-
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
73
+
| Related tools on the DSVM | Visual Studio, Visual Studio Code, RStudio |
74
74
75
75
## Pycharm
76
76
77
77
|||
78
78
| ------------- | ------------- |
79
79
| What is it? | Client IDE for Python language |
80
-
| Supported DSVM versions | Linux |
80
+
| Supported DSVM versions |Windows 2019 (Preview), Linux |
81
81
| Typical uses | Python development |
82
-
| How to use and run it | Desktop shortcut (`/usr/bin/pycharm`) on Linux |
83
-
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, RStudio |
84
-
85
-
86
-
87
-
## Power BI Desktop
88
-
89
-
|||
90
-
| ------------- | ------------- |
91
-
| What is it? | Interactive data visualization and BI tool |
92
-
| Supported DSVM versions | Windows |
93
-
| Typical uses | Data visualization and building dashboards |
94
-
| How to use and run it | Desktop shortcut (`C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe`) |
95
-
| Related tools on the DSVM | Visual Studio 2017, Visual Studio Code, Juno |
96
-
82
+
| How to use and run it | Desktop shortcut (`C:\Program Files\tk`) on Windows. Desktop shortcut (`/usr/bin/pycharm`) on Linux |
83
+
| Related tools on the DSVM | Visual Studio, Visual Studio Code, RStudio |
0 commit comments